Uses of Class
software.amazon.awssdk.services.medialive.model.RebootInputDeviceResponse
-
Packages that use RebootInputDeviceResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of RebootInputDeviceResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return RebootInputDeviceResponse Modifier and Type Method Description default RebootInputDeviceResponseMediaLiveClient. rebootInputDevice(Consumer<RebootInputDeviceRequest.Builder> rebootInputDeviceRequest)Send a reboot command to the specified input device.default RebootInputDeviceResponseMediaLiveClient. rebootInputDevice(RebootInputDeviceRequest rebootInputDeviceRequest)Send a reboot command to the specified input device.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type RebootInputDeviceResponse Modifier and Type Method Description default CompletableFuture<RebootInputDeviceResponse>MediaLiveAsyncClient. rebootInputDevice(Consumer<RebootInputDeviceRequest.Builder> rebootInputDeviceRequest)Send a reboot command to the specified input device.default CompletableFuture<RebootInputDeviceResponse>MediaLiveAsyncClient. rebootInputDevice(RebootInputDeviceRequest rebootInputDeviceRequest)Send a reboot command to the specified input device.
-