Uses of Class
software.amazon.awssdk.services.transfer.model.ListServersResponse
-
Packages that use ListServersResponse 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 -
-
Uses of ListServersResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListServersResponse Modifier and Type Method Description default ListServersResponseTransferClient. listServers()Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.default ListServersResponseTransferClient. listServers(Consumer<ListServersRequest.Builder> 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.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListServersResponse Modifier and Type Method Description default CompletableFuture<ListServersResponse>TransferAsyncClient. listServers()Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.default CompletableFuture<ListServersResponse>TransferAsyncClient. listServers(Consumer<ListServersRequest.Builder> listServersRequest)Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account.default CompletableFuture<ListServersResponse>TransferAsyncClient. listServers(ListServersRequest listServersRequest)Lists the file transfer protocol-enabled servers that are associated with your Amazon Web Services account. -
Uses of ListServersResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListServersResponse Modifier and Type Method Description Iterator<ListServersResponse>ListServersIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListServersResponse Modifier and Type Method Description voidListServersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServersResponse> subscriber)
-