Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetCommitmentPurchaseAnalysisResponse
-
Packages that use GetCommitmentPurchaseAnalysisResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetCommitmentPurchaseAnalysisResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetCommitmentPurchaseAnalysisResponse Modifier and Type Method Description default GetCommitmentPurchaseAnalysisResponseCostExplorerClient. getCommitmentPurchaseAnalysis(Consumer<GetCommitmentPurchaseAnalysisRequest.Builder> getCommitmentPurchaseAnalysisRequest)Retrieves a commitment purchase analysis result based on theAnalysisId.default GetCommitmentPurchaseAnalysisResponseCostExplorerClient. getCommitmentPurchaseAnalysis(GetCommitmentPurchaseAnalysisRequest getCommitmentPurchaseAnalysisRequest)Retrieves a commitment purchase analysis result based on theAnalysisId.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetCommitmentPurchaseAnalysisResponse Modifier and Type Method Description default CompletableFuture<GetCommitmentPurchaseAnalysisResponse>CostExplorerAsyncClient. getCommitmentPurchaseAnalysis(Consumer<GetCommitmentPurchaseAnalysisRequest.Builder> getCommitmentPurchaseAnalysisRequest)Retrieves a commitment purchase analysis result based on theAnalysisId.default CompletableFuture<GetCommitmentPurchaseAnalysisResponse>CostExplorerAsyncClient. getCommitmentPurchaseAnalysis(GetCommitmentPurchaseAnalysisRequest getCommitmentPurchaseAnalysisRequest)Retrieves a commitment purchase analysis result based on theAnalysisId.
-