Uses of Class
software.amazon.awssdk.services.medialive.model.TransferringInputDeviceSummary
-
Packages that use TransferringInputDeviceSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of TransferringInputDeviceSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type TransferringInputDeviceSummary Modifier and Type Method Description List<TransferringInputDeviceSummary>ListInputDeviceTransfersResponse. inputDeviceTransfers()The list of devices that you are transferring or are being transferred to you.Methods in software.amazon.awssdk.services.medialive.model with parameters of type TransferringInputDeviceSummary Modifier and Type Method Description ListInputDeviceTransfersResponse.BuilderListInputDeviceTransfersResponse.Builder. inputDeviceTransfers(TransferringInputDeviceSummary... inputDeviceTransfers)The list of devices that you are transferring or are being transferred to you.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type TransferringInputDeviceSummary Modifier and Type Method Description ListInputDeviceTransfersResponse.BuilderListInputDeviceTransfersResponse.Builder. inputDeviceTransfers(Collection<TransferringInputDeviceSummary> inputDeviceTransfers)The list of devices that you are transferring or are being transferred to you. -
Uses of TransferringInputDeviceSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type TransferringInputDeviceSummary Modifier and Type Method Description SdkIterable<TransferringInputDeviceSummary>ListInputDeviceTransfersIterable. inputDeviceTransfers()Returns an iterable to iterate through the paginatedListInputDeviceTransfersResponse.inputDeviceTransfers()member.SdkPublisher<TransferringInputDeviceSummary>ListInputDeviceTransfersPublisher. inputDeviceTransfers()Returns a publisher that can be used to get a stream of data.
-