Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Output
-
Packages that use Output Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Output in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Output Modifier and Type Method Description List<Output>OutputGroup. outputs()This object holds groups of encoding settings, one group of settings per output.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Output Modifier and Type Method Description OutputGroup.BuilderOutputGroup.Builder. outputs(Output... outputs)This object holds groups of encoding settings, one group of settings per output.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Output Modifier and Type Method Description OutputGroup.BuilderOutputGroup.Builder. outputs(Collection<Output> outputs)This object holds groups of encoding settings, one group of settings per output.
-