Uses of Class
com.amazonaws.services.ec2.model.Snapshot
Packages that use Snapshot
-
Uses of Snapshot in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SnapshotModifier and TypeMethodDescriptionSnapshot.clone()
CreateSnapshotResult.getSnapshot()
Describes a snapshot.Snapshot.withDataEncryptionKeyId
(String dataEncryptionKeyId) The data encryption key identifier for the snapshot.Snapshot.withDescription
(String description) The description for the snapshot.Snapshot.withEncrypted
(Boolean encrypted) Indicates whether the snapshot is encrypted.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.withOwnerAlias
(String ownerAlias) The AWS account alias (for example,amazon
,self
) or AWS account ID that owns the snapshot.Snapshot.withOwnerId
(String ownerId) The AWS account ID of the EBS snapshot owner.Snapshot.withProgress
(String progress) The progress of the snapshot, as a percentage.Snapshot.withSnapshotId
(String snapshotId) The ID of the snapshot.Snapshot.withStartTime
(Date startTime) The time stamp when the snapshot was initiated.Snapshot.withState
(SnapshotState state) The snapshot state.The snapshot state.Snapshot.withStateMessage
(String stateMessage) Encrypted Amazon EBS snapshots are copied asynchronously.Any tags assigned to the snapshot.Snapshot.withTags
(Collection<Tag> tags) Any tags assigned to the snapshot.Snapshot.withVolumeId
(String volumeId) The ID of the volume that was used to create the 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 SnapshotModifier and TypeMethodDescriptionDescribeSnapshotsResult.getSnapshots()
Information about the snapshots.Methods in com.amazonaws.services.ec2.model with parameters of type SnapshotModifier and TypeMethodDescriptionvoid
CreateSnapshotResult.setSnapshot
(Snapshot snapshot) Describes a snapshot.CreateSnapshotResult.withSnapshot
(Snapshot snapshot) Describes a snapshot.DescribeSnapshotsResult.withSnapshots
(Snapshot... snapshots) Information about the snapshots.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SnapshotModifier and TypeMethodDescriptionvoid
DescribeSnapshotsResult.setSnapshots
(Collection<Snapshot> snapshots) Information about the snapshots.DescribeSnapshotsResult.withSnapshots
(Collection<Snapshot> snapshots) Information about the snapshots.