Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ColorSpaceConversion
-
Packages that use ColorSpaceConversion Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ColorSpaceConversion in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ColorSpaceConversion Modifier and Type Method Description ColorSpaceConversionColorCorrector. colorSpaceConversion()Specify the color space you want for this output.static ColorSpaceConversionColorSpaceConversion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ColorSpaceConversionColorSpaceConversion. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorSpaceConversion[]ColorSpaceConversion. 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 ColorSpaceConversion Modifier and Type Method Description static Set<ColorSpaceConversion>ColorSpaceConversion. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ColorSpaceConversion Modifier and Type Method Description ColorCorrector.BuilderColorCorrector.Builder. colorSpaceConversion(ColorSpaceConversion colorSpaceConversion)Specify the color space you want for this output.
-