| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.clone() |
Field |
Field.withName(String name)
The name of the field.
|
Field |
Field.withType(FieldType type)
The datatype of the field.
|
Field |
Field.withType(String type)
The datatype of the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
ThingGroupIndexingConfiguration.getCustomFields()
A list of thing group fields to index.
|
List<Field> |
ThingIndexingConfiguration.getCustomFields()
Contains custom field names and their data type.
|
List<Field> |
ThingGroupIndexingConfiguration.getManagedFields()
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
List<Field> |
ThingIndexingConfiguration.getManagedFields()
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
| Modifier and Type | Method and Description |
|---|---|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withCustomFields(Field... customFields)
A list of thing group fields to index.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withCustomFields(Field... customFields)
Contains custom field names and their data type.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withManagedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withManagedFields(Field... managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThingGroupIndexingConfiguration.setCustomFields(Collection<Field> customFields)
A list of thing group fields to index.
|
void |
ThingIndexingConfiguration.setCustomFields(Collection<Field> customFields)
Contains custom field names and their data type.
|
void |
ThingGroupIndexingConfiguration.setManagedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
void |
ThingIndexingConfiguration.setManagedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withCustomFields(Collection<Field> customFields)
A list of thing group fields to index.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withCustomFields(Collection<Field> customFields)
Contains custom field names and their data type.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withManagedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withManagedFields(Collection<Field> managedFields)
Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
|
Copyright © 2021. All rights reserved.