| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
ElasticChannelConfiguration |
ElasticChannelConfiguration.clone() |
ElasticChannelConfiguration |
Channel.getElasticChannelConfiguration()
The attributes required to configure and create an elastic channel.
|
ElasticChannelConfiguration |
CreateChannelRequest.getElasticChannelConfiguration()
The attributes required to configure and create an elastic channel.
|
ElasticChannelConfiguration |
ElasticChannelConfiguration.withMaximumSubChannels(Integer maximumSubChannels)
The maximum number of SubChannels that you want to allow in the elastic channel.
|
ElasticChannelConfiguration |
ElasticChannelConfiguration.withMinimumMembershipPercentage(Integer minimumMembershipPercentage)
The minimum allowed percentage of TargetMembershipsPerSubChannel users.
|
ElasticChannelConfiguration |
ElasticChannelConfiguration.withTargetMembershipsPerSubChannel(Integer targetMembershipsPerSubChannel)
The maximum number of members allowed in a SubChannel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setElasticChannelConfiguration(ElasticChannelConfiguration elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
void |
CreateChannelRequest.setElasticChannelConfiguration(ElasticChannelConfiguration elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
Channel |
Channel.withElasticChannelConfiguration(ElasticChannelConfiguration elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
CreateChannelRequest |
CreateChannelRequest.withElasticChannelConfiguration(ElasticChannelConfiguration elasticChannelConfiguration)
The attributes required to configure and create an elastic channel.
|
Copyright © 2024. All rights reserved.