| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AWSMediaLiveAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AWSMediaLiveAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a new channel
|
Future<CreateChannelResult> |
AbstractAWSMediaLiveAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withDestinations(Collection<OutputDestination> destinations) |
CreateChannelRequest |
CreateChannelRequest.withDestinations(OutputDestination... destinations)
NOTE: This method appends the values to the existing list (if any).
|
CreateChannelRequest |
CreateChannelRequest.withEncoderSettings(EncoderSettings encoderSettings) |
CreateChannelRequest |
CreateChannelRequest.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest |
CreateChannelRequest.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
CreateChannelRequest |
CreateChannelRequest.withInputSpecification(InputSpecification inputSpecification)
Specification of input for this channel (max.
|
CreateChannelRequest |
CreateChannelRequest.withLogLevel(LogLevel logLevel)
The log level to write to CloudWatch Logs.
|
CreateChannelRequest |
CreateChannelRequest.withLogLevel(String logLevel)
The log level to write to CloudWatch Logs.
|
CreateChannelRequest |
CreateChannelRequest.withName(String name)
Name of channel.
|
CreateChannelRequest |
CreateChannelRequest.withRequestId(String requestId)
Unique request ID to be specified.
|
CreateChannelRequest |
CreateChannelRequest.withReserved(String reserved)
Deprecated.
|
CreateChannelRequest |
CreateChannelRequest.withRoleArn(String roleArn)
An optional Amazon Resource Name (ARN) of the role to assume when running the Channel.
|
Copyright © 2018. All rights reserved.