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