Uses of Class
software.amazon.awssdk.services.ec2.model.DisableImageDeprecationResponse
Packages that use DisableImageDeprecationResponse
-
Uses of DisableImageDeprecationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisableImageDeprecationResponseModifier and TypeMethodDescriptiondefault 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 DisableImageDeprecationResponseModifier and TypeMethodDescriptionEc2AsyncClient.disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest) Cancels the deprecation of the specified AMI.Ec2AsyncClient.disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest) Cancels the deprecation of the specified AMI.