Uses of Class
software.amazon.awssdk.services.ec2.model.DisableImageDeregistrationProtectionResponse
-
Packages that use DisableImageDeregistrationProtectionResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DisableImageDeregistrationProtectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableImageDeregistrationProtectionResponse Modifier and Type Method Description default DisableImageDeregistrationProtectionResponseEc2Client. disableImageDeregistrationProtection(Consumer<DisableImageDeregistrationProtectionRequest.Builder> disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI.default DisableImageDeregistrationProtectionResponseEc2Client. disableImageDeregistrationProtection(DisableImageDeregistrationProtectionRequest disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisableImageDeregistrationProtectionResponse Modifier and Type Method Description default CompletableFuture<DisableImageDeregistrationProtectionResponse>Ec2AsyncClient. disableImageDeregistrationProtection(Consumer<DisableImageDeregistrationProtectionRequest.Builder> disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI.default CompletableFuture<DisableImageDeregistrationProtectionResponse>Ec2AsyncClient. disableImageDeregistrationProtection(DisableImageDeregistrationProtectionRequest disableImageDeregistrationProtectionRequest)Disables deregistration protection for an AMI.
-