| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.builder() |
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.successful(Collection<DisableFastSnapshotRestoreSuccessItem> successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.successful(Consumer<DisableFastSnapshotRestoreSuccessItem.Builder>... successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.successful(DisableFastSnapshotRestoreSuccessItem... successful)
Information about the snapshots for which fast snapshot restores were successfully disabled.
|
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.toBuilder() |
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.unsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.unsuccessful(Consumer<DisableFastSnapshotRestoreErrorItem.Builder>... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
DisableFastSnapshotRestoresResponse.Builder |
DisableFastSnapshotRestoresResponse.Builder.unsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful)
Information about the snapshots for which fast snapshot restores could not be disabled.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DisableFastSnapshotRestoresResponse.Builder> |
DisableFastSnapshotRestoresResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.