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