Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableImageDeregistrationProtectionRequest.Builder
-
Packages that use DisableImageDeregistrationProtectionRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DisableImageDeregistrationProtectionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<DisableImageDeregistrationProtectionResponse>Ec2AsyncClient. disableImageDeregistrationProtection(Consumer<DisableImageDeregistrationProtectionRequest.Builder> disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI.default DisableImageDeregistrationProtectionResponseEc2Client. disableImageDeregistrationProtection(Consumer<DisableImageDeregistrationProtectionRequest.Builder> disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI. -
Uses of DisableImageDeregistrationProtectionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description static DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest. builder()DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest.Builder. imageId(String imageId)The ID of the AMI.DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableImageDeregistrationProtectionRequest.BuilderDisableImageDeregistrationProtectionRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description static Class<? extends DisableImageDeregistrationProtectionRequest.Builder>DisableImageDeregistrationProtectionRequest. serializableBuilderClass()
-