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