Uses of Class
software.amazon.awssdk.services.transfer.model.ConnectorFileTransferResult
-
Packages that use ConnectorFileTransferResult Package Description software.amazon.awssdk.services.transfer.model software.amazon.awssdk.services.transfer.paginators -
-
Uses of ConnectorFileTransferResult in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ConnectorFileTransferResult Modifier and Type Method Description List<ConnectorFileTransferResult>ListFileTransferResultsResponse. fileTransferResults()Returns the details for the files transferred in the transfer identified by theTransferIdandConnectorIdspecified.Methods in software.amazon.awssdk.services.transfer.model with parameters of type ConnectorFileTransferResult Modifier and Type Method Description ListFileTransferResultsResponse.BuilderListFileTransferResultsResponse.Builder. fileTransferResults(ConnectorFileTransferResult... fileTransferResults)Returns the details for the files transferred in the transfer identified by theTransferIdandConnectorIdspecified.Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type ConnectorFileTransferResult Modifier and Type Method Description ListFileTransferResultsResponse.BuilderListFileTransferResultsResponse.Builder. fileTransferResults(Collection<ConnectorFileTransferResult> fileTransferResults)Returns the details for the files transferred in the transfer identified by theTransferIdandConnectorIdspecified. -
Uses of ConnectorFileTransferResult in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ConnectorFileTransferResult Modifier and Type Method Description SdkIterable<ConnectorFileTransferResult>ListFileTransferResultsIterable. fileTransferResults()Returns an iterable to iterate through the paginatedListFileTransferResultsResponse.fileTransferResults()member.SdkPublisher<ConnectorFileTransferResult>ListFileTransferResultsPublisher. fileTransferResults()Returns a publisher that can be used to get a stream of data.
-