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