| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer for SFTP is a fully managed service that enables the transfer of files directly into and out of Amazon
S3 using the Secure File Transfer Protocol (SFTP)—also known as Secure Shell (SSH) File Transfer Protocol.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
AWSTransferClient.listUsers(ListUsersRequest request)
Lists the users for the server that you specify by passing the
ServerId parameter. |
ListUsersResult |
AbstractAWSTransfer.listUsers(ListUsersRequest request) |
ListUsersResult |
AWSTransfer.listUsers(ListUsersRequest listUsersRequest)
Lists the users for the server that you specify by passing the
ServerId parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersResult> |
AbstractAWSTransferAsync.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AWSTransferAsyncClient.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AWSTransferAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users for the server that you specify by passing the
ServerId parameter. |
Future<ListUsersResult> |
AbstractAWSTransferAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSTransferAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSTransferAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users for the server that you specify by passing the
ServerId parameter. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersResult> |
AbstractAWSTransferAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSTransferAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AWSTransferAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users for the server that you specify by passing the
ServerId parameter. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withNextToken(String nextToken)
When you can get additional results from the
ListUsers call, a NextToken parameter is
returned in the output. |
ListUsersResult |
ListUsersResult.withServerId(String serverId)
A system-assigned unique identifier for an SFTP server that the users are assigned to.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<ListedUser> users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
ListUsersResult |
ListUsersResult.withUsers(ListedUser... users)
Returns the user accounts and their properties for the
ServerId value that you specify. |
Copyright © 2019. All rights reserved.