| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
SubChannelSummary |
SubChannelSummary.clone() |
SubChannelSummary |
SubChannelSummary.withMembershipCount(Integer membershipCount)
The number of members in a SubChannel.
|
SubChannelSummary |
SubChannelSummary.withSubChannelId(String subChannelId)
The unique ID of a SubChannel.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubChannelSummary> |
ListSubChannelsResult.getSubChannels()
The information about each sub-channel.
|
| Modifier and Type | Method and Description |
|---|---|
ListSubChannelsResult |
ListSubChannelsResult.withSubChannels(SubChannelSummary... subChannels)
The information about each sub-channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubChannelsResult.setSubChannels(Collection<SubChannelSummary> subChannels)
The information about each sub-channel.
|
ListSubChannelsResult |
ListSubChannelsResult.withSubChannels(Collection<SubChannelSummary> subChannels)
The information about each sub-channel.
|
Copyright © 2023. All rights reserved.