| 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<UpdateLiveSourceResult> |
AWSMediaTailorAsyncClient.updateLiveSourceAsync(UpdateLiveSourceRequest request,
AsyncHandler<UpdateLiveSourceRequest,UpdateLiveSourceResult> asyncHandler) |
Future<UpdateLiveSourceResult> |
AbstractAWSMediaTailorAsync.updateLiveSourceAsync(UpdateLiveSourceRequest request,
AsyncHandler<UpdateLiveSourceRequest,UpdateLiveSourceResult> asyncHandler) |
Future<UpdateLiveSourceResult> |
AWSMediaTailorAsync.updateLiveSourceAsync(UpdateLiveSourceRequest updateLiveSourceRequest,
AsyncHandler<UpdateLiveSourceRequest,UpdateLiveSourceResult> asyncHandler)
Updates a specific live source in a specific source location.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLiveSourceRequest |
UpdateLiveSourceRequest.clone() |
UpdateLiveSourceRequest |
UpdateLiveSourceRequest.withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceRequest |
UpdateLiveSourceRequest.withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceRequest |
UpdateLiveSourceRequest.withLiveSourceName(String liveSourceName)
The identifier for the live source you are working on.
|
UpdateLiveSourceRequest |
UpdateLiveSourceRequest.withSourceLocationName(String sourceLocationName)
The identifier for the source location you are working on.
|
Copyright © 2022. All rights reserved.