| 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 |
AWSMediaTailor.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates an existing channel.
|
UpdateChannelResult |
AWSMediaTailorClient.updateChannel(UpdateChannelRequest request)
Updates an existing 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 an existing 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 ARN of the channel.
|
UpdateChannelResult |
UpdateChannelResult.withChannelName(String channelName)
The name of the channel.
|
UpdateChannelResult |
UpdateChannelResult.withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResult |
UpdateChannelResult.withChannelState(String channelState)
Indicates whether the channel is in a running state or not.
|
UpdateChannelResult |
UpdateChannelResult.withCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
UpdateChannelResult |
UpdateChannelResult.withFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
UpdateChannelResult |
UpdateChannelResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp of 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 channel's playback mode.
|
UpdateChannelResult |
UpdateChannelResult.withTags(Map<String,String> tags)
The tags assigned to the channel.
|
Copyright © 2021. All rights reserved.