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