| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| 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 ListTopicRuleDestinationsResponse |
IotClient.listTopicRuleDestinations(Consumer<ListTopicRuleDestinationsRequest.Builder> listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
default ListTopicRuleDestinationsPublisher |
IotAsyncClient.listTopicRuleDestinationsPaginator(Consumer<ListTopicRuleDestinationsRequest.Builder> listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
default ListTopicRuleDestinationsIterable |
IotClient.listTopicRuleDestinationsPaginator(Consumer<ListTopicRuleDestinationsRequest.Builder> listTopicRuleDestinationsRequest)
Lists all the topic rule destinations in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.builder() |
ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.Builder.nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTopicRuleDestinationsRequest.Builder |
ListTopicRuleDestinationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTopicRuleDestinationsRequest.Builder> |
ListTopicRuleDestinationsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.