| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
static LiveConnectorMuxType |
LiveConnectorMuxType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LiveConnectorMuxType |
ChimeSdkMeetingLiveConnectorConfiguration.muxType()
The configuration object's multiplex type.
|
static LiveConnectorMuxType |
LiveConnectorMuxType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiveConnectorMuxType[] |
LiveConnectorMuxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LiveConnectorMuxType> |
LiveConnectorMuxType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChimeSdkMeetingLiveConnectorConfiguration.Builder |
ChimeSdkMeetingLiveConnectorConfiguration.Builder.muxType(LiveConnectorMuxType muxType)
The configuration object's multiplex type.
|
Copyright © 2023. All rights reserved.