Uses of Class
software.amazon.awssdk.services.ec2.model.EnableFastSnapshotRestoreErrorItem
-
Packages that use EnableFastSnapshotRestoreErrorItem Package Description software.amazon.awssdk.services.ec2.model -
-
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 EnableFastSnapshotRestoreErrorItem Modifier and Type Method Description List<EnableFastSnapshotRestoreErrorItem>EnableFastSnapshotRestoresResponse. 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 EnableFastSnapshotRestoreErrorItem Modifier and Type Method Description EnableFastSnapshotRestoresResponse.BuilderEnableFastSnapshotRestoresResponse.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 EnableFastSnapshotRestoreErrorItem Modifier and Type Method Description EnableFastSnapshotRestoresResponse.BuilderEnableFastSnapshotRestoresResponse.Builder. unsuccessful(Collection<EnableFastSnapshotRestoreErrorItem> unsuccessful)Information about the snapshots for which fast snapshot restores could not be enabled.
-