Uses of Class
software.amazon.awssdk.services.medialive.model.RejectInputDeviceTransferResponse
-
Packages that use RejectInputDeviceTransferResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of RejectInputDeviceTransferResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return RejectInputDeviceTransferResponse Modifier and Type Method Description default RejectInputDeviceTransferResponseMediaLiveClient. rejectInputDeviceTransfer(Consumer<RejectInputDeviceTransferRequest.Builder> rejectInputDeviceTransferRequest)Reject the transfer of the specified input device to your AWS account.default RejectInputDeviceTransferResponseMediaLiveClient. rejectInputDeviceTransfer(RejectInputDeviceTransferRequest rejectInputDeviceTransferRequest)Reject the transfer of the specified input device to your AWS account.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type RejectInputDeviceTransferResponse Modifier and Type Method Description default CompletableFuture<RejectInputDeviceTransferResponse>MediaLiveAsyncClient. rejectInputDeviceTransfer(Consumer<RejectInputDeviceTransferRequest.Builder> rejectInputDeviceTransferRequest)Reject the transfer of the specified input device to your AWS account.default CompletableFuture<RejectInputDeviceTransferResponse>MediaLiveAsyncClient. rejectInputDeviceTransfer(RejectInputDeviceTransferRequest rejectInputDeviceTransferRequest)Reject the transfer of the specified input device to your AWS account.
-