| 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 |
|---|---|
PutPlaybackConfigurationResult |
AWSMediaTailorClient.putPlaybackConfiguration(PutPlaybackConfigurationRequest request)
Creates a playback configuration.
|
PutPlaybackConfigurationResult |
AWSMediaTailor.putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)
Creates a playback configuration.
|
PutPlaybackConfigurationResult |
AbstractAWSMediaTailor.putPlaybackConfiguration(PutPlaybackConfigurationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutPlaybackConfigurationResult> |
AbstractAWSMediaTailorAsync.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest request,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler) |
Future<PutPlaybackConfigurationResult> |
AWSMediaTailorAsync.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler)
Creates a playback configuration.
|
Future<PutPlaybackConfigurationResult> |
AWSMediaTailorAsyncClient.putPlaybackConfigurationAsync(PutPlaybackConfigurationRequest request,
AsyncHandler<PutPlaybackConfigurationRequest,PutPlaybackConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.addConfigurationAliasesEntry(String key,
Map<String,String> value)
Add a single ConfigurationAliases entry
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clearConfigurationAliasesEntries()
Removes all the entries added into ConfigurationAliases.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.clone() |
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withAdDecisionServerUrl(String adDecisionServerUrl)
The URL for the ad decision server (ADS).
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withAvailSuppression(AvailSuppression availSuppression)
The configuration for avail suppression, also known as ad suppression.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withBumper(Bumper bumper)
The configuration for bumpers.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withCdnConfiguration(CdnConfiguration cdnConfiguration)
The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment
management.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withConfigurationAliases(Map<String,Map<String,String>> configurationAliases)
The player parameters and aliases used as dynamic variables during session initialization.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withDashConfiguration(DashConfiguration dashConfiguration)
The configuration for DASH content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withHlsConfiguration(HlsConfiguration hlsConfiguration)
The configuration for HLS content.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withLivePreRollConfiguration(LivePreRollConfiguration livePreRollConfiguration)
The configuration for pre-roll ad insertion.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withLogConfiguration(LogConfiguration logConfiguration)
The Amazon CloudWatch log settings for a playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withManifestProcessingRules(ManifestProcessingRules manifestProcessingRules)
The configuration for manifest processing rules.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withName(String name)
The identifier for the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPersonalizationThresholdSeconds(Integer personalizationThresholdSeconds)
Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPlaybackConfigurationArn(String playbackConfigurationArn)
The Amazon Resource Name (ARN) associated with the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withPlaybackEndpointPrefix(String playbackEndpointPrefix)
The playback endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withSessionInitializationEndpointPrefix(String sessionInitializationEndpointPrefix)
The session initialization endpoint prefix associated with the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withSlateAdUrl(String slateAdUrl)
The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withTags(Map<String,String> tags)
The tags to assign to the playback configuration.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withTranscodeProfileName(String transcodeProfileName)
The name that is used to associate this playback configuration with a custom transcode profile.
|
PutPlaybackConfigurationResult |
PutPlaybackConfigurationResult.withVideoContentSourceUrl(String videoContentSourceUrl)
The URL prefix for the parent manifest for the stream, minus the asset ID.
|
Copyright © 2023. All rights reserved.