| 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 |
|---|---|
ListAgreementsResult |
AWSTransferClient.listAgreements(ListAgreementsRequest request)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
ListAgreementsResult |
AWSTransfer.listAgreements(ListAgreementsRequest listAgreementsRequest)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
ListAgreementsResult |
AbstractAWSTransfer.listAgreements(ListAgreementsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgreementsResult> |
AWSTransferAsyncClient.listAgreementsAsync(ListAgreementsRequest request,
AsyncHandler<ListAgreementsRequest,ListAgreementsResult> asyncHandler) |
Future<ListAgreementsResult> |
AWSTransferAsync.listAgreementsAsync(ListAgreementsRequest listAgreementsRequest,
AsyncHandler<ListAgreementsRequest,ListAgreementsResult> asyncHandler)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
Future<ListAgreementsResult> |
AbstractAWSTransferAsync.listAgreementsAsync(ListAgreementsRequest request,
AsyncHandler<ListAgreementsRequest,ListAgreementsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgreementsResult |
ListAgreementsResult.clone() |
ListAgreementsResult |
ListAgreementsResult.withAgreements(Collection<ListedAgreement> agreements)
Returns an array, where each item contains the details of an agreement.
|
ListAgreementsResult |
ListAgreementsResult.withAgreements(ListedAgreement... agreements)
Returns an array, where each item contains the details of an agreement.
|
ListAgreementsResult |
ListAgreementsResult.withNextToken(String nextToken)
Returns a token that you can use to call
ListAgreements again and receive additional results, if
there are any. |
Copyright © 2025. All rights reserved.