| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default GetTopicRuleResponse |
IotClient.getTopicRule(Consumer<GetTopicRuleRequest.Builder> getTopicRuleRequest)
Gets information about the rule.
|
default GetTopicRuleResponse |
IotClient.getTopicRule(GetTopicRuleRequest getTopicRuleRequest)
Gets information about the rule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTopicRuleResponse> |
IotAsyncClient.getTopicRule(Consumer<GetTopicRuleRequest.Builder> getTopicRuleRequest)
Gets information about the rule.
|
default CompletableFuture<GetTopicRuleResponse> |
IotAsyncClient.getTopicRule(GetTopicRuleRequest getTopicRuleRequest)
Gets information about the rule.
|
Copyright © 2020. All rights reserved.