Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SnapshotInfo |
SnapshotInfo.clone() |
SnapshotInfo |
SnapshotInfo.withDescription(String description)
Description specified by the CreateSnapshotRequest that has been applied to all snapshots.
|
SnapshotInfo |
SnapshotInfo.withEncrypted(Boolean encrypted)
Indicates whether the snapshot is encrypted.
|
SnapshotInfo |
SnapshotInfo.withOutpostArn(String outpostArn)
The ARN of the Outpost on which the snapshot is stored.
|
SnapshotInfo |
SnapshotInfo.withOwnerId(String ownerId)
Account id used when creating this snapshot.
|
SnapshotInfo |
SnapshotInfo.withProgress(String progress)
Progress this snapshot has made towards completing.
|
SnapshotInfo |
SnapshotInfo.withSnapshotId(String snapshotId)
Snapshot id that can be used to describe this snapshot.
|
SnapshotInfo |
SnapshotInfo.withStartTime(Date startTime)
Time this snapshot was started.
|
SnapshotInfo |
SnapshotInfo.withState(SnapshotState state)
Current state of the snapshot.
|
SnapshotInfo |
SnapshotInfo.withState(String state)
Current state of the snapshot.
|
SnapshotInfo |
SnapshotInfo.withTags(Collection<Tag> tags)
Tags associated with this snapshot.
|
SnapshotInfo |
SnapshotInfo.withTags(Tag... tags)
Tags associated with this snapshot.
|
SnapshotInfo |
SnapshotInfo.withVolumeId(String volumeId)
Source volume from which this snapshot was created.
|
SnapshotInfo |
SnapshotInfo.withVolumeSize(Integer volumeSize)
Size of the volume from which this snapshot was created.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotInfo> |
CreateSnapshotsResult.getSnapshots()
List of snapshots.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotsResult |
CreateSnapshotsResult.withSnapshots(SnapshotInfo... snapshots)
List of snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSnapshotsResult.setSnapshots(Collection<SnapshotInfo> snapshots)
List of snapshots.
|
CreateSnapshotsResult |
CreateSnapshotsResult.withSnapshots(Collection<SnapshotInfo> snapshots)
List of snapshots.
|
Copyright © 2021. All rights reserved.