| 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<CreateChannelResult> |
AWSMediaTailorAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaTailorAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel.
|
Future<CreateChannelResult> |
AbstractAWSMediaTailorAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelRequest |
CreateChannelRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withAudiences(Collection<String> audiences)
The list of audiences defined in channel.
|
CreateChannelRequest |
CreateChannelRequest.withAudiences(String... audiences)
The list of audiences defined in channel.
|
CreateChannelRequest |
CreateChannelRequest.withChannelName(String channelName)
The name of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
CreateChannelRequest |
CreateChannelRequest.withOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
|
CreateChannelRequest |
CreateChannelRequest.withOutputs(RequestOutputItem... outputs)
The channel's output properties.
|
CreateChannelRequest |
CreateChannelRequest.withPlaybackMode(PlaybackMode playbackMode)
The type of playback mode to use for this channel.
|
CreateChannelRequest |
CreateChannelRequest.withPlaybackMode(String playbackMode)
The type of playback mode to use for this channel.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Map<String,String> tags)
The tags to assign to the channel.
|
CreateChannelRequest |
CreateChannelRequest.withTier(String tier)
The tier of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withTier(Tier tier)
The tier of the channel.
|
CreateChannelRequest |
CreateChannelRequest.withTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration you want to associate to the channel.
|
Copyright © 2024. All rights reserved.