| 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.
|
CreateProgramResult |
AWSMediaTailorClient.createProgram(CreateProgramRequest request)
Creates a program.
|
| 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.
|
| 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 of the program.
|
CreateProgramResult |
CreateProgramResult.withChannelName(String channelName)
The name of the channel that the program belongs to.
|
CreateProgramResult |
CreateProgramResult.withCreationTime(Date creationTime)
The timestamp of when the program was created.
|
CreateProgramResult |
CreateProgramResult.withProgramName(String programName)
The name of the program.
|
CreateProgramResult |
CreateProgramResult.withSourceLocationName(String sourceLocationName)
The source location name.
|
CreateProgramResult |
CreateProgramResult.withVodSourceName(String vodSourceName)
The name that's used to refer to a VOD source.
|
Copyright © 2021. All rights reserved.