| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model | |
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<InputDeviceSummary> |
ListInputDevicesResponse.inputDevices()
The list of input devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListInputDevicesResponse.Builder |
ListInputDevicesResponse.Builder.inputDevices(InputDeviceSummary... inputDevices)
The list of input devices.
|
| Modifier and Type | Method and Description |
|---|---|
ListInputDevicesResponse.Builder |
ListInputDevicesResponse.Builder.inputDevices(Collection<InputDeviceSummary> inputDevices)
The list of input devices.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<InputDeviceSummary> |
ListInputDevicesIterable.inputDevices()
Returns an iterable to iterate through the paginated
ListInputDevicesResponse.inputDevices() member. |
SdkPublisher<InputDeviceSummary> |
ListInputDevicesPublisher.inputDevices()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.