Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateInputDeviceRequest
-
Packages that use UpdateInputDeviceRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of UpdateInputDeviceRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type UpdateInputDeviceRequest Modifier and Type Method Description default CompletableFuture<UpdateInputDeviceResponse>MediaLiveAsyncClient. updateInputDevice(UpdateInputDeviceRequest updateInputDeviceRequest)Updates the parameters for the input device.default UpdateInputDeviceResponseMediaLiveClient. updateInputDevice(UpdateInputDeviceRequest updateInputDeviceRequest)Updates the parameters for the input device. -
Uses of UpdateInputDeviceRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type UpdateInputDeviceRequest Modifier and Type Method Description SdkHttpFullRequestUpdateInputDeviceRequestMarshaller. marshall(UpdateInputDeviceRequest updateInputDeviceRequest)
-