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