| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition |
ChannelDefinition.clone() |
ChannelDefinition |
ChannelDefinition.withChannelId(Integer channelId)
The channel ID.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(ParticipantRole participantRole)
Specifies whether the audio in a channel belongs to the
AGENT or CUSTOMER. |
ChannelDefinition |
ChannelDefinition.withParticipantRole(String participantRole)
Specifies whether the audio in a channel belongs to the
AGENT or CUSTOMER. |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelDefinition> |
StreamChannelDefinition.getChannelDefinitions()
The definitions of the channels in a streaming channel.
|
| Modifier and Type | Method and Description |
|---|---|
StreamChannelDefinition |
StreamChannelDefinition.withChannelDefinitions(ChannelDefinition... channelDefinitions)
The definitions of the channels in a streaming channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamChannelDefinition.setChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
The definitions of the channels in a streaming channel.
|
StreamChannelDefinition |
StreamChannelDefinition.withChannelDefinitions(Collection<ChannelDefinition> channelDefinitions)
The definitions of the channels in a streaming channel.
|
Copyright © 2023. All rights reserved.