| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model | |
| software.amazon.awssdk.services.mediapackage.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ListChannelsResponse.channels()
A list of Channel records.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(Channel... channels)
A list of Channel records.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.channels(Collection<Channel> channels)
A list of Channel records.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Channel> |
ListChannelsPublisher.channels()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Channel> |
ListChannelsIterable.channels()
Returns an iterable to iterate through the paginated
ListChannelsResponse.channels() member. |
Copyright © 2019. All rights reserved.