Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoresResponse.Builder
Packages that use DisableFastSnapshotRestoresResponse.Builder
-
Uses of DisableFastSnapshotRestoresResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableFastSnapshotRestoresResponse.BuilderModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.builder()DisableFastSnapshotRestoresResponse.Builder.successful(Collection<DisableFastSnapshotRestoreSuccessItem> successful) Information about the snapshots for which fast snapshot restores were successfully disabled.DisableFastSnapshotRestoresResponse.Builder.successful(Consumer<DisableFastSnapshotRestoreSuccessItem.Builder>... successful) Information about the snapshots for which fast snapshot restores were successfully disabled.DisableFastSnapshotRestoresResponse.Builder.successful(DisableFastSnapshotRestoreSuccessItem... successful) Information about the snapshots for which fast snapshot restores were successfully disabled.DisableFastSnapshotRestoresResponse.toBuilder()DisableFastSnapshotRestoresResponse.Builder.unsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful) Information about the snapshots for which fast snapshot restores could not be disabled.DisableFastSnapshotRestoresResponse.Builder.unsuccessful(Consumer<DisableFastSnapshotRestoreErrorItem.Builder>... unsuccessful) Information about the snapshots for which fast snapshot restores could not be disabled.DisableFastSnapshotRestoresResponse.Builder.unsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful) Information about the snapshots for which fast snapshot restores could not be disabled.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastSnapshotRestoresResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisableFastSnapshotRestoresResponse.Builder>DisableFastSnapshotRestoresResponse.serializableBuilderClass()