| 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 |
|---|---|
CreateSourceLocationResult |
AbstractAWSMediaTailor.createSourceLocation(CreateSourceLocationRequest request) |
CreateSourceLocationResult |
AWSMediaTailorClient.createSourceLocation(CreateSourceLocationRequest request)
Creates a source location on a specific channel.
|
CreateSourceLocationResult |
AWSMediaTailor.createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)
Creates a source location on a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSourceLocationResult> |
AbstractAWSMediaTailorAsync.createSourceLocationAsync(CreateSourceLocationRequest request,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler) |
Future<CreateSourceLocationResult> |
AWSMediaTailorAsyncClient.createSourceLocationAsync(CreateSourceLocationRequest request,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler) |
Future<CreateSourceLocationResult> |
AWSMediaTailorAsync.createSourceLocationAsync(CreateSourceLocationRequest createSourceLocationRequest,
AsyncHandler<CreateSourceLocationRequest,CreateSourceLocationResult> asyncHandler)
Creates a source location on a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSourceLocationResult |
CreateSourceLocationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSourceLocationResult |
CreateSourceLocationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSourceLocationResult |
CreateSourceLocationResult.clone() |
CreateSourceLocationResult |
CreateSourceLocationResult.withAccessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withArn(String arn)
The ARN of the source location.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withCreationTime(Date creationTime)
The timestamp that indicates when the source location was created.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withHttpConfiguration(HttpConfiguration httpConfiguration)
The HTTP package configuration settings for the source location.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withSegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
CreateSourceLocationResult |
CreateSourceLocationResult.withTags(Map<String,String> tags)
The tags assigned to the source location.
|
Copyright © 2022. All rights reserved.