|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Snapshot | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of Snapshot in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return Snapshot | |
---|---|
Snapshot |
CreateSnapshotResult.getSnapshot()
The new snapshot. |
Snapshot |
Snapshot.withDescription(String description)
Description of the snapshot. |
Snapshot |
Snapshot.withOwnerAlias(String ownerAlias)
The AWS account alias (e.g., "amazon", "redhat", "self", etc.) or AWS account ID that owns the AMI. |
Snapshot |
Snapshot.withOwnerId(String ownerId)
AWS Access Key ID of the user who owns the snapshot. |
Snapshot |
Snapshot.withProgress(String progress)
The progress of the snapshot, in percentage. |
Snapshot |
Snapshot.withSnapshotId(String snapshotId)
The unique ID of this snapshot. |
Snapshot |
Snapshot.withStartTime(Date startTime)
Time stamp when the snapshot was initiated. |
Snapshot |
Snapshot.withState(String state)
Snapshot state (e.g., pending, completed, or error). |
Snapshot |
Snapshot.withVolumeId(String volumeId)
The ID of the volume from which this snapshot was created. |
Snapshot |
Snapshot.withVolumeSize(Integer volumeSize)
The size of the volume, in gigabytes. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Snapshot | |
---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
The list of described EBS snapshots. |
Methods in com.amazonaws.services.ec2.model with parameters of type Snapshot | |
---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
The new snapshot. |
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
The new snapshot. |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
The list of described EBS snapshots. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Snapshot | |
---|---|
void |
DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
The list of described EBS snapshots. |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
The list of described EBS snapshots. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |