Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
Modifier and Type | Method and Description |
---|---|
default GetIndexingConfigurationResponse |
IotClient.getIndexingConfiguration()
Gets the indexing configuration.
|
default GetIndexingConfigurationResponse |
IotClient.getIndexingConfiguration(Consumer<GetIndexingConfigurationRequest.Builder> getIndexingConfigurationRequest)
Gets the indexing configuration.
|
default GetIndexingConfigurationResponse |
IotClient.getIndexingConfiguration(GetIndexingConfigurationRequest getIndexingConfigurationRequest)
Gets the indexing configuration.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetIndexingConfigurationResponse> |
IotAsyncClient.getIndexingConfiguration()
Gets the indexing configuration.
|
default CompletableFuture<GetIndexingConfigurationResponse> |
IotAsyncClient.getIndexingConfiguration(Consumer<GetIndexingConfigurationRequest.Builder> getIndexingConfigurationRequest)
Gets the indexing configuration.
|
default CompletableFuture<GetIndexingConfigurationResponse> |
IotAsyncClient.getIndexingConfiguration(GetIndexingConfigurationRequest getIndexingConfigurationRequest)
Gets the indexing configuration.
|
Copyright © 2021. All rights reserved.