Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.ListUsageFilter
-
Packages that use ListUsageFilter Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of ListUsageFilter in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListUsageFilter Modifier and Type Method Description List<ListUsageFilter>ListBillEstimateInputUsageModificationsRequest. filters()Filters to apply to the list of input usage modifications.List<ListUsageFilter>ListBillScenarioUsageModificationsRequest. filters()Filters to apply to the list of usage modifications.List<ListUsageFilter>ListWorkloadEstimateUsageRequest. filters()Filters to apply to the list of usage items.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type ListUsageFilter Modifier and Type Method Description ListBillEstimateInputUsageModificationsRequest.BuilderListBillEstimateInputUsageModificationsRequest.Builder. filters(ListUsageFilter... filters)Filters to apply to the list of input usage modifications.ListBillScenarioUsageModificationsRequest.BuilderListBillScenarioUsageModificationsRequest.Builder. filters(ListUsageFilter... filters)Filters to apply to the list of usage modifications.ListWorkloadEstimateUsageRequest.BuilderListWorkloadEstimateUsageRequest.Builder. filters(ListUsageFilter... filters)Filters to apply to the list of usage items.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type ListUsageFilter Modifier and Type Method Description ListBillEstimateInputUsageModificationsRequest.BuilderListBillEstimateInputUsageModificationsRequest.Builder. filters(Collection<ListUsageFilter> filters)Filters to apply to the list of input usage modifications.ListBillScenarioUsageModificationsRequest.BuilderListBillScenarioUsageModificationsRequest.Builder. filters(Collection<ListUsageFilter> filters)Filters to apply to the list of usage modifications.ListWorkloadEstimateUsageRequest.BuilderListWorkloadEstimateUsageRequest.Builder. filters(Collection<ListUsageFilter> filters)Filters to apply to the list of usage items.
-