| 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<ListLiveSourcesResult> |
AWSMediaTailorAsyncClient.listLiveSourcesAsync(ListLiveSourcesRequest request,
AsyncHandler<ListLiveSourcesRequest,ListLiveSourcesResult> asyncHandler) |
Future<ListLiveSourcesResult> |
AbstractAWSMediaTailorAsync.listLiveSourcesAsync(ListLiveSourcesRequest request,
AsyncHandler<ListLiveSourcesRequest,ListLiveSourcesResult> asyncHandler) |
Future<ListLiveSourcesResult> |
AWSMediaTailorAsync.listLiveSourcesAsync(ListLiveSourcesRequest listLiveSourcesRequest,
AsyncHandler<ListLiveSourcesRequest,ListLiveSourcesResult> asyncHandler)
Lists the live sources contained in a source location.
|
| Modifier and Type | Method and Description |
|---|---|
ListLiveSourcesRequest |
ListLiveSourcesRequest.clone() |
ListLiveSourcesRequest |
ListLiveSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of live sources that you want MediaTailor to return in response to the current request.
|
ListLiveSourcesRequest |
ListLiveSourcesRequest.withNextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListLiveSourcesRequest |
ListLiveSourcesRequest.withSourceLocationName(String sourceLocationName)
The name of the source location associated with this Live Sources list.
|
Copyright © 2025. All rights reserved.