Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableImageDeregistrationProtectionRequest.Builder
-
Packages that use EnableImageDeregistrationProtectionRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of EnableImageDeregistrationProtectionRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableImageDeregistrationProtectionResponse>Ec2AsyncClient. enableImageDeregistrationProtection(Consumer<EnableImageDeregistrationProtectionRequest.Builder> enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI.default EnableImageDeregistrationProtectionResponseEc2Client. enableImageDeregistrationProtection(Consumer<EnableImageDeregistrationProtectionRequest.Builder> enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI. -
Uses of EnableImageDeregistrationProtectionRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description static EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest. builder()EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest.Builder. imageId(String imageId)The ID of the AMI.EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest. toBuilder()EnableImageDeregistrationProtectionRequest.BuilderEnableImageDeregistrationProtectionRequest.Builder. withCooldown(Boolean withCooldown)Iftrue, enforces deregistration protection for 24 hours after deregistration protection is disabled.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableImageDeregistrationProtectionRequest.Builder Modifier and Type Method Description static Class<? extends EnableImageDeregistrationProtectionRequest.Builder>EnableImageDeregistrationProtectionRequest. serializableBuilderClass()
-