Uses of Interface
software.amazon.awssdk.services.iot.model.ListTopicRulesRequest.Builder
-
Packages that use ListTopicRulesRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListTopicRulesRequest.Builder in software.amazon.awssdk.services.iot
Method parameters in software.amazon.awssdk.services.iot with type arguments of type ListTopicRulesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTopicRulesResponse>IotAsyncClient. listTopicRules(Consumer<ListTopicRulesRequest.Builder> listTopicRulesRequest)Lists the rules for the specific topic.default ListTopicRulesResponseIotClient. listTopicRules(Consumer<ListTopicRulesRequest.Builder> listTopicRulesRequest)Lists the rules for the specific topic.default ListTopicRulesPublisherIotAsyncClient. listTopicRulesPaginator(Consumer<ListTopicRulesRequest.Builder> listTopicRulesRequest)Lists the rules for the specific topic.default ListTopicRulesIterableIotClient. listTopicRulesPaginator(Consumer<ListTopicRulesRequest.Builder> listTopicRulesRequest)Lists the rules for the specific topic. -
Uses of ListTopicRulesRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListTopicRulesRequest.Builder Modifier and Type Method Description static ListTopicRulesRequest.BuilderListTopicRulesRequest. builder()ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. nextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. ruleDisabled(Boolean ruleDisabled)Specifies whether the rule is disabled.ListTopicRulesRequest.BuilderListTopicRulesRequest. toBuilder()ListTopicRulesRequest.BuilderListTopicRulesRequest.Builder. topic(String topic)The topic.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListTopicRulesRequest.Builder Modifier and Type Method Description static Class<? extends ListTopicRulesRequest.Builder>ListTopicRulesRequest. serializableBuilderClass()
-