| 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<CreateAgreementResult> |
AbstractAWSTransferAsync.createAgreementAsync(CreateAgreementRequest request,
AsyncHandler<CreateAgreementRequest,CreateAgreementResult> asyncHandler) |
Future<CreateAgreementResult> |
AWSTransferAsync.createAgreementAsync(CreateAgreementRequest createAgreementRequest,
AsyncHandler<CreateAgreementRequest,CreateAgreementResult> asyncHandler)
Creates an agreement.
|
Future<CreateAgreementResult> |
AWSTransferAsyncClient.createAgreementAsync(CreateAgreementRequest request,
AsyncHandler<CreateAgreementRequest,CreateAgreementResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAgreementRequest |
CreateAgreementRequest.clone() |
CreateAgreementRequest |
CreateAgreementRequest.withAccessRole(String accessRole)
With AS2, you can send files by calling
StartFileTransfer and specifying the file paths in the
request parameter, SendFilePaths. |
CreateAgreementRequest |
CreateAgreementRequest.withBaseDirectory(String baseDirectory)
The landing directory (folder) for files transferred by using the AS2 protocol.
|
CreateAgreementRequest |
CreateAgreementRequest.withDescription(String description)
A name or short description to identify the agreement.
|
CreateAgreementRequest |
CreateAgreementRequest.withLocalProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
CreateAgreementRequest |
CreateAgreementRequest.withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner profile used in the agreement.
|
CreateAgreementRequest |
CreateAgreementRequest.withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
CreateAgreementRequest |
CreateAgreementRequest.withStatus(AgreementStatusType status)
The status of the agreement.
|
CreateAgreementRequest |
CreateAgreementRequest.withStatus(String status)
The status of the agreement.
|
CreateAgreementRequest |
CreateAgreementRequest.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for agreements.
|
CreateAgreementRequest |
CreateAgreementRequest.withTags(Tag... tags)
Key-value pairs that can be used to group and search for agreements.
|
Copyright © 2023. All rights reserved.