Uses of Class
software.amazon.awssdk.services.iot.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Field in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Field Modifier and Type Method Description List<Field>ThingGroupIndexingConfiguration. customFields()A list of thing group fields to index.List<Field>ThingIndexingConfiguration. customFields()Contains custom field names and their data type.List<Field>ThingGroupIndexingConfiguration. managedFields()Contains fields that are indexed and whose types are already known by the Fleet Indexing service.List<Field>ThingIndexingConfiguration. managedFields()Contains fields that are indexed and whose types are already known by the Fleet Indexing service.Methods in software.amazon.awssdk.services.iot.model with parameters of type Field Modifier and Type Method Description ThingGroupIndexingConfiguration.BuilderThingGroupIndexingConfiguration.Builder. customFields(Field... customFields)A list of thing group fields to index.ThingIndexingConfiguration.BuilderThingIndexingConfiguration.Builder. customFields(Field... customFields)Contains custom field names and their data type.ThingGroupIndexingConfiguration.BuilderThingGroupIndexingConfiguration.Builder. managedFields(Field... managedFields)Contains fields that are indexed and whose types are already known by the Fleet Indexing service.ThingIndexingConfiguration.BuilderThingIndexingConfiguration.Builder. managedFields(Field... managedFields)Contains fields that are indexed and whose types are already known by the Fleet Indexing service.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Field Modifier and Type Method Description ThingGroupIndexingConfiguration.BuilderThingGroupIndexingConfiguration.Builder. customFields(Collection<Field> customFields)A list of thing group fields to index.ThingIndexingConfiguration.BuilderThingIndexingConfiguration.Builder. customFields(Collection<Field> customFields)Contains custom field names and their data type.ThingGroupIndexingConfiguration.BuilderThingGroupIndexingConfiguration.Builder. managedFields(Collection<Field> managedFields)Contains fields that are indexed and whose types are already known by the Fleet Indexing service.ThingIndexingConfiguration.BuilderThingIndexingConfiguration.Builder. managedFields(Collection<Field> managedFields)Contains fields that are indexed and whose types are already known by the Fleet Indexing service.
-