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