| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTopicRuleDestinationsResult> |
AWSIotAsync.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest listTopicRuleDestinationsRequest,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler)
Lists all the topic rule destinations in your AWS account.
|
Future<ListTopicRuleDestinationsResult> |
AWSIotAsyncClient.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest request,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler) |
Future<ListTopicRuleDestinationsResult> |
AbstractAWSIotAsync.listTopicRuleDestinationsAsync(ListTopicRuleDestinationsRequest request,
AsyncHandler<ListTopicRuleDestinationsRequest,ListTopicRuleDestinationsResult> asyncHandler) |
| 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)
The token to retrieve the next set of results.
|
Copyright © 2019. All rights reserved.