Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceSummary
-
Packages that use InputDeviceSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of InputDeviceSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDeviceSummary Modifier and Type Method Description List<InputDeviceSummary>ListInputDevicesResponse. inputDevices()The list of input devices.Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceSummary Modifier and Type Method Description ListInputDevicesResponse.BuilderListInputDevicesResponse.Builder. inputDevices(InputDeviceSummary... inputDevices)The list of input devices.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type InputDeviceSummary Modifier and Type Method Description ListInputDevicesResponse.BuilderListInputDevicesResponse.Builder. inputDevices(Collection<InputDeviceSummary> inputDevices)The list of input devices. -
Uses of InputDeviceSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type InputDeviceSummary Modifier and Type Method Description SdkIterable<InputDeviceSummary>ListInputDevicesIterable. inputDevices()Returns an iterable to iterate through the paginatedListInputDevicesResponse.inputDevices()member.SdkPublisher<InputDeviceSummary>ListInputDevicesPublisher. inputDevices()Returns a publisher that can be used to get a stream of data.
-