Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MovReference
-
Packages that use MovReference Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MovReference in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MovReference Modifier and Type Method Description static MovReferenceMovReference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MovReferenceMovSettings. reference()Always keep the default value (SELF_CONTAINED) for this setting.static MovReferenceMovReference. valueOf(String name)Returns the enum constant of this type with the specified name.static MovReference[]MovReference. 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 MovReference Modifier and Type Method Description static Set<MovReference>MovReference. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MovReference Modifier and Type Method Description MovSettings.BuilderMovSettings.Builder. reference(MovReference reference)Always keep the default value (SELF_CONTAINED) for this setting.
-