| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.clone() |
InputDeviceNetworkSettings |
UpdateInputDeviceResult.getNetworkSettings()
The network settings for the input device.
|
InputDeviceNetworkSettings |
DescribeInputDeviceResult.getNetworkSettings()
The network settings for the input device.
|
InputDeviceNetworkSettings |
InputDeviceSummary.getNetworkSettings()
Network settings for the input device.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withDnsAddresses(Collection<String> dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withDnsAddresses(String... dnsAddresses)
The DNS addresses of the input device.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withGateway(String gateway)
The network gateway IP address.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withIpAddress(String ipAddress)
The IP address of the input device.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withIpScheme(InputDeviceIpScheme ipScheme)
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address
assignment (DHCP) or a static IP address.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withIpScheme(String ipScheme)
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address
assignment (DHCP) or a static IP address.
|
InputDeviceNetworkSettings |
InputDeviceNetworkSettings.withSubnetMask(String subnetMask)
The subnet mask of the input device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateInputDeviceResult.setNetworkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
void |
DescribeInputDeviceResult.setNetworkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
void |
InputDeviceSummary.setNetworkSettings(InputDeviceNetworkSettings networkSettings)
Network settings for the input device.
|
UpdateInputDeviceResult |
UpdateInputDeviceResult.withNetworkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
DescribeInputDeviceResult |
DescribeInputDeviceResult.withNetworkSettings(InputDeviceNetworkSettings networkSettings)
The network settings for the input device.
|
InputDeviceSummary |
InputDeviceSummary.withNetworkSettings(InputDeviceNetworkSettings networkSettings)
Network settings for the input device.
|
Copyright © 2024. All rights reserved.