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