Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.ListChannelsRequest.Builder
-
Packages that use ListChannelsRequest.Builder Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.iotanalytics
-
Uses of ListChannelsRequest.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ListChannelsRequest.Builder Modifier and Type Method Description static ListChannelsRequest.BuilderListChannelsRequest. builder()ListChannelsRequest.BuilderListChannelsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in this request.ListChannelsRequest.BuilderListChannelsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsRequest.BuilderListChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChannelsRequest.BuilderListChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type ListChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListChannelsRequest.Builder>ListChannelsRequest. serializableBuilderClass()
-