Uses of Class
software.amazon.awssdk.services.licensemanager.model.InventoryFilter
-
Packages that use InventoryFilter Package Description software.amazon.awssdk.services.licensemanager.model -
-
Uses of InventoryFilter in software.amazon.awssdk.services.licensemanager.model
Methods in software.amazon.awssdk.services.licensemanager.model that return types with arguments of type InventoryFilter Modifier and Type Method Description List<InventoryFilter>ListResourceInventoryRequest. filters()Filters to scope the results.Methods in software.amazon.awssdk.services.licensemanager.model with parameters of type InventoryFilter Modifier and Type Method Description ListResourceInventoryRequest.BuilderListResourceInventoryRequest.Builder. filters(InventoryFilter... filters)Filters to scope the results.Method parameters in software.amazon.awssdk.services.licensemanager.model with type arguments of type InventoryFilter Modifier and Type Method Description ListResourceInventoryRequest.BuilderListResourceInventoryRequest.Builder. filters(Collection<InventoryFilter> filters)Filters to scope the results.
-