Uses of Interface
software.amazon.awssdk.services.medialive.model.StopInputDeviceRequest.Builder
-
Packages that use StopInputDeviceRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of StopInputDeviceRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type StopInputDeviceRequest.Builder 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 StopInputDeviceResponseMediaLiveClient. stopInputDevice(Consumer<StopInputDeviceRequest.Builder> stopInputDeviceRequest)Stop an input device that is attached to a MediaConnect flow. -
Uses of StopInputDeviceRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StopInputDeviceRequest.Builder Modifier and Type Method Description static StopInputDeviceRequest.BuilderStopInputDeviceRequest. builder()StopInputDeviceRequest.BuilderStopInputDeviceRequest.Builder. inputDeviceId(String inputDeviceId)The unique ID of the input device to stop.StopInputDeviceRequest.BuilderStopInputDeviceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopInputDeviceRequest.BuilderStopInputDeviceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopInputDeviceRequest.BuilderStopInputDeviceRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StopInputDeviceRequest.Builder Modifier and Type Method Description static Class<? extends StopInputDeviceRequest.Builder>StopInputDeviceRequest. serializableBuilderClass()
-