Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetSavingsPlanPurchaseRecommendationDetailsResponse
-
Packages that use GetSavingsPlanPurchaseRecommendationDetailsResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetSavingsPlanPurchaseRecommendationDetailsResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetSavingsPlanPurchaseRecommendationDetailsResponse Modifier and Type Method Description default GetSavingsPlanPurchaseRecommendationDetailsResponseCostExplorerClient. getSavingsPlanPurchaseRecommendationDetails(Consumer<GetSavingsPlanPurchaseRecommendationDetailsRequest.Builder> getSavingsPlanPurchaseRecommendationDetailsRequest)Retrieves the details for a Savings Plan recommendation.default GetSavingsPlanPurchaseRecommendationDetailsResponseCostExplorerClient. getSavingsPlanPurchaseRecommendationDetails(GetSavingsPlanPurchaseRecommendationDetailsRequest getSavingsPlanPurchaseRecommendationDetailsRequest)Retrieves the details for a Savings Plan recommendation.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetSavingsPlanPurchaseRecommendationDetailsResponse Modifier and Type Method Description default CompletableFuture<GetSavingsPlanPurchaseRecommendationDetailsResponse>CostExplorerAsyncClient. getSavingsPlanPurchaseRecommendationDetails(Consumer<GetSavingsPlanPurchaseRecommendationDetailsRequest.Builder> getSavingsPlanPurchaseRecommendationDetailsRequest)Retrieves the details for a Savings Plan recommendation.default CompletableFuture<GetSavingsPlanPurchaseRecommendationDetailsResponse>CostExplorerAsyncClient. getSavingsPlanPurchaseRecommendationDetails(GetSavingsPlanPurchaseRecommendationDetailsRequest getSavingsPlanPurchaseRecommendationDetailsRequest)Retrieves the details for a Savings Plan recommendation.
-