Uses of Class
software.amazon.awssdk.services.medialive.model.DashRoleCaption
-
Packages that use DashRoleCaption Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DashRoleCaption in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DashRoleCaption Modifier and Type Method Description static DashRoleCaptionDashRoleCaption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashRoleCaptionDashRoleCaption. valueOf(String name)Returns the enum constant of this type with the specified name.static DashRoleCaption[]DashRoleCaption. 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 DashRoleCaption Modifier and Type Method Description List<DashRoleCaption>CaptionDescription. captionDashRoles()Identifies the DASH roles to assign to this captions output.static Set<DashRoleCaption>DashRoleCaption. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type DashRoleCaption Modifier and Type Method Description CaptionDescription.BuilderCaptionDescription.Builder. captionDashRoles(DashRoleCaption... captionDashRoles)Identifies the DASH roles to assign to this captions output.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type DashRoleCaption Modifier and Type Method Description CaptionDescription.BuilderCaptionDescription.Builder. captionDashRoles(Collection<DashRoleCaption> captionDashRoles)Identifies the DASH roles to assign to this captions output.
-