Uses of Class
software.amazon.awssdk.services.medialive.model.ListInputDeviceTransfersResponse
-
Packages that use ListInputDeviceTransfersResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.paginators -
-
Uses of ListInputDeviceTransfersResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return ListInputDeviceTransfersResponse Modifier and Type Method Description default ListInputDeviceTransfersResponseMediaLiveClient. listInputDeviceTransfers(Consumer<ListInputDeviceTransfersRequest.Builder> listInputDeviceTransfersRequest)List input devices that are currently being transferred.default ListInputDeviceTransfersResponseMediaLiveClient. listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)List input devices that are currently being transferred.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type ListInputDeviceTransfersResponse Modifier and Type Method 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. -
Uses of ListInputDeviceTransfersResponse in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type ListInputDeviceTransfersResponse Modifier and Type Method Description Iterator<ListInputDeviceTransfersResponse>ListInputDeviceTransfersIterable. iterator()Method parameters in software.amazon.awssdk.services.medialive.paginators with type arguments of type ListInputDeviceTransfersResponse Modifier and Type Method Description voidListInputDeviceTransfersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInputDeviceTransfersResponse> subscriber)
-