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