| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChannelResponse.Builder |
DescribeChannelResponse.builder() |
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.channel(Channel channel)
An object that contains information about the channel.
|
default DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.channel(Consumer<Channel.Builder> channel)
An object that contains information about the channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.statistics(ChannelStatistics statistics)
Statistics about the channel.
|
default DescribeChannelResponse.Builder |
DescribeChannelResponse.Builder.statistics(Consumer<ChannelStatistics.Builder> statistics)
Statistics about the channel.
|
DescribeChannelResponse.Builder |
DescribeChannelResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeChannelResponse.Builder> |
DescribeChannelResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.