Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ContentShareLayoutOption
-
Packages that use ContentShareLayoutOption Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ContentShareLayoutOption in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ContentShareLayoutOption Modifier and Type Method Description ContentShareLayoutOptionGridViewConfiguration. contentShareLayout()Defines the layout of the video tiles when content sharing is enabled.static ContentShareLayoutOptionContentShareLayoutOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentShareLayoutOptionContentShareLayoutOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentShareLayoutOption[]ContentShareLayoutOption. 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 ContentShareLayoutOption Modifier and Type Method Description static Set<ContentShareLayoutOption>ContentShareLayoutOption. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ContentShareLayoutOption Modifier and Type Method Description GridViewConfiguration.BuilderGridViewConfiguration.Builder. contentShareLayout(ContentShareLayoutOption contentShareLayout)Defines the layout of the video tiles when content sharing is enabled.
-