Uses of Class
software.amazon.awssdk.services.ec2.model.LockSnapshotRequest
-
Packages that use LockSnapshotRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of LockSnapshotRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type LockSnapshotRequest Modifier and Type Method Description default CompletableFuture<LockSnapshotResponse>Ec2AsyncClient. lockSnapshot(LockSnapshotRequest lockSnapshotRequest)Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration.default LockSnapshotResponseEc2Client. lockSnapshot(LockSnapshotRequest lockSnapshotRequest)Locks an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions for a specific duration. -
Uses of LockSnapshotRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type LockSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestLockSnapshotRequestMarshaller. marshall(LockSnapshotRequest lockSnapshotRequest)
-