Uses of Class
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoreErrorItem
Packages that use DisableFastSnapshotRestoreErrorItem
-
Uses of DisableFastSnapshotRestoreErrorItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastSnapshotRestoreErrorItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.unsuccessful()Information about the snapshots for which fast snapshot restores could not be disabled.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DisableFastSnapshotRestoreErrorItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.Builder.unsuccessful(DisableFastSnapshotRestoreErrorItem... unsuccessful) Information about the snapshots for which fast snapshot restores could not be disabled.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DisableFastSnapshotRestoreErrorItemModifier and TypeMethodDescriptionDisableFastSnapshotRestoresResponse.Builder.unsuccessful(Collection<DisableFastSnapshotRestoreErrorItem> unsuccessful) Information about the snapshots for which fast snapshot restores could not be disabled.