Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.GetLicenseRecommendationsResponse
-
Packages that use GetLicenseRecommendationsResponse Package Description software.amazon.awssdk.services.computeoptimizer Compute Optimizer is a service that analyzes the configuration and utilization metrics of your Amazon Web Services compute resources, such as Amazon EC2 instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate. -
-
Uses of GetLicenseRecommendationsResponse in software.amazon.awssdk.services.computeoptimizer
Methods in software.amazon.awssdk.services.computeoptimizer that return GetLicenseRecommendationsResponse Modifier and Type Method Description default GetLicenseRecommendationsResponseComputeOptimizerClient. getLicenseRecommendations(Consumer<GetLicenseRecommendationsRequest.Builder> getLicenseRecommendationsRequest)Returns license recommendations for Amazon EC2 instances that run on a specific license.default GetLicenseRecommendationsResponseComputeOptimizerClient. getLicenseRecommendations(GetLicenseRecommendationsRequest getLicenseRecommendationsRequest)Returns license recommendations for Amazon EC2 instances that run on a specific license.Methods in software.amazon.awssdk.services.computeoptimizer that return types with arguments of type GetLicenseRecommendationsResponse Modifier and Type Method Description default CompletableFuture<GetLicenseRecommendationsResponse>ComputeOptimizerAsyncClient. getLicenseRecommendations(Consumer<GetLicenseRecommendationsRequest.Builder> getLicenseRecommendationsRequest)Returns license recommendations for Amazon EC2 instances that run on a specific license.default CompletableFuture<GetLicenseRecommendationsResponse>ComputeOptimizerAsyncClient. getLicenseRecommendations(GetLicenseRecommendationsRequest getLicenseRecommendationsRequest)Returns license recommendations for Amazon EC2 instances that run on a specific license.
-