| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResult |
AbstractAWSTransfer.listAccesses(ListAccessesRequest request) |
ListAccessesResult |
AWSTransfer.listAccesses(ListAccessesRequest listAccessesRequest)
Lists the details for all the accesses you have on your server.
|
ListAccessesResult |
AWSTransferClient.listAccesses(ListAccessesRequest request)
Lists the details for all the accesses you have on your server.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessesResult> |
AbstractAWSTransferAsync.listAccessesAsync(ListAccessesRequest request,
AsyncHandler<ListAccessesRequest,ListAccessesResult> asyncHandler) |
Future<ListAccessesResult> |
AWSTransferAsync.listAccessesAsync(ListAccessesRequest listAccessesRequest,
AsyncHandler<ListAccessesRequest,ListAccessesResult> asyncHandler)
Lists the details for all the accesses you have on your server.
|
Future<ListAccessesResult> |
AWSTransferAsyncClient.listAccessesAsync(ListAccessesRequest request,
AsyncHandler<ListAccessesRequest,ListAccessesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResult |
ListAccessesResult.clone() |
ListAccessesResult |
ListAccessesResult.withAccesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResult |
ListAccessesResult.withAccesses(ListedAccess... accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResult |
ListAccessesResult.withNextToken(String nextToken)
When you can get additional results from the
ListAccesses call, a NextToken parameter
is returned in the output. |
ListAccessesResult |
ListAccessesResult.withServerId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
|
Copyright © 2024. All rights reserved.