| 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> |
AbstractAWSMediaLiveAsync.describeInputDeviceAsync(DescribeInputDeviceRequest request,
AsyncHandler<DescribeInputDeviceRequest,DescribeInputDeviceResult> asyncHandler) |
Future<DescribeInputDeviceResult> |
AWSMediaLiveAsync.describeInputDeviceAsync(DescribeInputDeviceRequest describeInputDeviceRequest,
AsyncHandler<DescribeInputDeviceRequest,DescribeInputDeviceResult> asyncHandler)
Gets the details for the input device
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInputDeviceResult |
DescribeInputDeviceResult.clone() |
DescribeInputDeviceResult |
DescribeInputDeviceResult.withArn(String arn)
The unique ARN of the 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.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.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.withSerialNumber(String serialNumber)
The unique serial number of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withType(InputDeviceType type)
The type of the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withType(String type)
The type of the input device.
|
Copyright © 2020. All rights reserved.