| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateIndexingConfigurationResponse |
IotClient.updateIndexingConfiguration(Consumer<UpdateIndexingConfigurationRequest.Builder> updateIndexingConfigurationRequest)
Updates the search configuration.
|
default UpdateIndexingConfigurationResponse |
IotClient.updateIndexingConfiguration(UpdateIndexingConfigurationRequest updateIndexingConfigurationRequest)
Updates the search configuration.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.