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