| 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 |
|---|---|
Future<UpdateAgreementResult> |
AbstractAWSTransferAsync.updateAgreementAsync(UpdateAgreementRequest request,
AsyncHandler<UpdateAgreementRequest,UpdateAgreementResult> asyncHandler) |
Future<UpdateAgreementResult> |
AWSTransferAsync.updateAgreementAsync(UpdateAgreementRequest updateAgreementRequest,
AsyncHandler<UpdateAgreementRequest,UpdateAgreementResult> asyncHandler)
Updates some of the parameters for an existing agreement.
|
Future<UpdateAgreementResult> |
AWSTransferAsyncClient.updateAgreementAsync(UpdateAgreementRequest request,
AsyncHandler<UpdateAgreementRequest,UpdateAgreementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgreementRequest |
UpdateAgreementRequest.clone() |
UpdateAgreementRequest |
UpdateAgreementRequest.withAccessRole(String accessRole)
Connectors are used to send files using either the AS2 or SFTP protocol.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withAgreementId(String agreementId)
A unique identifier for the agreement.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withBaseDirectory(String baseDirectory)
To change the landing directory (folder) for files that are transferred, provide the bucket folder that you want
to use; for example,
/DOC-EXAMPLE-BUCKET/home/mydirectory . |
UpdateAgreementRequest |
UpdateAgreementRequest.withDescription(String description)
To replace the existing description, provide a short description for the agreement.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withLocalProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner profile.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withStatus(AgreementStatusType status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withStatus(String status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
Copyright © 2023. All rights reserved.