Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BillEstimateCommitmentSummary
-
Packages that use BillEstimateCommitmentSummary Package Description software.amazon.awssdk.services.bcmpricingcalculator.model software.amazon.awssdk.services.bcmpricingcalculator.paginators -
-
Uses of BillEstimateCommitmentSummary in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BillEstimateCommitmentSummary Modifier and Type Method Description List<BillEstimateCommitmentSummary>ListBillEstimateCommitmentsResponse. items()The list of commitments associated with the bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BillEstimateCommitmentSummary Modifier and Type Method Description ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. items(BillEstimateCommitmentSummary... items)The list of commitments associated with the bill estimate.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BillEstimateCommitmentSummary Modifier and Type Method Description ListBillEstimateCommitmentsResponse.BuilderListBillEstimateCommitmentsResponse.Builder. items(Collection<BillEstimateCommitmentSummary> items)The list of commitments associated with the bill estimate. -
Uses of BillEstimateCommitmentSummary in software.amazon.awssdk.services.bcmpricingcalculator.paginators
Methods in software.amazon.awssdk.services.bcmpricingcalculator.paginators that return types with arguments of type BillEstimateCommitmentSummary Modifier and Type Method Description SdkIterable<BillEstimateCommitmentSummary>ListBillEstimateCommitmentsIterable. items()Returns an iterable to iterate through the paginatedListBillEstimateCommitmentsResponse.items()member.SdkPublisher<BillEstimateCommitmentSummary>ListBillEstimateCommitmentsPublisher. items()Returns a publisher that can be used to get a stream of data.
-