| 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 data type of the field.
|
Field |
Field.withType(String type)
The data type 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()
A list of thing fields to index.
|
List<Field> |
ThingGroupIndexingConfiguration.getManagedFields()
A list of automatically indexed thing group fields.
|
List<Field> |
ThingIndexingConfiguration.getManagedFields()
A list of automatically indexed thing fields.
|
| Modifier and Type | Method and Description |
|---|---|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withCustomFields(Field... customFields)
A list of thing group fields to index.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withCustomFields(Field... customFields)
A list of thing fields to index.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withManagedFields(Field... managedFields)
A list of automatically indexed thing group fields.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withManagedFields(Field... managedFields)
A list of automatically indexed thing fields.
|
| 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)
A list of thing fields to index.
|
void |
ThingGroupIndexingConfiguration.setManagedFields(Collection<Field> managedFields)
A list of automatically indexed thing group fields.
|
void |
ThingIndexingConfiguration.setManagedFields(Collection<Field> managedFields)
A list of automatically indexed thing fields.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withCustomFields(Collection<Field> customFields)
A list of thing group fields to index.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withCustomFields(Collection<Field> customFields)
A list of thing fields to index.
|
ThingGroupIndexingConfiguration |
ThingGroupIndexingConfiguration.withManagedFields(Collection<Field> managedFields)
A list of automatically indexed thing group fields.
|
ThingIndexingConfiguration |
ThingIndexingConfiguration.withManagedFields(Collection<Field> managedFields)
A list of automatically indexed thing fields.
|
Copyright © 2019. All rights reserved.