Uses of Class
software.amazon.awssdk.services.transfer.model.ListUsersResponse
-
Packages that use ListUsersResponse 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 ListUsersResponse in software.amazon.awssdk.services.transfer
Methods in software.amazon.awssdk.services.transfer that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseTransferClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the users for a file transfer protocol-enabled server that you specify by passing theServerIdparameter.default ListUsersResponseTransferClient. listUsers(ListUsersRequest listUsersRequest)Lists the users for a file transfer protocol-enabled server that you specify by passing theServerIdparameter.Methods in software.amazon.awssdk.services.transfer that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>TransferAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Lists the users for a file transfer protocol-enabled server that you specify by passing theServerIdparameter.default CompletableFuture<ListUsersResponse>TransferAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists the users for a file transfer protocol-enabled server that you specify by passing theServerIdparameter. -
Uses of ListUsersResponse in software.amazon.awssdk.services.transfer.paginators
Methods in software.amazon.awssdk.services.transfer.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.transfer.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-