Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillEstimateLineItemsFilter
-
Packages that use ListBillEstimateLineItemsFilter Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListBillEstimateLineItemsFilter in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillEstimateLineItemsFilter Modifier and Type Method Description List<ListBillEstimateLineItemsFilter>ListBillEstimateLineItemsRequest. filters()Filters to apply to the list of line items.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type ListBillEstimateLineItemsFilter Modifier and Type Method Description ListBillEstimateLineItemsRequest.BuilderListBillEstimateLineItemsRequest.Builder. filters(ListBillEstimateLineItemsFilter... filters)Filters to apply to the list of line items.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type ListBillEstimateLineItemsFilter Modifier and Type Method Description ListBillEstimateLineItemsRequest.BuilderListBillEstimateLineItemsRequest.Builder. filters(Collection<ListBillEstimateLineItemsFilter> filters)Filters to apply to the list of line items.
-