| 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<CreateSourceLocationResult> |
AbstractAWSMediaTailorAsync.createSourceLocationAsync(CreateSourceLocationRequest request,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler) |
Future<CreateSourceLocationResult> |
AWSMediaTailorAsync.createSourceLocationAsync(CreateSourceLocationRequest createSourceLocationRequest,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler)
Creates a source location.
|
Future<CreateSourceLocationResult> |
AWSMediaTailorAsyncClient.createSourceLocationAsync(CreateSourceLocationRequest request,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSourceLocationRequest |
CreateSourceLocationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.clone() |
CreateSourceLocationRequest |
CreateSourceLocationRequest.withAccessConfiguration(AccessConfiguration accessConfiguration)
Access configuration parameters.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the server that serves segments.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withHttpConfiguration(HttpConfiguration httpConfiguration)
The source's HTTP package configurations.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withSegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withSourceLocationName(String sourceLocationName)
The name associated with the source location.
|
CreateSourceLocationRequest |
CreateSourceLocationRequest.withTags(Map<String,String> tags)
The tags to assign to the source location.
|
Copyright © 2023. All rights reserved.