| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInputDeviceTransfersResponse |
MediaLiveClient.listInputDeviceTransfers(Consumer<ListInputDeviceTransfersRequest.Builder> listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default ListInputDeviceTransfersResponse |
MediaLiveClient.listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInputDeviceTransfersResponse> |
MediaLiveAsyncClient.listInputDeviceTransfers(Consumer<ListInputDeviceTransfersRequest.Builder> listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default CompletableFuture<ListInputDeviceTransfersResponse> |
MediaLiveAsyncClient.listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInputDeviceTransfersResponse> |
ListInputDeviceTransfersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInputDeviceTransfersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInputDeviceTransfersResponse> subscriber) |
Copyright © 2022. All rights reserved.