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