Uses of Interface
software.amazon.awssdk.services.iot.model.GetTopicRuleDestinationRequest.Builder
-
Packages that use GetTopicRuleDestinationRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of GetTopicRuleDestinationRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type GetTopicRuleDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTopicRuleDestinationResponse>IotAsyncClient. getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)Gets information about a topic rule destination.default GetTopicRuleDestinationResponseIotClient. getTopicRuleDestination(Consumer<GetTopicRuleDestinationRequest.Builder> getTopicRuleDestinationRequest)Gets information about a topic rule destination. -
Uses of GetTopicRuleDestinationRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return GetTopicRuleDestinationRequest.Builder Modifier and Type Method Description GetTopicRuleDestinationRequest.BuilderGetTopicRuleDestinationRequest.Builder. arn(String arn)The ARN of the topic rule destination.static GetTopicRuleDestinationRequest.BuilderGetTopicRuleDestinationRequest. builder()GetTopicRuleDestinationRequest.BuilderGetTopicRuleDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTopicRuleDestinationRequest.BuilderGetTopicRuleDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTopicRuleDestinationRequest.BuilderGetTopicRuleDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type GetTopicRuleDestinationRequest.Builder Modifier and Type Method Description static Class<? extends GetTopicRuleDestinationRequest.Builder>GetTopicRuleDestinationRequest. serializableBuilderClass()
-