| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsResponse.Builder |
ListChannelsResponse.builder() |
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.items(Channel... items)
An array of channels that are associated with this account.
|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.items(Collection<Channel> items)
An array of channels that are associated with this account.
|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.items(Consumer<Channel.Builder>... items)
An array of channels that are associated with this account.
|
ListChannelsResponse.Builder |
ListChannelsResponse.Builder.nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListChannelsResponse.Builder |
ListChannelsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelsResponse.Builder> |
ListChannelsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.