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