| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListChannelsResponse |
MediaTailorClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
default ListChannelsResponse |
MediaTailorClient.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListChannelsResponse> |
MediaTailorAsyncClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
default CompletableFuture<ListChannelsResponse> |
MediaTailorAsyncClient.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListChannelsResponse> |
ListChannelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListChannelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber) |
Copyright © 2021. All rights reserved.