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