| 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.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelRequest |
CreateChannelRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelRequest |
CreateChannelRequest.clone() |
CreateChannelRequest |
CreateChannelRequest.withCdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
CreateChannelRequest |
CreateChannelRequest.withChannelClass(ChannelClass channelClass)
The class for this channel.
|
CreateChannelRequest |
CreateChannelRequest.withChannelClass(String channelClass)
The class for this channel.
|
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 network and file inputs for this channel
|
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.withMaintenance(MaintenanceCreateSettings maintenance)
Maintenance settings for this channel.
|
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.
|
CreateChannelRequest |
CreateChannelRequest.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
CreateChannelRequest |
CreateChannelRequest.withVpc(VpcOutputSettings vpc)
Settings for the VPC outputs
|
Copyright © 2022. All rights reserved.