| Package | Description |
|---|---|
| com.amazonaws.services.transfer | |
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
AbstractAWSTransfer.listUsers(ListUsersRequest request) |
ListUsersResult |
AWSTransferClient.listUsers(ListUsersRequest request)
Lists the users for the server that you specify by passing the
ServerId parameter. |
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 © 2018. All rights reserved.