Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.HighlightColor
-
Packages that use HighlightColor Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of HighlightColor in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return HighlightColor Modifier and Type Method Description static HighlightColorHighlightColor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HighlightColorVideoAttribute. highlightColor()Defines the highlight color for the active video tile.static HighlightColorHighlightColor. valueOf(String name)Returns the enum constant of this type with the specified name.static HighlightColor[]HighlightColor. 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 HighlightColor Modifier and Type Method Description static Set<HighlightColor>HighlightColor. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type HighlightColor Modifier and Type Method Description VideoAttribute.BuilderVideoAttribute.Builder. highlightColor(HighlightColor highlightColor)Defines the highlight color for the active video tile.
-