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