| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTopicRuleDestinationResult> |
AWSIotAsyncClient.updateTopicRuleDestinationAsync(UpdateTopicRuleDestinationRequest request,
AsyncHandler<UpdateTopicRuleDestinationRequest,UpdateTopicRuleDestinationResult> asyncHandler) |
Future<UpdateTopicRuleDestinationResult> |
AbstractAWSIotAsync.updateTopicRuleDestinationAsync(UpdateTopicRuleDestinationRequest request,
AsyncHandler<UpdateTopicRuleDestinationRequest,UpdateTopicRuleDestinationResult> asyncHandler) |
Future<UpdateTopicRuleDestinationResult> |
AWSIotAsync.updateTopicRuleDestinationAsync(UpdateTopicRuleDestinationRequest updateTopicRuleDestinationRequest,
AsyncHandler<UpdateTopicRuleDestinationRequest,UpdateTopicRuleDestinationResult> asyncHandler)
Updates a topic rule destination.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTopicRuleDestinationRequest |
UpdateTopicRuleDestinationRequest.clone() |
UpdateTopicRuleDestinationRequest |
UpdateTopicRuleDestinationRequest.withArn(String arn)
The ARN of the topic rule destination.
|
UpdateTopicRuleDestinationRequest |
UpdateTopicRuleDestinationRequest.withStatus(String status)
The status of the topic rule destination.
|
UpdateTopicRuleDestinationRequest |
UpdateTopicRuleDestinationRequest.withStatus(TopicRuleDestinationStatus status)
The status of the topic rule destination.
|
Copyright © 2022. All rights reserved.