| 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<CreateProgramResult> |
AWSMediaTailorAsyncClient.createProgramAsync(CreateProgramRequest request,
AsyncHandler<CreateProgramRequest,CreateProgramResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProgramRequest |
CreateProgramRequest.clone() |
CreateProgramRequest |
CreateProgramRequest.withAdBreaks(AdBreak... adBreaks)
The ad break configuration settings.
|
CreateProgramRequest |
CreateProgramRequest.withAdBreaks(Collection<AdBreak> adBreaks)
The ad break configuration settings.
|
CreateProgramRequest |
CreateProgramRequest.withChannelName(String channelName)
The name of the channel for this Program.
|
CreateProgramRequest |
CreateProgramRequest.withLiveSourceName(String liveSourceName)
The name of the LiveSource for this Program.
|
CreateProgramRequest |
CreateProgramRequest.withProgramName(String programName)
The name of the Program.
|
CreateProgramRequest |
CreateProgramRequest.withScheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The schedule configuration settings.
|
CreateProgramRequest |
CreateProgramRequest.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
CreateProgramRequest |
CreateProgramRequest.withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
Copyright © 2022. All rights reserved.