| Package | Description |
|---|---|
| com.amazonaws.services.iotthingsgraph.model |
| Modifier and Type | Method and Description |
|---|---|
EntityFilter |
EntityFilter.clone() |
EntityFilter |
EntityFilter.withName(EntityFilterName name)
The name of the entity search filter field.
|
EntityFilter |
EntityFilter.withName(String name)
The name of the entity search filter field.
|
EntityFilter |
EntityFilter.withValue(Collection<String> value)
An array of string values for the search filter field.
|
EntityFilter |
EntityFilter.withValue(String... value)
An array of string values for the search filter field.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityFilter> |
SearchEntitiesRequest.getFilters()
Optional filter to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
SearchEntitiesRequest |
SearchEntitiesRequest.withFilters(EntityFilter... filters)
Optional filter to apply to the search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEntitiesRequest.setFilters(Collection<EntityFilter> filters)
Optional filter to apply to the search.
|
SearchEntitiesRequest |
SearchEntitiesRequest.withFilters(Collection<EntityFilter> filters)
Optional filter to apply to the search.
|
Copyright © 2024. All rights reserved.