Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private Snapshot |
CreateSnapshotResult.snapshot
Describes a snapshot.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Snapshot> |
DescribeSnapshotsResult.snapshots
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.clone() |
Snapshot |
CreateSnapshotResult.getSnapshot()
Describes a snapshot.
|
Snapshot |
Snapshot.withDataEncryptionKeyId(java.lang.String dataEncryptionKeyId)
The data encryption key identifier for the snapshot.
|
Snapshot |
Snapshot.withDescription(java.lang.String description)
The description for the snapshot.
|
Snapshot |
Snapshot.withEncrypted(java.lang.Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
Snapshot |
Snapshot.withKmsKeyId(java.lang.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(java.lang.String ownerAlias)
The AWS account alias (for example,
amazon ,
self ) or AWS account ID that owns the snapshot. |
Snapshot |
Snapshot.withOwnerId(java.lang.String ownerId)
The AWS account ID of the EBS snapshot owner.
|
Snapshot |
Snapshot.withProgress(java.lang.String progress)
The progress of the snapshot, as a percentage.
|
Snapshot |
Snapshot.withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
Snapshot |
Snapshot.withStartTime(java.util.Date startTime)
The time stamp when the snapshot was initiated.
|
Snapshot |
Snapshot.withState(SnapshotState state)
The snapshot state.
|
Snapshot |
Snapshot.withState(java.lang.String state)
The snapshot state.
|
Snapshot |
Snapshot.withStateMessage(java.lang.String stateMessage)
Encrypted Amazon EBS snapshots are copied asynchronously.
|
Snapshot |
Snapshot.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the snapshot.
|
Snapshot |
Snapshot.withTags(Tag... tags)
Any tags assigned to the snapshot.
|
Snapshot |
Snapshot.withVolumeId(java.lang.String volumeId)
The ID of the volume that was used to create the snapshot.
|
Snapshot |
Snapshot.withVolumeSize(java.lang.Integer volumeSize)
The size of the volume, in GiB.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
Describes a snapshot.
|
CreateSnapshotResult |
CreateSnapshotResult.withSnapshot(Snapshot snapshot)
Describes a snapshot.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSnapshotsResult.setSnapshots(java.util.Collection<Snapshot> snapshots)
Information about the snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(java.util.Collection<Snapshot> snapshots)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SnapshotStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |