Uses of Class
software.amazon.awssdk.services.ec2.model.DisableImageDeprecationRequest
-
Packages that use DisableImageDeprecationRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of DisableImageDeprecationRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DisableImageDeprecationRequest Modifier and Type Method Description default CompletableFuture<DisableImageDeprecationResponse>Ec2AsyncClient. disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)Cancels the deprecation of the specified AMI.default DisableImageDeprecationResponseEc2Client. disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)Cancels the deprecation of the specified AMI. -
Uses of DisableImageDeprecationRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DisableImageDeprecationRequest Modifier and Type Method Description SdkHttpFullRequestDisableImageDeprecationRequestMarshaller. marshall(DisableImageDeprecationRequest disableImageDeprecationRequest)
-