| 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<UpdateSourceLocationResult> |
AbstractAWSMediaTailorAsync.updateSourceLocationAsync(UpdateSourceLocationRequest request,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler) |
Future<UpdateSourceLocationResult> |
AWSMediaTailorAsync.updateSourceLocationAsync(UpdateSourceLocationRequest updateSourceLocationRequest,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler)
Updates a source location.
|
Future<UpdateSourceLocationResult> |
AWSMediaTailorAsyncClient.updateSourceLocationAsync(UpdateSourceLocationRequest request,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.clone() |
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withAccessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters.
|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withHttpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration for the source location.
|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withSegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationRequest |
UpdateSourceLocationRequest.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
Copyright © 2024. All rights reserved.