| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAgreementsResponse |
TransferClient.listAgreements(Consumer<ListAgreementsRequest.Builder> listAgreementsRequest)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
default CompletableFuture<ListAgreementsResponse> |
TransferAsyncClient.listAgreements(Consumer<ListAgreementsRequest.Builder> listAgreementsRequest)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
default ListAgreementsIterable |
TransferClient.listAgreementsPaginator(Consumer<ListAgreementsRequest.Builder> listAgreementsRequest)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
default ListAgreementsPublisher |
TransferAsyncClient.listAgreementsPaginator(Consumer<ListAgreementsRequest.Builder> listAgreementsRequest)
Returns a list of the agreements for the server that's identified by the
ServerId that you supply. |
| Modifier and Type | Method and Description |
|---|---|
static ListAgreementsRequest.Builder |
ListAgreementsRequest.builder() |
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.maxResults(Integer maxResults)
The maximum number of agreements to return.
|
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.nextToken(String nextToken)
When you can get additional results from the
ListAgreements call, a NextToken
parameter is returned in the output. |
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAgreementsRequest.Builder |
ListAgreementsRequest.Builder.serverId(String serverId)
The identifier of the server for which you want a list of agreements.
|
ListAgreementsRequest.Builder |
ListAgreementsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAgreementsRequest.Builder> |
ListAgreementsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.