Uses of Class
software.amazon.awssdk.services.costexplorer.model.StartCommitmentPurchaseAnalysisResponse
-
Packages that use StartCommitmentPurchaseAnalysisResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of StartCommitmentPurchaseAnalysisResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return StartCommitmentPurchaseAnalysisResponse Modifier and Type Method Description default StartCommitmentPurchaseAnalysisResponseCostExplorerClient. startCommitmentPurchaseAnalysis(Consumer<StartCommitmentPurchaseAnalysisRequest.Builder> startCommitmentPurchaseAnalysisRequest)Specifies the parameters of a planned commitment purchase and starts the generation of the analysis.default StartCommitmentPurchaseAnalysisResponseCostExplorerClient. startCommitmentPurchaseAnalysis(StartCommitmentPurchaseAnalysisRequest startCommitmentPurchaseAnalysisRequest)Specifies the parameters of a planned commitment purchase and starts the generation of the analysis.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type StartCommitmentPurchaseAnalysisResponse Modifier and Type Method Description default CompletableFuture<StartCommitmentPurchaseAnalysisResponse>CostExplorerAsyncClient. startCommitmentPurchaseAnalysis(Consumer<StartCommitmentPurchaseAnalysisRequest.Builder> startCommitmentPurchaseAnalysisRequest)Specifies the parameters of a planned commitment purchase and starts the generation of the analysis.default CompletableFuture<StartCommitmentPurchaseAnalysisResponse>CostExplorerAsyncClient. startCommitmentPurchaseAnalysis(StartCommitmentPurchaseAnalysisRequest startCommitmentPurchaseAnalysisRequest)Specifies the parameters of a planned commitment purchase and starts the generation of the analysis.
-