Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EnableFastSnapshotRestoreErrorItem |
EnableFastSnapshotRestoreErrorItem.clone() |
EnableFastSnapshotRestoreErrorItem |
EnableFastSnapshotRestoreErrorItem.withFastSnapshotRestoreStateErrors(Collection<EnableFastSnapshotRestoreStateErrorItem> fastSnapshotRestoreStateErrors)
The errors.
|
EnableFastSnapshotRestoreErrorItem |
EnableFastSnapshotRestoreErrorItem.withFastSnapshotRestoreStateErrors(EnableFastSnapshotRestoreStateErrorItem... fastSnapshotRestoreStateErrors)
The errors.
|
EnableFastSnapshotRestoreErrorItem |
EnableFastSnapshotRestoreErrorItem.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<EnableFastSnapshotRestoreErrorItem> |
EnableFastSnapshotRestoresResult.getUnsuccessful()
Information about the snapshots for which fast snapshot restores could not be enabled.
|
Modifier and Type | Method and Description |
---|---|
EnableFastSnapshotRestoresResult |
EnableFastSnapshotRestoresResult.withUnsuccessful(EnableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
EnableFastSnapshotRestoresResult.setUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
EnableFastSnapshotRestoresResult |
EnableFastSnapshotRestoresResult.withUnsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be enabled.
|
Copyright © 2021. All rights reserved.