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