Uses of Class
software.amazon.awssdk.services.medialive.model.AccessibilityType
-
Packages that use AccessibilityType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AccessibilityType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AccessibilityType Modifier and Type Method Description AccessibilityTypeCaptionDescription. accessibility()Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.static AccessibilityTypeAccessibilityType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AccessibilityTypeAccessibilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessibilityType[]AccessibilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AccessibilityType Modifier and Type Method Description static Set<AccessibilityType>AccessibilityType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AccessibilityType Modifier and Type Method Description CaptionDescription.BuilderCaptionDescription.Builder. accessibility(AccessibilityType accessibility)Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
-