| Package | Description |
|---|---|
| com.amazonaws.services.transfer |
AWS Transfer Family is a fully managed service that enables the transfer of files over the 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).
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
AbstractAWSTransfer.describeUser(DescribeUserRequest request) |
DescribeUserResult |
AWSTransferClient.describeUser(DescribeUserRequest request)
Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its
ServerId property. |
DescribeUserResult |
AWSTransfer.describeUser(DescribeUserRequest describeUserRequest)
Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its
ServerId property. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserResult> |
AbstractAWSTransferAsync.describeUserAsync(DescribeUserRequest request) |
Future<DescribeUserResult> |
AWSTransferAsyncClient.describeUserAsync(DescribeUserRequest request) |
Future<DescribeUserResult> |
AWSTransferAsync.describeUserAsync(DescribeUserRequest describeUserRequest)
Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its
ServerId property. |
Future<DescribeUserResult> |
AbstractAWSTransferAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSTransferAsyncClient.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSTransferAsync.describeUserAsync(DescribeUserRequest describeUserRequest,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its
ServerId property. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeUserResult> |
AbstractAWSTransferAsync.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSTransferAsyncClient.describeUserAsync(DescribeUserRequest request,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler) |
Future<DescribeUserResult> |
AWSTransferAsync.describeUserAsync(DescribeUserRequest describeUserRequest,
AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
Describes the user assigned to the specific file transfer protocol-enabled server, as identified by its
ServerId property. |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
DescribeUserResult.clone() |
DescribeUserResult |
DescribeUserResult.withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server that has this user assigned.
|
DescribeUserResult |
DescribeUserResult.withUser(DescribedUser user)
An array containing the properties of the user account for the
ServerID value that you specified. |
Copyright © 2020. All rights reserved.