Snapshot |
Snapshot.clone() |
|
Snapshot |
CreateSnapshotResult.getSnapshot() |
Describes a snapshot.
|
Snapshot |
Snapshot.withDataEncryptionKeyId(String dataEncryptionKeyId) |
The data encryption key identifier for the snapshot.
|
Snapshot |
Snapshot.withDescription(String description) |
The description for the snapshot.
|
Snapshot |
Snapshot.withEncrypted(Boolean encrypted) |
Indicates whether the snapshot is encrypted.
|
Snapshot |
Snapshot.withKmsKeyId(String kmsKeyId) |
The full ARN of the AWS Key Management Service (AWS KMS) customer master
key (CMK) that was used to protect the volume encryption key for the
parent volume.
|
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 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.withStateMessage(String stateMessage) |
Encrypted Amazon EBS snapshots are copied asynchronously.
|
Snapshot |
Snapshot.withTags(Tag... tags) |
Any tags assigned to the snapshot.
|
Snapshot |
Snapshot.withTags(Collection<Tag> tags) |
Any tags assigned to the snapshot.
|
Snapshot |
Snapshot.withVolumeId(String volumeId) |
The ID of the volume that was used to create the snapshot.
|
Snapshot |
Snapshot.withVolumeSize(Integer volumeSize) |
The size of the volume, in GiB.
|