Uses of Class
software.amazon.awssdk.services.ec2.model.LockedSnapshotsInfo
Packages that use LockedSnapshotsInfo
-
Uses of LockedSnapshotsInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LockedSnapshotsInfoModifier and TypeMethodDescriptionfinal List<LockedSnapshotsInfo>DescribeLockedSnapshotsResponse.snapshots()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LockedSnapshotsInfoModifier and TypeMethodDescriptionDescribeLockedSnapshotsResponse.Builder.snapshots(LockedSnapshotsInfo... snapshots) Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LockedSnapshotsInfoModifier and TypeMethodDescriptionDescribeLockedSnapshotsResponse.Builder.snapshots(Collection<LockedSnapshotsInfo> snapshots) Information about the snapshots.