Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetRightsizingRecommendationResponse
-
Packages that use GetRightsizingRecommendationResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetRightsizingRecommendationResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetRightsizingRecommendationResponse Modifier and Type Method Description default GetRightsizingRecommendationResponseCostExplorerClient. getRightsizingRecommendation(Consumer<GetRightsizingRecommendationRequest.Builder> getRightsizingRecommendationRequest)Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.default GetRightsizingRecommendationResponseCostExplorerClient. getRightsizingRecommendation(GetRightsizingRecommendationRequest getRightsizingRecommendationRequest)Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetRightsizingRecommendationResponse Modifier and Type Method Description default CompletableFuture<GetRightsizingRecommendationResponse>CostExplorerAsyncClient. getRightsizingRecommendation(Consumer<GetRightsizingRecommendationRequest.Builder> getRightsizingRecommendationRequest)Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.default CompletableFuture<GetRightsizingRecommendationResponse>CostExplorerAsyncClient. getRightsizingRecommendation(GetRightsizingRecommendationRequest getRightsizingRecommendationRequest)Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
-