Uses of Interface
software.amazon.awssdk.services.iot.model.ListTopicRuleDestinationsRequest.Builder
-
Packages that use ListTopicRuleDestinationsRequest.Builder Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.model -
-
Uses of ListTopicRuleDestinationsRequest.Builder in software.amazon.awssdk.services.iot
-
Uses of ListTopicRuleDestinationsRequest.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return ListTopicRuleDestinationsRequest.Builder Modifier and Type Method Description static ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest. builder()ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return at one time.ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest.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.ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTopicRuleDestinationsRequest.BuilderListTopicRuleDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type ListTopicRuleDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends ListTopicRuleDestinationsRequest.Builder>ListTopicRuleDestinationsRequest. serializableBuilderClass()
-