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