| 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 |
|---|---|
DescribeInputResult |
AWSMediaLiveClient.describeInput(DescribeInputRequest request)
Produces details about an input
|
DescribeInputResult |
AWSMediaLive.describeInput(DescribeInputRequest describeInputRequest)
Produces details about an input
|
DescribeInputResult |
AbstractAWSMediaLive.describeInput(DescribeInputRequest request) |
| 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.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeInputResult |
DescribeInputResult.clearTagsEntries()
Removes all the entries added into Tags.
|
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.withInputClass(InputClass inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResult |
DescribeInputResult.withInputClass(String inputClass)
STANDARD - MediaLive expects two sources to be connected to this input.
|
DescribeInputResult |
DescribeInputResult.withInputDevices(Collection<InputDeviceSettings> inputDevices)
Settings for the input devices.
|
DescribeInputResult |
DescribeInputResult.withInputDevices(InputDeviceSettings... inputDevices)
Settings for the input devices.
|
DescribeInputResult |
DescribeInputResult.withInputPartnerIds(Collection<String> inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
DescribeInputResult |
DescribeInputResult.withInputPartnerIds(String... inputPartnerIds)
A list of IDs for all Inputs which are partners of this one.
|
DescribeInputResult |
DescribeInputResult.withInputSourceType(InputSourceType inputSourceType)
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
DescribeInputResult |
DescribeInputResult.withInputSourceType(String inputSourceType)
Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during
input switch actions.
|
DescribeInputResult |
DescribeInputResult.withMediaConnectFlows(Collection<MediaConnectFlow> mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResult |
DescribeInputResult.withMediaConnectFlows(MediaConnectFlow... mediaConnectFlows)
A list of MediaConnect Flows for this input.
|
DescribeInputResult |
DescribeInputResult.withName(String name)
The user-assigned name (This is a mutable value).
|
DescribeInputResult |
DescribeInputResult.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
DescribeInputResult |
DescribeInputResult.withSecurityGroups(Collection<String> securityGroups)
A list of IDs for all the Input Security Groups attached to the input.
|
DescribeInputResult |
DescribeInputResult.withSecurityGroups(String... securityGroups)
A list of IDs for all the Input 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.withSrtSettings(SrtSettings srtSettings)
The settings associated with an SRT input.
|
DescribeInputResult |
DescribeInputResult.withState(InputState state) |
DescribeInputResult |
DescribeInputResult.withState(String state) |
DescribeInputResult |
DescribeInputResult.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
DescribeInputResult |
DescribeInputResult.withType(InputType type) |
DescribeInputResult |
DescribeInputResult.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputResult |
DescribeInputFunction.apply(DescribeInputRequest describeInputRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.