Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageDeregistrationProtectionResponse
-
Packages that use EnableImageDeregistrationProtectionResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of EnableImageDeregistrationProtectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableImageDeregistrationProtectionResponse Modifier and Type Method Description default EnableImageDeregistrationProtectionResponseEc2Client. enableImageDeregistrationProtection(Consumer<EnableImageDeregistrationProtectionRequest.Builder> enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI.default EnableImageDeregistrationProtectionResponseEc2Client. enableImageDeregistrationProtection(EnableImageDeregistrationProtectionRequest enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableImageDeregistrationProtectionResponse Modifier and Type Method Description default CompletableFuture<EnableImageDeregistrationProtectionResponse>Ec2AsyncClient. enableImageDeregistrationProtection(Consumer<EnableImageDeregistrationProtectionRequest.Builder> enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI.default CompletableFuture<EnableImageDeregistrationProtectionResponse>Ec2AsyncClient. enableImageDeregistrationProtection(EnableImageDeregistrationProtectionRequest enableImageDeregistrationProtectionRequest)Enables deregistration protection for an AMI.
-