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