Uses of Interface
software.amazon.awssdk.services.costexplorer.model.ListCommitmentPurchaseAnalysesRequest.Builder
-
Packages that use ListCommitmentPurchaseAnalysesRequest.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 ListCommitmentPurchaseAnalysesRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type ListCommitmentPurchaseAnalysesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCommitmentPurchaseAnalysesResponse>CostExplorerAsyncClient. listCommitmentPurchaseAnalyses(Consumer<ListCommitmentPurchaseAnalysesRequest.Builder> listCommitmentPurchaseAnalysesRequest)Lists the commitment purchase analyses for your account.default ListCommitmentPurchaseAnalysesResponseCostExplorerClient. listCommitmentPurchaseAnalyses(Consumer<ListCommitmentPurchaseAnalysesRequest.Builder> listCommitmentPurchaseAnalysesRequest)Lists the commitment purchase analyses for your account. -
Uses of ListCommitmentPurchaseAnalysesRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ListCommitmentPurchaseAnalysesRequest.Builder Modifier and Type Method Description ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. analysisIds(String... analysisIds)The analysis IDs associated with the commitment purchase analyses.ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. analysisIds(Collection<String> analysisIds)The analysis IDs associated with the commitment purchase analyses.ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. analysisStatus(String analysisStatus)The status of the analysis.ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. analysisStatus(AnalysisStatus analysisStatus)The status of the analysis.static ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest. builder()ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. nextPageToken(String nextPageToken)The token to retrieve the next set of results.ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest.Builder. pageSize(Integer pageSize)The number of analyses that you want returned in a single response object.ListCommitmentPurchaseAnalysesRequest.BuilderListCommitmentPurchaseAnalysesRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ListCommitmentPurchaseAnalysesRequest.Builder Modifier and Type Method Description static Class<? extends ListCommitmentPurchaseAnalysesRequest.Builder>ListCommitmentPurchaseAnalysesRequest. serializableBuilderClass()
-