Uses of Class
software.amazon.awssdk.services.costexplorer.model.ListSavingsPlansPurchaseRecommendationGenerationResponse
-
Packages that use ListSavingsPlansPurchaseRecommendationGenerationResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of ListSavingsPlansPurchaseRecommendationGenerationResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return ListSavingsPlansPurchaseRecommendationGenerationResponse Modifier and Type Method Description default ListSavingsPlansPurchaseRecommendationGenerationResponseCostExplorerClient. listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days.default ListSavingsPlansPurchaseRecommendationGenerationResponseCostExplorerClient. listSavingsPlansPurchaseRecommendationGeneration(ListSavingsPlansPurchaseRecommendationGenerationRequest listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type ListSavingsPlansPurchaseRecommendationGenerationResponse Modifier and Type Method Description default CompletableFuture<ListSavingsPlansPurchaseRecommendationGenerationResponse>CostExplorerAsyncClient. listSavingsPlansPurchaseRecommendationGeneration(Consumer<ListSavingsPlansPurchaseRecommendationGenerationRequest.Builder> listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days.default CompletableFuture<ListSavingsPlansPurchaseRecommendationGenerationResponse>CostExplorerAsyncClient. listSavingsPlansPurchaseRecommendationGeneration(ListSavingsPlansPurchaseRecommendationGenerationRequest listSavingsPlansPurchaseRecommendationGenerationRequest)Retrieves a list of your historical recommendation generations within the past 30 days.
-