Uses of Class
software.amazon.awssdk.services.iot.model.ThingIndexingConfiguration
-
Packages that use ThingIndexingConfiguration Package Description software.amazon.awssdk.services.iot.model -
-
Uses of ThingIndexingConfiguration in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ThingIndexingConfiguration Modifier and Type Method Description ThingIndexingConfigurationGetIndexingConfigurationResponse. thingIndexingConfiguration()Thing indexing configuration.ThingIndexingConfigurationUpdateIndexingConfigurationRequest. thingIndexingConfiguration()Thing indexing configuration.Methods in software.amazon.awssdk.services.iot.model with parameters of type ThingIndexingConfiguration Modifier and Type Method Description GetIndexingConfigurationResponse.BuilderGetIndexingConfigurationResponse.Builder. thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)Thing indexing configuration.UpdateIndexingConfigurationRequest.BuilderUpdateIndexingConfigurationRequest.Builder. thingIndexingConfiguration(ThingIndexingConfiguration thingIndexingConfiguration)Thing indexing configuration.
-