| 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 |
|---|---|
CreateLiveSourceResult |
AbstractAWSMediaTailor.createLiveSource(CreateLiveSourceRequest request) |
CreateLiveSourceResult |
AWSMediaTailor.createLiveSource(CreateLiveSourceRequest createLiveSourceRequest)
Creates name for a specific live source in a source location.
|
CreateLiveSourceResult |
AWSMediaTailorClient.createLiveSource(CreateLiveSourceRequest request)
Creates name for a specific live source in a source location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLiveSourceResult> |
AWSMediaTailorAsyncClient.createLiveSourceAsync(CreateLiveSourceRequest request,
AsyncHandler<CreateLiveSourceRequest,CreateLiveSourceResult> asyncHandler) |
Future<CreateLiveSourceResult> |
AbstractAWSMediaTailorAsync.createLiveSourceAsync(CreateLiveSourceRequest request,
AsyncHandler<CreateLiveSourceRequest,CreateLiveSourceResult> asyncHandler) |
Future<CreateLiveSourceResult> |
AWSMediaTailorAsync.createLiveSourceAsync(CreateLiveSourceRequest createLiveSourceRequest,
AsyncHandler<CreateLiveSourceRequest,CreateLiveSourceResult> asyncHandler)
Creates name for a specific live source in a source location.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLiveSourceResult |
CreateLiveSourceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLiveSourceResult |
CreateLiveSourceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLiveSourceResult |
CreateLiveSourceResult.clone() |
CreateLiveSourceResult |
CreateLiveSourceResult.withArn(String arn)
The ARN of the live source.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withCreationTime(Date creationTime)
The timestamp that indicates when the live source was created.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withHttpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withHttpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the live source was modified.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withLiveSourceName(String liveSourceName)
The name of the live source.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withSourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
CreateLiveSourceResult |
CreateLiveSourceResult.withTags(Map<String,String> tags)
The tags assigned to the live source.
|
Copyright © 2022. All rights reserved.