Uses of Class
software.amazon.awssdk.services.ec2.model.LockSnapshotResponse
Packages that use LockSnapshotResponse
-
Uses of LockSnapshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return LockSnapshotResponseModifier and TypeMethodDescriptiondefault LockSnapshotResponseEc2Client.lockSnapshot(Consumer<LockSnapshotRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type LockSnapshotResponseModifier and TypeMethodDescriptiondefault CompletableFuture<LockSnapshotResponse>Ec2AsyncClient.lockSnapshot(Consumer<LockSnapshotRequest.Builder> 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 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.