Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetSavingsPlansPurchaseRecommendationResponse
-
Packages that use GetSavingsPlansPurchaseRecommendationResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetSavingsPlansPurchaseRecommendationResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetSavingsPlansPurchaseRecommendationResponse Modifier and Type Method Description default GetSavingsPlansPurchaseRecommendationResponseCostExplorerClient. getSavingsPlansPurchaseRecommendation(Consumer<GetSavingsPlansPurchaseRecommendationRequest.Builder> getSavingsPlansPurchaseRecommendationRequest)Retrieves the Savings Plans recommendations for your account.default GetSavingsPlansPurchaseRecommendationResponseCostExplorerClient. getSavingsPlansPurchaseRecommendation(GetSavingsPlansPurchaseRecommendationRequest getSavingsPlansPurchaseRecommendationRequest)Retrieves the Savings Plans recommendations for your account.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetSavingsPlansPurchaseRecommendationResponse Modifier and Type Method Description default CompletableFuture<GetSavingsPlansPurchaseRecommendationResponse>CostExplorerAsyncClient. getSavingsPlansPurchaseRecommendation(Consumer<GetSavingsPlansPurchaseRecommendationRequest.Builder> getSavingsPlansPurchaseRecommendationRequest)Retrieves the Savings Plans recommendations for your account.default CompletableFuture<GetSavingsPlansPurchaseRecommendationResponse>CostExplorerAsyncClient. getSavingsPlansPurchaseRecommendation(GetSavingsPlansPurchaseRecommendationRequest getSavingsPlansPurchaseRecommendationRequest)Retrieves the Savings Plans recommendations for your account.
-