Uses of Class
software.amazon.awssdk.services.medialive.model.MultiplexProgram
-
Packages that use MultiplexProgram Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of MultiplexProgram in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return MultiplexProgram Modifier and Type Method Description MultiplexProgramCreateMultiplexProgramResponse. multiplexProgram()The newly created multiplex program.MultiplexProgramUpdateMultiplexProgramResponse. multiplexProgram()The updated multiplex program.Methods in software.amazon.awssdk.services.medialive.model with parameters of type MultiplexProgram Modifier and Type Method Description CreateMultiplexProgramResponse.BuilderCreateMultiplexProgramResponse.Builder. multiplexProgram(MultiplexProgram multiplexProgram)The newly created multiplex program.UpdateMultiplexProgramResponse.BuilderUpdateMultiplexProgramResponse.Builder. multiplexProgram(MultiplexProgram multiplexProgram)The updated multiplex program.
-