Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.EntityFilter
-
Packages that use EntityFilter Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of EntityFilter in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type EntityFilter Modifier and Type Method Description List<EntityFilter>SearchEntitiesRequest. filters()Optional filter to apply to the search.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type EntityFilter Modifier and Type Method Description SearchEntitiesRequest.BuilderSearchEntitiesRequest.Builder. filters(EntityFilter... filters)Optional filter to apply to the search.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type EntityFilter Modifier and Type Method Description SearchEntitiesRequest.BuilderSearchEntitiesRequest.Builder. filters(Collection<EntityFilter> filters)Optional filter to apply to the search.
-