| 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<ListPlaybackConfigurationsResult> |
AWSMediaTailorAsyncClient.listPlaybackConfigurationsAsync(ListPlaybackConfigurationsRequest request,
AsyncHandler<ListPlaybackConfigurationsRequest,ListPlaybackConfigurationsResult> asyncHandler) |
Future<ListPlaybackConfigurationsResult> |
AbstractAWSMediaTailorAsync.listPlaybackConfigurationsAsync(ListPlaybackConfigurationsRequest request,
AsyncHandler<ListPlaybackConfigurationsRequest,ListPlaybackConfigurationsResult> asyncHandler) |
Future<ListPlaybackConfigurationsResult> |
AWSMediaTailorAsync.listPlaybackConfigurationsAsync(ListPlaybackConfigurationsRequest listPlaybackConfigurationsRequest,
AsyncHandler<ListPlaybackConfigurationsRequest,ListPlaybackConfigurationsResult> asyncHandler)
Retrieves existing playback configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsRequest |
ListPlaybackConfigurationsRequest.clone() |
ListPlaybackConfigurationsRequest |
ListPlaybackConfigurationsRequest.withMaxResults(Integer maxResults)
The maximum number of playback configurations that you want MediaTailor to return in response to the current
request.
|
ListPlaybackConfigurationsRequest |
ListPlaybackConfigurationsRequest.withNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
Copyright © 2022. All rights reserved.