Uses of Class
software.amazon.awssdk.services.medialive.model.ListInputDeviceTransfersRequest
-
Packages that use ListInputDeviceTransfersRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.paginators software.amazon.awssdk.services.medialive.transform -
-
Uses of ListInputDeviceTransfersRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type ListInputDeviceTransfersRequest Modifier and Type Method Description default CompletableFuture<ListInputDeviceTransfersResponse>MediaLiveAsyncClient. listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)List input devices that are currently being transferred.default ListInputDeviceTransfersResponseMediaLiveClient. listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)List input devices that are currently being transferred.default ListInputDeviceTransfersPublisherMediaLiveAsyncClient. listInputDeviceTransfersPaginator(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)List input devices that are currently being transferred.default ListInputDeviceTransfersIterableMediaLiveClient. listInputDeviceTransfersPaginator(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)List input devices that are currently being transferred. -
Uses of ListInputDeviceTransfersRequest in software.amazon.awssdk.services.medialive.paginators
Constructors in software.amazon.awssdk.services.medialive.paginators with parameters of type ListInputDeviceTransfersRequest Constructor Description ListInputDeviceTransfersIterable(MediaLiveClient client, ListInputDeviceTransfersRequest firstRequest)ListInputDeviceTransfersPublisher(MediaLiveAsyncClient client, ListInputDeviceTransfersRequest firstRequest) -
Uses of ListInputDeviceTransfersRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type ListInputDeviceTransfersRequest Modifier and Type Method Description SdkHttpFullRequestListInputDeviceTransfersRequestMarshaller. marshall(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
-