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