Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimateCommitmentsResponse.Builder
-
Packages that use ListBillEstimateCommitmentsResponse.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListBillEstimateCommitmentsResponse.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListBillEstimateCommitmentsResponse.Builder Modifier and Type Method Description static ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse. builder()ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. items(Collection<BillEstimateCommitmentSummary> items)The list of commitments associated with the bill estimate.ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. items(Consumer<BillEstimateCommitmentSummary.Builder>... items)The list of commitments associated with the bill estimate.ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. items(BillEstimateCommitmentSummary... items)The list of commitments associated with the bill estimate.ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. nextToken(String nextToken)A token to retrieve the next page of results, if any.ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillEstimateCommitmentsResponse.Builder Modifier and Type Method Description static Class<? extends ListBillEstimateCommitmentsResponse.Builder>ListBillEstimateCommitmentsResponse. serializableBuilderClass()
-