| 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 |
|---|---|
CreateProgramResult |
AbstractAWSMediaTailor.createProgram(CreateProgramRequest request) |
CreateProgramResult |
AWSMediaTailor.createProgram(CreateProgramRequest createProgramRequest)
Creates a program within a channel.
|
CreateProgramResult |
AWSMediaTailorClient.createProgram(CreateProgramRequest request)
Creates a program within a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProgramResult> |
AbstractAWSMediaTailorAsync.createProgramAsync(CreateProgramRequest request,
AsyncHandler<CreateProgramRequest,CreateProgramResult> asyncHandler) |
Future<CreateProgramResult> |
AWSMediaTailorAsync.createProgramAsync(CreateProgramRequest createProgramRequest,
AsyncHandler<CreateProgramRequest,CreateProgramResult> asyncHandler)
Creates a program within a channel.
|
Future<CreateProgramResult> |
AWSMediaTailorAsyncClient.createProgramAsync(CreateProgramRequest request,
AsyncHandler<CreateProgramRequest,CreateProgramResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProgramResult |
CreateProgramResult.clone() |
CreateProgramResult |
CreateProgramResult.withAdBreaks(AdBreak... adBreaks)
The ad break configuration settings.
|
CreateProgramResult |
CreateProgramResult.withAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
CreateProgramResult |
CreateProgramResult.withArn(String arn)
The ARN to assign to the program.
|
CreateProgramResult |
CreateProgramResult.withChannelName(String channelName)
The name to assign to the channel for this program.
|
CreateProgramResult |
CreateProgramResult.withClipRange(ClipRange clipRange)
The clip range configuration settings.
|
CreateProgramResult |
CreateProgramResult.withCreationTime(Date creationTime)
The time the program was created.
|
CreateProgramResult |
CreateProgramResult.withDurationMillis(Long durationMillis)
The duration of the live program in milliseconds.
|
CreateProgramResult |
CreateProgramResult.withLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
|
CreateProgramResult |
CreateProgramResult.withProgramName(String programName)
The name to assign to this program.
|
CreateProgramResult |
CreateProgramResult.withScheduledStartTime(Date scheduledStartTime)
The scheduled start time for this Program.
|
CreateProgramResult |
CreateProgramResult.withSourceLocationName(String sourceLocationName)
The name to assign to the source location for this program.
|
CreateProgramResult |
CreateProgramResult.withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
Copyright © 2023. All rights reserved.