Uses of Class
software.amazon.awssdk.services.medialive.model.CaptionDescription
-
Packages that use CaptionDescription Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CaptionDescription in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CaptionDescription Modifier and Type Method Description List<CaptionDescription>EncoderSettings. captionDescriptions()Settings for caption decriptionsMethods in software.amazon.awssdk.services.medialive.model with parameters of type CaptionDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. captionDescriptions(CaptionDescription... captionDescriptions)Settings for caption decriptionsMethod parameters in software.amazon.awssdk.services.medialive.model with type arguments of type CaptionDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. captionDescriptions(Collection<CaptionDescription> captionDescriptions)Settings for caption decriptions
-