| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StartChannelResult |
AbstractAWSMediaLive.startChannel(StartChannelRequest request) |
StartChannelResult |
AWSMediaLiveClient.startChannel(StartChannelRequest request)
Starts an existing channel
|
StartChannelResult |
AWSMediaLive.startChannel(StartChannelRequest startChannelRequest)
Starts an existing channel
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartChannelResult> |
AWSMediaLiveAsyncClient.startChannelAsync(StartChannelRequest request,
AsyncHandler<StartChannelRequest,StartChannelResult> asyncHandler) |
Future<StartChannelResult> |
AWSMediaLiveAsync.startChannelAsync(StartChannelRequest startChannelRequest,
AsyncHandler<StartChannelRequest,StartChannelResult> asyncHandler)
Starts an existing channel
|
Future<StartChannelResult> |
AbstractAWSMediaLiveAsync.startChannelAsync(StartChannelRequest request,
AsyncHandler<StartChannelRequest,StartChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartChannelResult |
StartChannelResult.clone() |
StartChannelResult |
StartChannelResult.withArn(String arn)
The unique arn of the channel.
|
StartChannelResult |
StartChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
StartChannelResult |
StartChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
StartChannelResult |
StartChannelResult.withEgressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResult |
StartChannelResult.withEgressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
StartChannelResult |
StartChannelResult.withEncoderSettings(EncoderSettings encoderSettings) |
StartChannelResult |
StartChannelResult.withId(String id)
The unique id of the channel.
|
StartChannelResult |
StartChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StartChannelResult |
StartChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
StartChannelResult |
StartChannelResult.withInputSpecification(InputSpecification inputSpecification) |
StartChannelResult |
StartChannelResult.withLogLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
StartChannelResult |
StartChannelResult.withLogLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
StartChannelResult |
StartChannelResult.withName(String name)
The name of the channel.
|
StartChannelResult |
StartChannelResult.withPipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
StartChannelResult |
StartChannelResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
StartChannelResult |
StartChannelResult.withState(ChannelState state) |
StartChannelResult |
StartChannelResult.withState(String state) |
Copyright © 2018. All rights reserved.