| 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 |
|---|---|
UpdateChannelResult |
AWSMediaTailorClient.updateChannel(UpdateChannelRequest request)
Updates a channel.
|
UpdateChannelResult |
AWSMediaTailor.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel.
|
UpdateChannelResult |
AbstractAWSMediaTailor.updateChannel(UpdateChannelRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AbstractAWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates a channel.
|
Future<UpdateChannelResult> |
AWSMediaTailorAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelResult |
UpdateChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateChannelResult |
UpdateChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateChannelResult |
UpdateChannelResult.clone() |
UpdateChannelResult |
UpdateChannelResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the channel.
|
UpdateChannelResult |
UpdateChannelResult.withChannelName(String channelName)
The name of the channel.
|
UpdateChannelResult |
UpdateChannelResult.withChannelState(ChannelState channelState)
Returns the state whether the channel is running or not.
|
UpdateChannelResult |
UpdateChannelResult.withChannelState(String channelState)
Returns the state whether the channel is running or not.
|
UpdateChannelResult |
UpdateChannelResult.withCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
UpdateChannelResult |
UpdateChannelResult.withFillerSlate(SlateSource fillerSlate)
The slate used to fill gaps between programs in the schedule.
|
UpdateChannelResult |
UpdateChannelResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the channel was last modified.
|
UpdateChannelResult |
UpdateChannelResult.withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
UpdateChannelResult |
UpdateChannelResult.withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
UpdateChannelResult |
UpdateChannelResult.withPlaybackMode(String playbackMode)
The type of playback mode for this channel.
|
UpdateChannelResult |
UpdateChannelResult.withTags(Map<String,String> tags)
The tags to assign to the channel.
|
UpdateChannelResult |
UpdateChannelResult.withTier(String tier)
The tier associated with this Channel.
|
Copyright © 2023. All rights reserved.