| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
AWSMediaTailorClient.listChannels(ListChannelsRequest request)
Retrieves a list of channels that are associated with this account.
|
ListChannelsResult |
AbstractAWSMediaTailor.listChannels(ListChannelsRequest request) |
ListChannelsResult |
AWSMediaTailor.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListChannelsResult> |
AWSMediaTailorAsyncClient.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
Future<ListChannelsResult> |
AWSMediaTailorAsync.listChannelsAsync(ListChannelsRequest listChannelsRequest,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler)
Retrieves a list of channels that are associated with this account.
|
Future<ListChannelsResult> |
AbstractAWSMediaTailorAsync.listChannelsAsync(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResult |
ListChannelsResult.clone() |
ListChannelsResult |
ListChannelsResult.withItems(Channel... items)
A list of channels that are associated with this account.
|
ListChannelsResult |
ListChannelsResult.withItems(Collection<Channel> items)
A list of channels that are associated with this account.
|
ListChannelsResult |
ListChannelsResult.withNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
Copyright © 2022. All rights reserved.