| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
IndexingFilter |
IndexingFilter.clone() |
IndexingFilter |
ThingIndexingConfiguration.getFilter()
Provides additional selections for named shadows and geolocation data.
|
IndexingFilter |
IndexingFilter.withGeoLocations(Collection<GeoLocationTarget> geoLocations)
The list of geolocation targets that you select to index.
|
IndexingFilter |
IndexingFilter.withGeoLocations(GeoLocationTarget... geoLocations)
The list of geolocation targets that you select to index.
|
IndexingFilter |
IndexingFilter.withNamedShadowNames(Collection<String> namedShadowNames)
The shadow names that you select to index.
|
IndexingFilter |
IndexingFilter.withNamedShadowNames(String... namedShadowNames)
The shadow names that you select to index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThingIndexingConfiguration.setFilter(IndexingFilter filter)
Provides additional selections for named shadows and geolocation data.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withFilter(IndexingFilter filter)
Provides additional selections for named shadows and geolocation data.
|
Copyright © 2025. All rights reserved.