| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.clone() |
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.withId(String id)
The unique ID of the input device.
|
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.withMessage(String message)
The optional message that the sender has attached to the transfer.
|
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.withTargetCustomerId(String targetCustomerId)
The AWS account ID for the recipient of the input device transfer.
|
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.withTransferType(InputDeviceTransferType transferType)
The type (direction) of the input device transfer.
|
TransferringInputDeviceSummary |
TransferringInputDeviceSummary.withTransferType(String transferType)
The type (direction) of the input device transfer.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransferringInputDeviceSummary> |
ListInputDeviceTransfersResult.getInputDeviceTransfers()
The list of devices that you are transferring or are being transferred to you.
|
| Modifier and Type | Method and Description |
|---|---|
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.withInputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInputDeviceTransfersResult.setInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.withInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
Copyright © 2022. All rights reserved.