Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.TileOrder
-
Packages that use TileOrder Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of TileOrder in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return TileOrder Modifier and Type Method Description static TileOrderTileOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TileOrderHorizontalLayoutConfiguration. tileOrder()Sets the automatic ordering of the video tiles.TileOrderVerticalLayoutConfiguration. tileOrder()Sets the automatic ordering of the video tiles.static TileOrderTileOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static TileOrder[]TileOrder. 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 TileOrder Modifier and Type Method Description static Set<TileOrder>TileOrder. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type TileOrder Modifier and Type Method Description HorizontalLayoutConfiguration.BuilderHorizontalLayoutConfiguration.Builder. tileOrder(TileOrder tileOrder)Sets the automatic ordering of the video tiles.VerticalLayoutConfiguration.BuilderVerticalLayoutConfiguration.Builder. tileOrder(TileOrder tileOrder)Sets the automatic ordering of the video tiles.
-