| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ListInputDeviceTransfersResult |
AbstractAWSMediaLive.listInputDeviceTransfers(ListInputDeviceTransfersRequest request) |
ListInputDeviceTransfersResult |
AWSMediaLive.listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
ListInputDeviceTransfersResult |
AWSMediaLiveClient.listInputDeviceTransfers(ListInputDeviceTransfersRequest request)
List input devices that are currently being transferred.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListInputDeviceTransfersResult> |
AbstractAWSMediaLiveAsync.listInputDeviceTransfersAsync(ListInputDeviceTransfersRequest request,
AsyncHandler<ListInputDeviceTransfersRequest,ListInputDeviceTransfersResult> asyncHandler) |
Future<ListInputDeviceTransfersResult> |
AWSMediaLiveAsync.listInputDeviceTransfersAsync(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest,
AsyncHandler<ListInputDeviceTransfersRequest,ListInputDeviceTransfersResult> asyncHandler)
List input devices that are currently being transferred.
|
Future<ListInputDeviceTransfersResult> |
AWSMediaLiveAsyncClient.listInputDeviceTransfersAsync(ListInputDeviceTransfersRequest request,
AsyncHandler<ListInputDeviceTransfersRequest,ListInputDeviceTransfersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.clone() |
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.withInputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.withInputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)
The list of devices that you are transferring or are being transferred to you.
|
ListInputDeviceTransfersResult |
ListInputDeviceTransfersResult.withNextToken(String nextToken)
A token to get additional list results.
|
Copyright © 2024. All rights reserved.