Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.CanvasOrientation
-
Packages that use CanvasOrientation Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of CanvasOrientation in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return CanvasOrientation Modifier and Type Method Description CanvasOrientationGridViewConfiguration. canvasOrientation()The orientation setting, horizontal or vertical.static CanvasOrientationCanvasOrientation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CanvasOrientationCanvasOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static CanvasOrientation[]CanvasOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type CanvasOrientation Modifier and Type Method Description static Set<CanvasOrientation>CanvasOrientation. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type CanvasOrientation Modifier and Type Method Description GridViewConfiguration.BuilderGridViewConfiguration.Builder. canvasOrientation(CanvasOrientation canvasOrientation)The orientation setting, horizontal or vertical.
-