Uses of Class
software.amazon.awssdk.services.mediaconvert.model.OutputGroupType
-
Packages that use OutputGroupType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of OutputGroupType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return OutputGroupType Modifier and Type Method Description static OutputGroupTypeOutputGroupType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OutputGroupTypeOutputGroupSettings. type()Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)static OutputGroupTypeOutputGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputGroupType[]OutputGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type OutputGroupType Modifier and Type Method Description static Set<OutputGroupType>OutputGroupType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type OutputGroupType Modifier and Type Method Description OutputGroupSettings.BuilderOutputGroupSettings.Builder. type(OutputGroupType type)Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
-