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