Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
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(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 that was used to create the snapshot.
|
Snapshot |
Snapshot.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Snapshot> snapshots)
Information about the snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
Information about the snapshots.
|
Copyright © 2018. All rights reserved.