Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageDeprecationResponse
Packages that use EnableImageDeprecationResponse
-
Uses of EnableImageDeprecationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableImageDeprecationResponseModifier and TypeMethodDescriptiondefault EnableImageDeprecationResponseEc2Client.enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableImageDeprecationResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest) Enables deprecation of the specified AMI at the specified date and time.Ec2AsyncClient.enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest) Enables deprecation of the specified AMI at the specified date and time.