Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.GetRecommendationRequest
-
Packages that use GetRecommendationRequest 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.software.amazon.awssdk.services.costoptimizationhub.transform -
-
Uses of GetRecommendationRequest in software.amazon.awssdk.services.costoptimizationhub
Methods in software.amazon.awssdk.services.costoptimizationhub with parameters of type GetRecommendationRequest Modifier and Type Method Description default CompletableFuture<GetRecommendationResponse>CostOptimizationHubAsyncClient. getRecommendation(GetRecommendationRequest 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. -
Uses of GetRecommendationRequest in software.amazon.awssdk.services.costoptimizationhub.transform
Methods in software.amazon.awssdk.services.costoptimizationhub.transform with parameters of type GetRecommendationRequest Modifier and Type Method Description SdkHttpFullRequestGetRecommendationRequestMarshaller. marshall(GetRecommendationRequest getRecommendationRequest)
-