Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.DescribeChannelResponse.Builder
-
Packages that use DescribeChannelResponse.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DescribeChannelResponse.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DescribeChannelResponse.Builder Modifier and Type Method Description static DescribeChannelResponse.BuilderDescribeChannelResponse. builder()default DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. channel(Consumer<Channel.Builder> channel)An object that contains information about the channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. channel(Channel channel)An object that contains information about the channel.default DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. statistics(Consumer<ChannelStatistics.Builder> statistics)Statistics about the channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. statistics(ChannelStatistics statistics)Statistics about the channel.DescribeChannelResponse.BuilderDescribeChannelResponse. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DescribeChannelResponse.Builder Modifier and Type Method Description static Class<? extends DescribeChannelResponse.Builder>DescribeChannelResponse. serializableBuilderClass()
-