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