Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CaptionFormat
-
Packages that use CaptionFormat Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of CaptionFormat in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return types with arguments of type CaptionFormat Modifier and Type Method Description List<CaptionFormat>Captions. captionFormats()The array of file formats for the output captions.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type CaptionFormat Modifier and Type Method Description Captions.BuilderCaptions.Builder. captionFormats(CaptionFormat... captionFormats)The array of file formats for the output captions.Method parameters in software.amazon.awssdk.services.elastictranscoder.model with type arguments of type CaptionFormat Modifier and Type Method Description Captions.BuilderCaptions.Builder. captionFormats(Collection<CaptionFormat> captionFormats)The array of file formats for the output captions.
-