| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Future<TransferInputDeviceResult> |
AWSMediaLiveAsync.transferInputDeviceAsync(TransferInputDeviceRequest transferInputDeviceRequest,
AsyncHandler<TransferInputDeviceRequest,TransferInputDeviceResult> asyncHandler)
Start an input device transfer to another AWS account.
|
Future<TransferInputDeviceResult> |
AbstractAWSMediaLiveAsync.transferInputDeviceAsync(TransferInputDeviceRequest request,
AsyncHandler<TransferInputDeviceRequest,TransferInputDeviceResult> asyncHandler) |
Future<TransferInputDeviceResult> |
AWSMediaLiveAsyncClient.transferInputDeviceAsync(TransferInputDeviceRequest request,
AsyncHandler<TransferInputDeviceRequest,TransferInputDeviceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TransferInputDeviceRequest |
TransferInputDeviceRequest.clone() |
TransferInputDeviceRequest |
TransferInputDeviceRequest.withInputDeviceId(String inputDeviceId)
The unique ID of this input device.
|
TransferInputDeviceRequest |
TransferInputDeviceRequest.withTargetCustomerId(String targetCustomerId)
The AWS account ID (12 digits) for the recipient of the device transfer.
|
TransferInputDeviceRequest |
TransferInputDeviceRequest.withTargetRegion(String targetRegion)
The target AWS region to transfer the device.
|
TransferInputDeviceRequest |
TransferInputDeviceRequest.withTransferMessage(String transferMessage)
An optional message for the recipient.
|
Copyright © 2021. All rights reserved.