| 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<UpdateChannelResult> |
AWSMediaTailorAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AbstractAWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaTailorAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates an existing channel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withChannelName(String channelName)
The identifier for the channel you are working on.
|
UpdateChannelRequest |
UpdateChannelRequest.withOutputs(Collection<RequestOutputItem> outputs)
The channel's output properties.
|
UpdateChannelRequest |
UpdateChannelRequest.withOutputs(RequestOutputItem... outputs)
The channel's output properties.
|
Copyright © 2021. All rights reserved.