Uses of Class
software.amazon.awssdk.services.medialive.model.MotionGraphicsInsertion
-
Packages that use MotionGraphicsInsertion Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MotionGraphicsInsertion in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MotionGraphicsInsertion Modifier and Type Method Description static MotionGraphicsInsertionMotionGraphicsInsertion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MotionGraphicsInsertionMotionGraphicsConfiguration. motionGraphicsInsertion()Returns the value of the MotionGraphicsInsertion property for this object.static MotionGraphicsInsertionMotionGraphicsInsertion. valueOf(String name)Returns the enum constant of this type with the specified name.static MotionGraphicsInsertion[]MotionGraphicsInsertion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MotionGraphicsInsertion Modifier and Type Method Description static Set<MotionGraphicsInsertion>MotionGraphicsInsertion. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type MotionGraphicsInsertion Modifier and Type Method Description MotionGraphicsConfiguration.BuilderMotionGraphicsConfiguration.Builder. motionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion)Sets the value of the MotionGraphicsInsertion property for this object.
-