Uses of Class
software.amazon.awssdk.services.ec2.model.UnlockSnapshotResponse
Packages that use UnlockSnapshotResponse
-
Uses of UnlockSnapshotResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return UnlockSnapshotResponseModifier and TypeMethodDescriptiondefault UnlockSnapshotResponseEc2Client.unlockSnapshot(Consumer<UnlockSnapshotRequest.Builder> unlockSnapshotRequest) Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period.default UnlockSnapshotResponseEc2Client.unlockSnapshot(UnlockSnapshotRequest unlockSnapshotRequest) Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type UnlockSnapshotResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UnlockSnapshotResponse>Ec2AsyncClient.unlockSnapshot(Consumer<UnlockSnapshotRequest.Builder> unlockSnapshotRequest) Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period.default CompletableFuture<UnlockSnapshotResponse>Ec2AsyncClient.unlockSnapshot(UnlockSnapshotRequest unlockSnapshotRequest) Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period.