| 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<UpdateChannelResult> |
AWSMediaTailorAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates a channel.
|
Future<UpdateChannelResult> |
AbstractAWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withAudiences(Collection<String> audiences)
The list of audiences defined in channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withAudiences(String... audiences)
The list of audiences defined in channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withChannelName(String channelName)
The name of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelRequest |
UpdateChannelRequest.withOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
|
UpdateChannelRequest |
UpdateChannelRequest.withOutputs(RequestOutputItem... outputs)
The channel's output properties.
|
UpdateChannelRequest |
UpdateChannelRequest.withTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration you want to associate to the channel.
|
Copyright © 2024. All rights reserved.