Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.LayoutOption
-
Packages that use LayoutOption Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of LayoutOption in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return LayoutOption Modifier and Type Method Description static LayoutOptionLayoutOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LayoutOptionCompositedVideoArtifactsConfiguration. layout()The layout setting, such asGridViewin the configuration object.static LayoutOptionLayoutOption. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutOption[]LayoutOption. 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 LayoutOption Modifier and Type Method Description static Set<LayoutOption>LayoutOption. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type LayoutOption Modifier and Type Method Description CompositedVideoArtifactsConfiguration.BuilderCompositedVideoArtifactsConfiguration.Builder. layout(LayoutOption layout)The layout setting, such asGridViewin the configuration object.
-