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