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