Uses of Class
software.amazon.awssdk.services.transfer.model.ListAccessesResponse
-
Packages that use ListAccessesResponse 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 ListAccessesResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListAccessesResponse Modifier and Type Method Description default ListAccessesResponseTransferClient. listAccesses(Consumer<ListAccessesRequest.Builder> listAccessesRequest)Lists the details for all the accesses you have on your server.default ListAccessesResponseTransferClient. listAccesses(ListAccessesRequest listAccessesRequest)Lists the details for all the accesses you have on your server.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListAccessesResponse Modifier and Type Method Description default CompletableFuture<ListAccessesResponse>TransferAsyncClient. listAccesses(Consumer<ListAccessesRequest.Builder> listAccessesRequest)Lists the details for all the accesses you have on your server.default CompletableFuture<ListAccessesResponse>TransferAsyncClient. listAccesses(ListAccessesRequest listAccessesRequest)Lists the details for all the accesses you have on your server. -
Uses of ListAccessesResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListAccessesResponse Modifier and Type Method Description Iterator<ListAccessesResponse>ListAccessesIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListAccessesResponse Modifier and Type Method Description voidListAccessesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessesResponse> subscriber)
-