Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.clone() |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withDisabledTime(Date disabledTime)
The time at which fast snapshot restores entered the
disabled state. |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withDisablingTime(Date disablingTime)
The time at which fast snapshot restores entered the
disabling state. |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withEnabledTime(Date enabledTime)
The time at which fast snapshot restores entered the
enabled state. |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withEnablingTime(Date enablingTime)
The time at which fast snapshot restores entered the
enabling state. |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withOptimizingTime(Date optimizingTime)
The time at which fast snapshot restores entered the
optimizing state. |
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withOwnerAlias(String ownerAlias)
The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withState(FastSnapshotRestoreStateCode state)
The state of fast snapshot restores.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withState(String state)
The state of fast snapshot restores.
|
DescribeFastSnapshotRestoreSuccessItem |
DescribeFastSnapshotRestoreSuccessItem.withStateTransitionReason(String stateTransitionReason)
The reason for the state transition.
|
Modifier and Type | Method and Description |
---|---|
List<DescribeFastSnapshotRestoreSuccessItem> |
DescribeFastSnapshotRestoresResult.getFastSnapshotRestores()
Information about the state of fast snapshot restores.
|
Modifier and Type | Method and Description |
---|---|
DescribeFastSnapshotRestoresResult |
DescribeFastSnapshotRestoresResult.withFastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFastSnapshotRestoresResult.setFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResult |
DescribeFastSnapshotRestoresResult.withFastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
Copyright © 2021. All rights reserved.