| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsResponse> |
MediaTailorAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves information about the channels that are associated with the current AWS account.
|
default ListChannelsResponse |
MediaTailorClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves information about the channels that are associated with the current AWS account.
|
default ListChannelsPublisher |
MediaTailorAsyncClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves information about the channels that are associated with the current AWS account.
|
default ListChannelsIterable |
MediaTailorClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves information about the channels that are associated with the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListChannelsRequest.Builder |
ListChannelsRequest.builder() |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.maxResults(Integer maxResults)
The maximum number of channels that you want MediaTailor to return in response to the current request.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListChannelsRequest.Builder |
ListChannelsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListChannelsRequest.Builder> |
ListChannelsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.