Uses of Class
software.amazon.awssdk.services.costexplorer.model.StartSavingsPlansPurchaseRecommendationGenerationResponse
-
Packages that use StartSavingsPlansPurchaseRecommendationGenerationResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of StartSavingsPlansPurchaseRecommendationGenerationResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return StartSavingsPlansPurchaseRecommendationGenerationResponse Modifier and Type Method Description default StartSavingsPlansPurchaseRecommendationGenerationResponseCostExplorerClient. startSavingsPlansPurchaseRecommendationGeneration(Consumer<StartSavingsPlansPurchaseRecommendationGenerationRequest.Builder> startSavingsPlansPurchaseRecommendationGenerationRequest)Requests a Savings Plans recommendation generation.default StartSavingsPlansPurchaseRecommendationGenerationResponseCostExplorerClient. startSavingsPlansPurchaseRecommendationGeneration(StartSavingsPlansPurchaseRecommendationGenerationRequest startSavingsPlansPurchaseRecommendationGenerationRequest)Requests a Savings Plans recommendation generation.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type StartSavingsPlansPurchaseRecommendationGenerationResponse Modifier and Type Method Description default CompletableFuture<StartSavingsPlansPurchaseRecommendationGenerationResponse>CostExplorerAsyncClient. startSavingsPlansPurchaseRecommendationGeneration(Consumer<StartSavingsPlansPurchaseRecommendationGenerationRequest.Builder> startSavingsPlansPurchaseRecommendationGenerationRequest)Requests a Savings Plans recommendation generation.default CompletableFuture<StartSavingsPlansPurchaseRecommendationGenerationResponse>CostExplorerAsyncClient. startSavingsPlansPurchaseRecommendationGeneration(StartSavingsPlansPurchaseRecommendationGenerationRequest startSavingsPlansPurchaseRecommendationGenerationRequest)Requests a Savings Plans recommendation generation.
-