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