| 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 |
|---|---|
CreateChannelResult |
AWSMediaTailorClient.createChannel(CreateChannelRequest request)
Creates a channel.
|
CreateChannelResult |
AbstractAWSMediaTailor.createChannel(CreateChannelRequest request) |
CreateChannelResult |
AWSMediaTailor.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AbstractAWSMediaTailorAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaTailorAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaTailorAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a channel.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelResult |
CreateChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelResult |
CreateChannelResult.clone() |
CreateChannelResult |
CreateChannelResult.withArn(String arn)
The ARN of the channel.
|
CreateChannelResult |
CreateChannelResult.withChannelName(String channelName)
The name of the channel.
|
CreateChannelResult |
CreateChannelResult.withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
CreateChannelResult |
CreateChannelResult.withChannelState(String channelState)
Indicates whether the channel is in a running state or not.
|
CreateChannelResult |
CreateChannelResult.withCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
CreateChannelResult |
CreateChannelResult.withFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
CreateChannelResult |
CreateChannelResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
|
CreateChannelResult |
CreateChannelResult.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
CreateChannelResult |
CreateChannelResult.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
CreateChannelResult |
CreateChannelResult.withPlaybackMode(String playbackMode)
The channel's playback mode.
|
CreateChannelResult |
CreateChannelResult.withTags(Map<String,String> tags)
The tags assigned to the channel.
|
CreateChannelResult |
CreateChannelResult.withTier(String tier)
The channel's tier.
|
Copyright © 2022. All rights reserved.