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.Builder
ListTopicRuleDestinationsRequest. builder()
ListTopicRuleDestinationsRequest.Builder
ListTopicRuleDestinationsRequest.Builder. maxResults(Integer maxResults)
The maximum number of results to return at one time.ListTopicRuleDestinationsRequest.Builder
ListTopicRuleDestinationsRequest.Builder. nextToken(String nextToken)
To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.ListTopicRuleDestinationsRequest.Builder
ListTopicRuleDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListTopicRuleDestinationsRequest.Builder
ListTopicRuleDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListTopicRuleDestinationsRequest.Builder
ListTopicRuleDestinationsRequest. 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()
-