| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateChannelResult> |
AWSMediaLiveAsyncClient.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
Future<UpdateChannelResult> |
AWSMediaLiveAsync.updateChannelAsync(UpdateChannelRequest updateChannelRequest,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler)
Updates a channel.
|
Future<UpdateChannelResult> |
AbstractAWSMediaLiveAsync.updateChannelAsync(UpdateChannelRequest request,
AsyncHandler<UpdateChannelRequest,UpdateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelRequest |
UpdateChannelRequest.clone() |
UpdateChannelRequest |
UpdateChannelRequest.withChannelId(String channelId)
channel ID
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(Collection<OutputDestination> destinations)
A list of output destinations for this channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withDestinations(OutputDestination... destinations)
A list of output destinations for this channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withEncoderSettings(EncoderSettings encoderSettings)
The encoder settings for this channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withInputAttachments(Collection<InputAttachment> inputAttachments) |
UpdateChannelRequest |
UpdateChannelRequest.withInputAttachments(InputAttachment... inputAttachments)
NOTE: This method appends the values to the existing list (if any).
|
UpdateChannelRequest |
UpdateChannelRequest.withInputSpecification(InputSpecification inputSpecification)
Specification of input for this channel (max.
|
UpdateChannelRequest |
UpdateChannelRequest.withLogLevel(LogLevel logLevel)
The log level to write to CloudWatch Logs.
|
UpdateChannelRequest |
UpdateChannelRequest.withLogLevel(String logLevel)
The log level to write to CloudWatch Logs.
|
UpdateChannelRequest |
UpdateChannelRequest.withName(String name)
The name of the channel.
|
UpdateChannelRequest |
UpdateChannelRequest.withRoleArn(String roleArn)
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
|
Copyright © 2018. All rights reserved.