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