Uses of Class
software.amazon.awssdk.services.medialive.model.MultiplexProgramSummary
-
Packages that use MultiplexProgramSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of MultiplexProgramSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type MultiplexProgramSummary Modifier and Type Method Description List<MultiplexProgramSummary>ListMultiplexProgramsResponse. multiplexPrograms()List of multiplex programs.Methods in software.amazon.awssdk.services.medialive.model with parameters of type MultiplexProgramSummary Modifier and Type Method Description ListMultiplexProgramsResponse.BuilderListMultiplexProgramsResponse.Builder. multiplexPrograms(MultiplexProgramSummary... multiplexPrograms)List of multiplex programs.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type MultiplexProgramSummary Modifier and Type Method Description ListMultiplexProgramsResponse.BuilderListMultiplexProgramsResponse.Builder. multiplexPrograms(Collection<MultiplexProgramSummary> multiplexPrograms)List of multiplex programs. -
Uses of MultiplexProgramSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type MultiplexProgramSummary Modifier and Type Method Description SdkIterable<MultiplexProgramSummary>ListMultiplexProgramsIterable. multiplexPrograms()Returns an iterable to iterate through the paginatedListMultiplexProgramsResponse.multiplexPrograms()member.SdkPublisher<MultiplexProgramSummary>ListMultiplexProgramsPublisher. multiplexPrograms()Returns a publisher that can be used to get a stream of data.
-