| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTopicRuleDestinationsResult> |
AbstractAWSIotAsync.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest request,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler) |
Future<ListTopicRuleDestinationsResult> |
AWSIotAsyncClient.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest request,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler) |
Future<ListTopicRuleDestinationsResult> |
AWSIotAsync.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest listTopicRuleDestinationsRequest,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler)
Lists all the topic rule destinations in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTopicRuleDestinationsRequest |
ListTopicRuleDestinationsRequest.clone() |
ListTopicRuleDestinationsRequest |
ListTopicRuleDestinationsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListTopicRuleDestinationsRequest |
ListTopicRuleDestinationsRequest.withNextToken(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. |
Copyright © 2025. All rights reserved.