Uses of Class
software.amazon.awssdk.services.mediaconnect.model.EncodingName
-
Packages that use EncodingName Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of EncodingName in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return EncodingName Modifier and Type Method Description EncodingNameMediaStreamOutputConfiguration. encodingName()The format that was used to encode the data.EncodingNameMediaStreamOutputConfigurationRequest. encodingName()The format that will be used to encode the data.EncodingNameMediaStreamSourceConfiguration. encodingName()The format that was used to encode the data.EncodingNameMediaStreamSourceConfigurationRequest. encodingName()The format you want to use to encode the data.static EncodingNameEncodingName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingNameEncodingName. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingName[]EncodingName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type EncodingName Modifier and Type Method Description static Set<EncodingName>EncodingName. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type EncodingName Modifier and Type Method Description MediaStreamOutputConfiguration.BuilderMediaStreamOutputConfiguration.Builder. encodingName(EncodingName encodingName)The format that was used to encode the data.MediaStreamOutputConfigurationRequest.BuilderMediaStreamOutputConfigurationRequest.Builder. encodingName(EncodingName encodingName)The format that will be used to encode the data.MediaStreamSourceConfiguration.BuilderMediaStreamSourceConfiguration.Builder. encodingName(EncodingName encodingName)The format that was used to encode the data.MediaStreamSourceConfigurationRequest.BuilderMediaStreamSourceConfigurationRequest.Builder. encodingName(EncodingName encodingName)The format you want to use to encode the data.
-