Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageDeprecationRequest
-
Packages that use EnableImageDeprecationRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of EnableImageDeprecationRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type EnableImageDeprecationRequest Modifier and Type Method Description default CompletableFuture<EnableImageDeprecationResponse>Ec2AsyncClient. enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time.default EnableImageDeprecationResponseEc2Client. enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time. -
Uses of EnableImageDeprecationRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type EnableImageDeprecationRequest Modifier and Type Method Description SdkHttpFullRequestEnableImageDeprecationRequestMarshaller. marshall(EnableImageDeprecationRequest enableImageDeprecationRequest)
-