Uses of Interface
software.amazon.awssdk.services.ec2.model.UnlockSnapshotRequest.Builder
Packages that use UnlockSnapshotRequest.Builder
Package
Description
-
Uses of UnlockSnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type UnlockSnapshotRequest.BuilderModifier 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 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. -
Uses of UnlockSnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return UnlockSnapshotRequest.BuilderModifier and TypeMethodDescriptionUnlockSnapshotRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.UnlockSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UnlockSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UnlockSnapshotRequest.Builder.snapshotId(String snapshotId) The ID of the snapshot to unlock.UnlockSnapshotRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type UnlockSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UnlockSnapshotRequest.Builder>UnlockSnapshotRequest.serializableBuilderClass()