| 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 |
|---|---|
Future<ListProgramsResult> |
AWSMediaTailorAsyncClient.listProgramsAsync(ListProgramsRequest request,
AsyncHandler<ListProgramsRequest,ListProgramsResult> asyncHandler) |
Future<ListProgramsResult> |
AWSMediaTailorAsync.listProgramsAsync(ListProgramsRequest listProgramsRequest,
AsyncHandler<ListProgramsRequest,ListProgramsResult> asyncHandler)
Retrieves a list of programs on a specific channel.
|
Future<ListProgramsResult> |
AbstractAWSMediaTailorAsync.listProgramsAsync(ListProgramsRequest request,
AsyncHandler<ListProgramsRequest,ListProgramsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProgramsRequest |
ListProgramsRequest.clone() |
ListProgramsRequest |
ListProgramsRequest.withChannelName(String channelName)
The identifier for the channel you are working on.
|
ListProgramsRequest |
ListProgramsRequest.withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListProgramsRequest |
ListProgramsRequest.withNextToken(String nextToken)
Pagination token from the GET list request.
|
Copyright © 2021. All rights reserved.