Uses of Class
software.amazon.awssdk.services.medialive.model.StopInputDeviceResponse
-
Packages that use StopInputDeviceResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of StopInputDeviceResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return StopInputDeviceResponse Modifier and Type Method Description default StopInputDeviceResponseMediaLiveClient. stopInputDevice(Consumer<StopInputDeviceRequest.Builder> stopInputDeviceRequest)Stop an input device that is attached to a MediaConnect flow.default StopInputDeviceResponseMediaLiveClient. stopInputDevice(StopInputDeviceRequest stopInputDeviceRequest)Stop an input device that is attached to a MediaConnect flow.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type StopInputDeviceResponse Modifier and Type Method Description default CompletableFuture<StopInputDeviceResponse>MediaLiveAsyncClient. stopInputDevice(Consumer<StopInputDeviceRequest.Builder> stopInputDeviceRequest)Stop an input device that is attached to a MediaConnect flow.default CompletableFuture<StopInputDeviceResponse>MediaLiveAsyncClient. stopInputDevice(StopInputDeviceRequest stopInputDeviceRequest)Stop an input device that is attached to a MediaConnect flow.
-