Uses of Class
software.amazon.awssdk.services.medialive.model.VideoDescription
-
Packages that use VideoDescription Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of VideoDescription in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type VideoDescription Modifier and Type Method Description List<VideoDescription>EncoderSettings. videoDescriptions()Returns the value of the VideoDescriptions property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type VideoDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. videoDescriptions(VideoDescription... videoDescriptions)Sets the value of the VideoDescriptions property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type VideoDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. videoDescriptions(Collection<VideoDescription> videoDescriptions)Sets the value of the VideoDescriptions property for this object.
-