| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelSummary |
ChannelMembershipForAppInstanceUserSummary.channelSummary()
Returns the channel data for an
AppInstance. |
ChannelSummary |
ChannelModeratedByAppInstanceUserSummary.channelSummary()
Summary of the details of a
Channel. |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSummary> |
SearchChannelsResponse.channels()
A list of the channels in the request.
|
List<ChannelSummary> |
ListChannelsResponse.channels()
The information about each channel.
|
| Modifier and Type | Method and Description |
|---|---|
SearchChannelsResponse.Builder |
SearchChannelsResponse.Builder.channels(ChannelSummary... channels)
A list of the channels in the request.
|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(ChannelSummary... channels)
The information about each channel.
|
ChannelMembershipForAppInstanceUserSummary.Builder |
ChannelMembershipForAppInstanceUserSummary.Builder.channelSummary(ChannelSummary channelSummary)
Returns the channel data for an
AppInstance. |
ChannelModeratedByAppInstanceUserSummary.Builder |
ChannelModeratedByAppInstanceUserSummary.Builder.channelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel. |
| Modifier and Type | Method and Description |
|---|---|
SearchChannelsResponse.Builder |
SearchChannelsResponse.Builder.channels(Collection<ChannelSummary> channels)
A list of the channels in the request.
|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(Collection<ChannelSummary> channels)
The information about each channel.
|
Copyright © 2023. All rights reserved.