Uses of Class
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoreSuccessItem
Packages that use DisableFastSnapshotRestoreSuccessItem
-
Uses of DisableFastSnapshotRestoreSuccessItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.successful()Information about the snapshots for which fast snapshot restores were successfully disabled.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DisableFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.Builder.successful(DisableFastSnapshotRestoreSuccessItem... successful) Information about the snapshots for which fast snapshot restores were successfully disabled.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DisableFastSnapshotRestoreSuccessItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.Builder.successful(Collection<DisableFastSnapshotRestoreSuccessItem> successful) Information about the snapshots for which fast snapshot restores were successfully disabled.