Uses of Class
software.amazon.awssdk.services.medialive.model.TransferInputDeviceRequest
-
Packages that use TransferInputDeviceRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of TransferInputDeviceRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type TransferInputDeviceRequest Modifier and Type Method Description default CompletableFuture<TransferInputDeviceResponse>MediaLiveAsyncClient. transferInputDevice(TransferInputDeviceRequest transferInputDeviceRequest)Start an input device transfer to another AWS account.default TransferInputDeviceResponseMediaLiveClient. transferInputDevice(TransferInputDeviceRequest transferInputDeviceRequest)Start an input device transfer to another AWS account. -
Uses of TransferInputDeviceRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type TransferInputDeviceRequest Modifier and Type Method Description SdkHttpFullRequestTransferInputDeviceRequestMarshaller. marshall(TransferInputDeviceRequest transferInputDeviceRequest)
-