| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateTopicRuleResponse |
IotClient.createTopicRule(Consumer<CreateTopicRuleRequest.Builder> createTopicRuleRequest)
Creates a rule.
|
default CreateTopicRuleResponse |
IotClient.createTopicRule(CreateTopicRuleRequest createTopicRuleRequest)
Creates a rule.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTopicRuleResponse> |
IotAsyncClient.createTopicRule(Consumer<CreateTopicRuleRequest.Builder> createTopicRuleRequest)
Creates a rule.
|
default CompletableFuture<CreateTopicRuleResponse> |
IotAsyncClient.createTopicRule(CreateTopicRuleRequest createTopicRuleRequest)
Creates a rule.
|
Copyright © 2020. All rights reserved.