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