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