Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.GetRecommendationResponse
-
Packages that use GetRecommendationResponse Package Description software.amazon.awssdk.services.costoptimizationhub You can use the Cost Optimization Hub API to programmatically identify, filter, aggregate, and quantify savings for your cost optimization recommendations across multiple Amazon Web Services Regions and Amazon Web Services accounts in your organization. -
-
Uses of GetRecommendationResponse in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub that return GetRecommendationResponse Modifier and Type Method Description default GetRecommendationResponseCostOptimizationHubClient. getRecommendation(Consumer<GetRecommendationRequest.Builder> getRecommendationRequest)Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.default GetRecommendationResponseCostOptimizationHubClient. getRecommendation(GetRecommendationRequest getRecommendationRequest)Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.Methods in software.amazon.awssdk.services.costoptimizationhub that return types with arguments of type GetRecommendationResponse Modifier and Type Method Description default CompletableFuture<GetRecommendationResponse>CostOptimizationHubAsyncClient. getRecommendation(Consumer<GetRecommendationRequest.Builder> getRecommendationRequest)Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.default CompletableFuture<GetRecommendationResponse>CostOptimizationHubAsyncClient. getRecommendation(GetRecommendationRequest getRecommendationRequest)Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.
-