Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ContentMuxType
-
Packages that use ContentMuxType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ContentMuxType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ContentMuxType Modifier and Type Method Description static ContentMuxTypeContentMuxType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContentMuxTypeContentArtifactsConfiguration. muxType()The MUX type of the artifact configuration.static ContentMuxTypeContentMuxType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentMuxType[]ContentMuxType. 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 ContentMuxType Modifier and Type Method Description static Set<ContentMuxType>ContentMuxType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ContentMuxType Modifier and Type Method Description ContentArtifactsConfiguration.BuilderContentArtifactsConfiguration.Builder. muxType(ContentMuxType muxType)The MUX type of the artifact configuration.
-