Uses of Class
software.amazon.awssdk.services.ec2.model.LockedSnapshotsInfo
-
Packages that use LockedSnapshotsInfo Package Description software.amazon.awssdk.services.ec2.model -
-
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 LockedSnapshotsInfo Modifier and Type Method Description List<LockedSnapshotsInfo>DescribeLockedSnapshotsResponse. snapshots()Information about the snapshots.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LockedSnapshotsInfo Modifier and Type Method Description DescribeLockedSnapshotsResponse.BuilderDescribeLockedSnapshotsResponse.Builder. snapshots(LockedSnapshotsInfo... snapshots)Information about the snapshots.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LockedSnapshotsInfo Modifier and Type Method Description DescribeLockedSnapshotsResponse.BuilderDescribeLockedSnapshotsResponse.Builder. snapshots(Collection<LockedSnapshotsInfo> snapshots)Information about the snapshots.
-