| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputDeviceResult |
AWSMediaLiveClient.describeInputDevice(DescribeInputDeviceRequest request)
Gets the details for the input device
|
DescribeInputDeviceResult |
AbstractAWSMediaLive.describeInputDevice(DescribeInputDeviceRequest request) |
DescribeInputDeviceResult |
AWSMediaLive.describeInputDevice(DescribeInputDeviceRequest describeInputDeviceRequest)
Gets the details for the input device
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInputDeviceResult> |
AWSMediaLiveAsyncClient.describeInputDeviceAsync(DescribeInputDeviceRequest request,
AsyncHandler<DescribeInputDeviceRequest,DescribeInputDeviceResult> asyncHandler) |
Future<DescribeInputDeviceResult> |
AWSMediaLiveAsync.describeInputDeviceAsync(DescribeInputDeviceRequest describeInputDeviceRequest,
AsyncHandler<DescribeInputDeviceRequest,DescribeInputDeviceResult> asyncHandler)
Gets the details for the input device
|
Future<DescribeInputDeviceResult> |
AbstractAWSMediaLiveAsync.describeInputDeviceAsync(DescribeInputDeviceRequest request,
AsyncHandler<DescribeInputDeviceRequest,DescribeInputDeviceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeInputDeviceResult |
DescribeInputDeviceResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.clone() |
DescribeInputDeviceResult |
DescribeInputDeviceResult.withArn(String arn)
The unique ARN of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withAvailabilityZone(String availabilityZone)
The Availability Zone associated with this input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withConnectionState(InputDeviceConnectionState connectionState)
The state of the connection between the input device and AWS.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withConnectionState(String connectionState)
The state of the connection between the input device and AWS.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withDeviceSettingsSyncState(DeviceSettingsSyncState deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withDeviceSettingsSyncState(String deviceSettingsSyncState)
The status of the action to synchronize the device configuration.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withDeviceUpdateStatus(DeviceUpdateStatus deviceUpdateStatus)
The status of software on the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withDeviceUpdateStatus(String deviceUpdateStatus)
The status of software on the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withHdDeviceSettings(InputDeviceHdSettings hdDeviceSettings)
Settings that describe an input device that is type HD.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withId(String id)
The unique ID of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withMacAddress(String macAddress)
The network MAC address of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withMedialiveInputArns(Collection<String> medialiveInputArns)
An array of the ARNs for the MediaLive inputs attached to the device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withMedialiveInputArns(String... medialiveInputArns)
An array of the ARNs for the MediaLive inputs attached to the device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withName(String name)
A name that you specify for the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withNetworkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withOutputType(InputDeviceOutputType outputType)
The output attachment type of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withOutputType(String outputType)
The output attachment type of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withSerialNumber(String serialNumber)
The unique serial number of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withTags(Map<String,String> tags)
A collection of key-value pairs.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withType(InputDeviceType type)
The type of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withType(String type)
The type of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withUhdDeviceSettings(InputDeviceUhdSettings uhdDeviceSettings)
Settings that describe an input device that is type UHD.
|
Copyright © 2024. All rights reserved.