Uses of Class
software.amazon.awssdk.services.iot.model.CreateTopicRuleDestinationResponse
-
Packages that use CreateTopicRuleDestinationResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreateTopicRuleDestinationResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreateTopicRuleDestinationResponse Modifier and Type Method Description default CreateTopicRuleDestinationResponseIotClient. createTopicRuleDestination(Consumer<CreateTopicRuleDestinationRequest.Builder> createTopicRuleDestinationRequest)Creates a topic rule destination.default CreateTopicRuleDestinationResponseIotClient. createTopicRuleDestination(CreateTopicRuleDestinationRequest createTopicRuleDestinationRequest)Creates a topic rule destination.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreateTopicRuleDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateTopicRuleDestinationResponse>IotAsyncClient. createTopicRuleDestination(Consumer<CreateTopicRuleDestinationRequest.Builder> createTopicRuleDestinationRequest)Creates a topic rule destination.default CompletableFuture<CreateTopicRuleDestinationResponse>IotAsyncClient. createTopicRuleDestination(CreateTopicRuleDestinationRequest createTopicRuleDestinationRequest)Creates a topic rule destination.
-