| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
FlowTemplateFilter |
FlowTemplateFilter.clone() |
FlowTemplateFilter |
FlowTemplateFilter.withName(FlowTemplateFilterName name)
The name of the search filter field.
|
FlowTemplateFilter |
FlowTemplateFilter.withName(String name)
The name of the search filter field.
|
FlowTemplateFilter |
FlowTemplateFilter.withValue(Collection<String> value)
An array of string values for the search filter field.
|
FlowTemplateFilter |
FlowTemplateFilter.withValue(String... value)
An array of string values for the search filter field.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowTemplateFilter> |
SearchFlowTemplatesRequest.getFilters()
An array of objects that limit the result set.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withFilters(FlowTemplateFilter... filters)
An array of objects that limit the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFlowTemplatesRequest.setFilters(Collection<FlowTemplateFilter> filters)
An array of objects that limit the result set.
|
SearchFlowTemplatesRequest |
SearchFlowTemplatesRequest.withFilters(Collection<FlowTemplateFilter> filters)
An array of objects that limit the result set.
|
Copyright © 2020. All rights reserved.