| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
AbstractAWSMediaLive.describeInput(DescribeInputRequest request) |
DescribeInputResult |
AWSMediaLiveClient.describeInput(DescribeInputRequest request)
Produces details about an input
|
DescribeInputResult |
AWSMediaLive.describeInput(DescribeInputRequest describeInputRequest)
Produces details about an input
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInputResult> |
AWSMediaLiveAsyncClient.describeInputAsync(DescribeInputRequest request,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler) |
Future<DescribeInputResult> |
AWSMediaLiveAsync.describeInputAsync(DescribeInputRequest describeInputRequest,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler)
Produces details about an input
|
Future<DescribeInputResult> |
AbstractAWSMediaLiveAsync.describeInputAsync(DescribeInputRequest request,
AsyncHandler<DescribeInputRequest,DescribeInputResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
DescribeInputResult.clone() |
DescribeInputResult |
DescribeInputResult.withArn(String arn)
The Unique ARN of the input (generated, immutable).
|
DescribeInputResult |
DescribeInputResult.withAttachedChannels(Collection<String> attachedChannels)
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
|
DescribeInputResult |
DescribeInputResult.withAttachedChannels(String... attachedChannels)
A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).
|
DescribeInputResult |
DescribeInputResult.withDestinations(Collection<InputDestination> destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResult |
DescribeInputResult.withDestinations(InputDestination... destinations)
A list of the destinations of the input (PUSH-type).
|
DescribeInputResult |
DescribeInputResult.withId(String id)
The generated ID of the input (unique for user account, immutable).
|
DescribeInputResult |
DescribeInputResult.withName(String name)
The user-assigned name (This is a mutable value).
|
DescribeInputResult |
DescribeInputResult.withSecurityGroups(Collection<String> securityGroups)
A list of IDs for all the security groups attached to the input.
|
DescribeInputResult |
DescribeInputResult.withSecurityGroups(String... securityGroups)
A list of IDs for all the security groups attached to the input.
|
DescribeInputResult |
DescribeInputResult.withSources(Collection<InputSource> sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResult |
DescribeInputResult.withSources(InputSource... sources)
A list of the sources of the input (PULL-type).
|
DescribeInputResult |
DescribeInputResult.withState(InputState state) |
DescribeInputResult |
DescribeInputResult.withState(String state) |
DescribeInputResult |
DescribeInputResult.withType(InputType type) |
DescribeInputResult |
DescribeInputResult.withType(String type) |
Copyright © 2018. All rights reserved.