Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.LiveConnectorMuxType
-
Packages that use LiveConnectorMuxType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of LiveConnectorMuxType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return LiveConnectorMuxType Modifier and Type Method Description static LiveConnectorMuxTypeLiveConnectorMuxType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LiveConnectorMuxTypeChimeSdkMeetingLiveConnectorConfiguration. muxType()The configuration object's multiplex type.static LiveConnectorMuxTypeLiveConnectorMuxType. 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.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type LiveConnectorMuxType Modifier and Type Method Description static Set<LiveConnectorMuxType>LiveConnectorMuxType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type LiveConnectorMuxType Modifier and Type Method Description ChimeSdkMeetingLiveConnectorConfiguration.BuilderChimeSdkMeetingLiveConnectorConfiguration.Builder. muxType(LiveConnectorMuxType muxType)The configuration object's multiplex type.
-