| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTopicRuleDestinationsResponse |
IotClient.listTopicRuleDestinations(Consumer<ListTopicRuleDestinationsRequest.Builder> listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
default ListTopicRuleDestinationsResponse |
IotClient.listTopicRuleDestinations(ListTopicRuleDestinationsRequest listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTopicRuleDestinationsResponse> |
IotAsyncClient.listTopicRuleDestinations(Consumer<ListTopicRuleDestinationsRequest.Builder> listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
default CompletableFuture<ListTopicRuleDestinationsResponse> |
IotAsyncClient.listTopicRuleDestinations(ListTopicRuleDestinationsRequest listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTopicRuleDestinationsResponse> |
ListTopicRuleDestinationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTopicRuleDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTopicRuleDestinationsResponse> subscriber) |
Copyright © 2023. All rights reserved.