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