Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimateCommitmentsRequest.Builder
-
Packages that use ListBillEstimateCommitmentsRequest.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use.software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListBillEstimateCommitmentsRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
-
Uses of ListBillEstimateCommitmentsRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListBillEstimateCommitmentsRequest.Builder Modifier and Type Method Description ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest.Builder. billEstimateId(String billEstimateId)The unique identifier of the bill estimate to list commitments for.static ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest. builder()ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest.Builder. nextToken(String nextToken)A token to retrieve the next page of results.ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBillEstimateCommitmentsRequest.BuilderListBillEstimateCommitmentsRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillEstimateCommitmentsRequest.Builder Modifier and Type Method Description static Class<? extends ListBillEstimateCommitmentsRequest.Builder>ListBillEstimateCommitmentsRequest. serializableBuilderClass()
-