Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SystemTemplateFilter
-
Packages that use SystemTemplateFilter Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of SystemTemplateFilter in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type SystemTemplateFilter Modifier and Type Method Description List<SystemTemplateFilter>SearchSystemTemplatesRequest. filters()An array of filters that limit the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type SystemTemplateFilter Modifier and Type Method Description SearchSystemTemplatesRequest.BuilderSearchSystemTemplatesRequest.Builder. filters(SystemTemplateFilter... filters)An array of filters that limit the result set.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type SystemTemplateFilter Modifier and Type Method Description SearchSystemTemplatesRequest.BuilderSearchSystemTemplatesRequest.Builder. filters(Collection<SystemTemplateFilter> filters)An array of filters that limit the result set.
-