Package | Description |
---|---|
com.amazonaws.resources.ec2 |
Modifier and Type | Method and Description |
---|---|
Snapshot |
EC2.createSnapshot(CreateSnapshotRequest request)
Performs the
CreateSnapshot action. |
Snapshot |
Volume.createSnapshot(CreateSnapshotRequest request)
Performs the
CreateSnapshot action. |
Snapshot |
EC2.createSnapshot(CreateSnapshotRequest request,
ResultCapture<CreateSnapshotResult> extractor)
Performs the
CreateSnapshot action and use a ResultCapture
to retrieve the low-level client response. |
Snapshot |
Volume.createSnapshot(CreateSnapshotRequest request,
ResultCapture<CreateSnapshotResult> extractor)
Performs the
CreateSnapshot action and use a ResultCapture
to retrieve the low-level client response. |
Snapshot |
Volume.createSnapshot(String description)
The convenient method form for the
CreateSnapshot action. |
Snapshot |
Volume.createSnapshot(String description,
ResultCapture<CreateSnapshotResult> extractor)
The convenient method form for the
CreateSnapshot action. |
Snapshot |
EC2.createSnapshot(String description,
String volumeId)
The convenient method form for the
CreateSnapshot action. |
Snapshot |
EC2.createSnapshot(String description,
String volumeId,
ResultCapture<CreateSnapshotResult> extractor)
The convenient method form for the
CreateSnapshot action. |
Snapshot |
EC2.getSnapshot(String id)
Gets an instance of
Snapshot resource by its identifier(s). |
Copyright © 2014. All rights reserved.