| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model | |
| com.amazonaws.services.medialive.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelResult |
AbstractAWSMediaLive.describeChannel(DescribeChannelRequest request) |
DescribeChannelResult |
AWSMediaLiveClient.describeChannel(DescribeChannelRequest request)
Gets details about a channel
|
DescribeChannelResult |
AWSMediaLive.describeChannel(DescribeChannelRequest describeChannelRequest)
Gets details about a channel
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeChannelResult> |
AWSMediaLiveAsyncClient.describeChannelAsync(DescribeChannelRequest request,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler) |
Future<DescribeChannelResult> |
AWSMediaLiveAsync.describeChannelAsync(DescribeChannelRequest describeChannelRequest,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler)
Gets details about a channel
|
Future<DescribeChannelResult> |
AbstractAWSMediaLiveAsync.describeChannelAsync(DescribeChannelRequest request,
AsyncHandler<DescribeChannelRequest,DescribeChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelResult |
DescribeChannelResult.addTagsEntry(String key,
String value) |
DescribeChannelResult |
DescribeChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeChannelResult |
DescribeChannelResult.clone() |
DescribeChannelResult |
DescribeChannelResult.withArn(String arn)
The unique arn of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withChannelClass(ChannelClass channelClass)
The class for this channel.
|
DescribeChannelResult |
DescribeChannelResult.withChannelClass(String channelClass)
The class for this channel.
|
DescribeChannelResult |
DescribeChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withEgressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
DescribeChannelResult |
DescribeChannelResult.withEgressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
DescribeChannelResult |
DescribeChannelResult.withEncoderSettings(EncoderSettings encoderSettings) |
DescribeChannelResult |
DescribeChannelResult.withId(String id)
The unique id of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
DescribeChannelResult |
DescribeChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
DescribeChannelResult |
DescribeChannelResult.withInputSpecification(InputSpecification inputSpecification) |
DescribeChannelResult |
DescribeChannelResult.withLogLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
DescribeChannelResult |
DescribeChannelResult.withLogLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
DescribeChannelResult |
DescribeChannelResult.withName(String name)
The name of the channel.
|
DescribeChannelResult |
DescribeChannelResult.withPipelineDetails(Collection<PipelineDetail> pipelineDetails)
Runtime details for the pipelines of a running channel.
|
DescribeChannelResult |
DescribeChannelResult.withPipelineDetails(PipelineDetail... pipelineDetails)
Runtime details for the pipelines of a running channel.
|
DescribeChannelResult |
DescribeChannelResult.withPipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
DescribeChannelResult |
DescribeChannelResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
DescribeChannelResult |
DescribeChannelResult.withState(ChannelState state) |
DescribeChannelResult |
DescribeChannelResult.withState(String state) |
DescribeChannelResult |
DescribeChannelResult.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelResult |
DescribeChannelFunction.apply(DescribeChannelRequest describeChannelRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2020. All rights reserved.