| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTopicRuleDestinationResponse> |
IotAsyncClient.getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)
Gets information about a topic rule destination.
|
default GetTopicRuleDestinationResponse |
IotClient.getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)
Gets information about a topic rule destination.
|
| Modifier and Type | Method and Description |
|---|---|
GetTopicRuleDestinationRequest.Builder |
GetTopicRuleDestinationRequest.Builder.arn(String arn)
The ARN of the topic rule destination.
|
static GetTopicRuleDestinationRequest.Builder |
GetTopicRuleDestinationRequest.builder() |
GetTopicRuleDestinationRequest.Builder |
GetTopicRuleDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTopicRuleDestinationRequest.Builder |
GetTopicRuleDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTopicRuleDestinationRequest.Builder |
GetTopicRuleDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetTopicRuleDestinationRequest.Builder> |
GetTopicRuleDestinationRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.