Uses of Class
software.amazon.awssdk.services.medialive.model.CaptionSelector
-
Packages that use CaptionSelector Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CaptionSelector in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CaptionSelector Modifier and Type Method Description List<CaptionSelector>InputSettings. captionSelectors()Used to select the caption input to use for inputs that have multiple available.Methods in software.amazon.awssdk.services.medialive.model with parameters of type CaptionSelector Modifier and Type Method Description InputSettings.BuilderInputSettings.Builder. captionSelectors(CaptionSelector... captionSelectors)Used to select the caption input to use for inputs that have multiple available.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type CaptionSelector Modifier and Type Method Description InputSettings.BuilderInputSettings.Builder. captionSelectors(Collection<CaptionSelector> captionSelectors)Used to select the caption input to use for inputs that have multiple available.
-