|
||||||||||
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()
|
Snapshot |
Snapshot.withDescription(String description)
The description for the snapshot. |
Snapshot |
Snapshot.withEncrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted. |
Snapshot |
Snapshot.withOwnerAlias(String ownerAlias)
The AWS account alias (for example, amazon ,
self ) or AWS account ID that owns the snapshot. |
Snapshot |
Snapshot.withOwnerId(String ownerId)
The AWS account ID of the Amazon EBS snapshot owner. |
Snapshot |
Snapshot.withProgress(String progress)
The progress of the snapshot, as a percentage. |
Snapshot |
Snapshot.withSnapshotId(String snapshotId)
The ID of the snapshot. |
Snapshot |
Snapshot.withStartTime(Date startTime)
The time stamp when the snapshot was initiated. |
Snapshot |
Snapshot.withState(SnapshotState state)
The snapshot state. |
Snapshot |
Snapshot.withState(String state)
The snapshot state. |
Snapshot |
Snapshot.withTags(Collection<Tag> tags)
Any tags assigned to the snapshot. |
Snapshot |
Snapshot.withTags(Tag... tags)
Any tags assigned to the snapshot. |
Snapshot |
Snapshot.withVolumeId(String volumeId)
The ID of the volume. |
Snapshot |
Snapshot.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Snapshot | |
---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
|
Methods in com.amazonaws.services.ec2.model with parameters of type Snapshot | |
---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
Returns a reference to this object so that method calls can be chained together. |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
Returns a reference to this object so that method calls can be chained together. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Snapshot | |
---|---|
void |
DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |