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