Uses of Class
software.amazon.awssdk.services.iot.model.UpdateIndexingConfigurationResponse
-
Packages that use UpdateIndexingConfigurationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateIndexingConfigurationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateIndexingConfigurationResponse Modifier and Type Method Description default UpdateIndexingConfigurationResponseIotClient. updateIndexingConfiguration(Consumer<UpdateIndexingConfigurationRequest.Builder> updateIndexingConfigurationRequest)Updates the search configuration.default UpdateIndexingConfigurationResponseIotClient. updateIndexingConfiguration(UpdateIndexingConfigurationRequest updateIndexingConfigurationRequest)Updates the search configuration.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateIndexingConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateIndexingConfigurationResponse>IotAsyncClient. updateIndexingConfiguration(Consumer<UpdateIndexingConfigurationRequest.Builder> updateIndexingConfigurationRequest)Updates the search configuration.default CompletableFuture<UpdateIndexingConfigurationResponse>IotAsyncClient. updateIndexingConfiguration(UpdateIndexingConfigurationRequest updateIndexingConfigurationRequest)Updates the search configuration.
-