| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model | |
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelSummary> |
ListChannelsResponse.channels()
Returns the value of the Channels property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(ChannelSummary... channels)
Sets the value of the Channels property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(Collection<ChannelSummary> channels)
Sets the value of the Channels property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ChannelSummary> |
ListChannelsPublisher.channels()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ChannelSummary> |
ListChannelsIterable.channels()
Returns an iterable to iterate through the paginated
ListChannelsResponse.channels() member. |
Copyright © 2022. All rights reserved.