Uses of Class
software.amazon.awssdk.services.ec2.model.EnableImageDeprecationResponse
-
Packages that use EnableImageDeprecationResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of EnableImageDeprecationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableImageDeprecationResponse Modifier and Type Method Description default 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 EnableImageDeprecationResponse Modifier and Type Method Description default CompletableFuture<EnableImageDeprecationResponse>Ec2AsyncClient. enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time.default CompletableFuture<EnableImageDeprecationResponse>Ec2AsyncClient. enableImageDeprecation(EnableImageDeprecationRequest enableImageDeprecationRequest)Enables deprecation of the specified AMI at the specified date and time.
-