| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model | |
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MultiplexProgramSummary> |
ListMultiplexProgramsResponse.multiplexPrograms()
List of multiplex programs.
|
| Modifier and Type | Method and Description |
|---|---|
ListMultiplexProgramsResponse.Builder |
ListMultiplexProgramsResponse.Builder.multiplexPrograms(MultiplexProgramSummary... multiplexPrograms)
List of multiplex programs.
|
| Modifier and Type | Method and Description |
|---|---|
ListMultiplexProgramsResponse.Builder |
ListMultiplexProgramsResponse.Builder.multiplexPrograms(Collection<MultiplexProgramSummary> multiplexPrograms)
List of multiplex programs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MultiplexProgramSummary> |
ListMultiplexProgramsIterable.multiplexPrograms()
Returns an iterable to iterate through the paginated
ListMultiplexProgramsResponse.multiplexPrograms()
member. |
SdkPublisher<MultiplexProgramSummary> |
ListMultiplexProgramsPublisher.multiplexPrograms()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.