| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StopChannelResult |
AWSMediaLiveClient.stopChannel(StopChannelRequest request)
Stops a running channel
|
StopChannelResult |
AbstractAWSMediaLive.stopChannel(StopChannelRequest request) |
StopChannelResult |
AWSMediaLive.stopChannel(StopChannelRequest stopChannelRequest)
Stops a running channel
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopChannelResult> |
AWSMediaLiveAsyncClient.stopChannelAsync(StopChannelRequest request) |
Future<StopChannelResult> |
AWSMediaLiveAsync.stopChannelAsync(StopChannelRequest stopChannelRequest)
Stops a running channel
|
Future<StopChannelResult> |
AbstractAWSMediaLiveAsync.stopChannelAsync(StopChannelRequest request) |
Future<StopChannelResult> |
AWSMediaLiveAsyncClient.stopChannelAsync(StopChannelRequest request,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler) |
Future<StopChannelResult> |
AWSMediaLiveAsync.stopChannelAsync(StopChannelRequest stopChannelRequest,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler)
Stops a running channel
|
Future<StopChannelResult> |
AbstractAWSMediaLiveAsync.stopChannelAsync(StopChannelRequest request,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopChannelResult> |
AWSMediaLiveAsyncClient.stopChannelAsync(StopChannelRequest request,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler) |
Future<StopChannelResult> |
AWSMediaLiveAsync.stopChannelAsync(StopChannelRequest stopChannelRequest,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler)
Stops a running channel
|
Future<StopChannelResult> |
AbstractAWSMediaLiveAsync.stopChannelAsync(StopChannelRequest request,
AsyncHandler<StopChannelRequest,StopChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopChannelResult |
StopChannelResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StopChannelResult |
StopChannelResult.clearTagsEntries()
Removes all the entries added into Tags.
|
StopChannelResult |
StopChannelResult.clone() |
StopChannelResult |
StopChannelResult.withArn(String arn)
The unique arn of the channel.
|
StopChannelResult |
StopChannelResult.withCdiInputSpecification(CdiInputSpecification cdiInputSpecification)
Specification of CDI inputs for this channel
|
StopChannelResult |
StopChannelResult.withChannelClass(ChannelClass channelClass)
The class for this channel.
|
StopChannelResult |
StopChannelResult.withChannelClass(String channelClass)
The class for this channel.
|
StopChannelResult |
StopChannelResult.withDestinations(Collection<OutputDestination> destinations)
A list of destinations of the channel.
|
StopChannelResult |
StopChannelResult.withDestinations(OutputDestination... destinations)
A list of destinations of the channel.
|
StopChannelResult |
StopChannelResult.withEgressEndpoints(ChannelEgressEndpoint... egressEndpoints)
The endpoints where outgoing connections initiate from
|
StopChannelResult |
StopChannelResult.withEgressEndpoints(Collection<ChannelEgressEndpoint> egressEndpoints)
The endpoints where outgoing connections initiate from
|
StopChannelResult |
StopChannelResult.withEncoderSettings(EncoderSettings encoderSettings) |
StopChannelResult |
StopChannelResult.withId(String id)
The unique id of the channel.
|
StopChannelResult |
StopChannelResult.withInputAttachments(Collection<InputAttachment> inputAttachments)
List of input attachments for channel.
|
StopChannelResult |
StopChannelResult.withInputAttachments(InputAttachment... inputAttachments)
List of input attachments for channel.
|
StopChannelResult |
StopChannelResult.withInputSpecification(InputSpecification inputSpecification)
Specification of network and file inputs for this channel
|
StopChannelResult |
StopChannelResult.withLogLevel(LogLevel logLevel)
The log level being written to CloudWatch Logs.
|
StopChannelResult |
StopChannelResult.withLogLevel(String logLevel)
The log level being written to CloudWatch Logs.
|
StopChannelResult |
StopChannelResult.withMaintenance(MaintenanceStatus maintenance)
Maintenance settings for this channel.
|
StopChannelResult |
StopChannelResult.withName(String name)
The name of the channel.
|
StopChannelResult |
StopChannelResult.withPipelineDetails(Collection<PipelineDetail> pipelineDetails)
Runtime details for the pipelines of a running channel.
|
StopChannelResult |
StopChannelResult.withPipelineDetails(PipelineDetail... pipelineDetails)
Runtime details for the pipelines of a running channel.
|
StopChannelResult |
StopChannelResult.withPipelinesRunningCount(Integer pipelinesRunningCount)
The number of currently healthy pipelines.
|
StopChannelResult |
StopChannelResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
StopChannelResult |
StopChannelResult.withState(ChannelState state) |
StopChannelResult |
StopChannelResult.withState(String state) |
StopChannelResult |
StopChannelResult.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
StopChannelResult |
StopChannelResult.withVpc(VpcOutputSettingsDescription vpc)
Settings for VPC output
|
Copyright © 2022. All rights reserved.