Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SnapshotTierStatus |
SnapshotTierStatus.clone() |
SnapshotTierStatus |
SnapshotTierStatus.withArchivalCompleteTime(Date archivalCompleteTime)
The date and time when the last archive process was completed.
|
SnapshotTierStatus |
SnapshotTierStatus.withLastTieringOperationStatus(String lastTieringOperationStatus)
The status of the last archive or restore process.
|
SnapshotTierStatus |
SnapshotTierStatus.withLastTieringOperationStatus(TieringOperationStatus lastTieringOperationStatus)
The status of the last archive or restore process.
|
SnapshotTierStatus |
SnapshotTierStatus.withLastTieringOperationStatusDetail(String lastTieringOperationStatusDetail)
A message describing the status of the last archive or restore process.
|
SnapshotTierStatus |
SnapshotTierStatus.withLastTieringProgress(Integer lastTieringProgress)
The progress of the last archive or restore process, as a percentage.
|
SnapshotTierStatus |
SnapshotTierStatus.withLastTieringStartTime(Date lastTieringStartTime)
The date and time when the last archive or restore process was started.
|
SnapshotTierStatus |
SnapshotTierStatus.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withRestoreExpiryTime(Date restoreExpiryTime)
Only for archived snapshots that are temporarily restored.
|
SnapshotTierStatus |
SnapshotTierStatus.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withStatus(SnapshotState status)
The state of the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withStatus(String status)
The state of the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withStorageTier(StorageTier storageTier)
The storage tier in which the snapshot is stored.
|
SnapshotTierStatus |
SnapshotTierStatus.withStorageTier(String storageTier)
The storage tier in which the snapshot is stored.
|
SnapshotTierStatus |
SnapshotTierStatus.withTags(Collection<Tag> tags)
The tags that are assigned to the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withTags(Tag... tags)
The tags that are assigned to the snapshot.
|
SnapshotTierStatus |
SnapshotTierStatus.withVolumeId(String volumeId)
The ID of the volume from which the snapshot was created.
|
Modifier and Type | Method and Description |
---|---|
List<SnapshotTierStatus> |
DescribeSnapshotTierStatusResult.getSnapshotTierStatuses()
Information about the snapshot's storage tier.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotTierStatusResult |
DescribeSnapshotTierStatusResult.withSnapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)
Information about the snapshot's storage tier.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSnapshotTierStatusResult.setSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
|
DescribeSnapshotTierStatusResult |
DescribeSnapshotTierStatusResult.withSnapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
|
Copyright © 2022. All rights reserved.