Uses of Class
software.amazon.awssdk.services.transfer.model.ListServersRequest
-
Packages that use ListServersRequest Package Description software.amazon.awssdk.services.transfer Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS.software.amazon.awssdk.services.transfer.paginators software.amazon.awssdk.services.transfer.transform -
-
Uses of ListServersRequest in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer with parameters of type ListServersRequest Modifier and Type Method Description default CompletableFuture<ListServersResponse>TransferAsyncClient. listServers(ListServersRequest listServersRequest)Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.default ListServersResponseTransferClient. listServers(ListServersRequest listServersRequest)Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.default ListServersPublisherTransferAsyncClient. listServersPaginator(ListServersRequest listServersRequest)This is a variant ofTransferAsyncClient.listServers(software.amazon.awssdk.services.transfer.model.ListServersRequest)operation.default ListServersIterableTransferClient. listServersPaginator(ListServersRequest listServersRequest)This is a variant ofTransferClient.listServers(software.amazon.awssdk.services.transfer.model.ListServersRequest)operation. -
Uses of ListServersRequest in software.amazon.awssdk.services.transfer.paginators
Constructors in software.amazon.awssdk.services.transfer.paginators with parameters of type ListServersRequest Constructor Description ListServersIterable(TransferClient client, ListServersRequest firstRequest)ListServersPublisher(TransferAsyncClient client, ListServersRequest firstRequest) -
Uses of ListServersRequest in software.amazon.awssdk.services.transfer.transform
Methods in software.amazon.awssdk.services.transfer.transform with parameters of type ListServersRequest Modifier and Type Method Description SdkHttpFullRequestListServersRequestMarshaller. marshall(ListServersRequest listServersRequest)
-