| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedAgreement |
DescribedAgreement.clone() |
DescribedAgreement |
DescribeAgreementResult.getAgreement()
The details for the specified agreement, returned as a
DescribedAgreement object. |
DescribedAgreement |
DescribedAgreement.withAccessRole(String accessRole)
Connectors are used to send files using either the AS2 or SFTP protocol.
|
DescribedAgreement |
DescribedAgreement.withAgreementId(String agreementId)
A unique identifier for the agreement.
|
DescribedAgreement |
DescribedAgreement.withArn(String arn)
The unique Amazon Resource Name (ARN) for the agreement.
|
DescribedAgreement |
DescribedAgreement.withBaseDirectory(String baseDirectory)
The landing directory (folder) for files that are transferred by using the AS2 protocol.
|
DescribedAgreement |
DescribedAgreement.withDescription(String description)
The name or short description that's used to identify the agreement.
|
DescribedAgreement |
DescribedAgreement.withLocalProfileId(String localProfileId)
A unique identifier for the AS2 local profile.
|
DescribedAgreement |
DescribedAgreement.withPartnerProfileId(String partnerProfileId)
A unique identifier for the partner profile used in the agreement.
|
DescribedAgreement |
DescribedAgreement.withServerId(String serverId)
A system-assigned unique identifier for a server instance.
|
DescribedAgreement |
DescribedAgreement.withStatus(AgreementStatusType status)
The current status of the agreement, either
ACTIVE or INACTIVE. |
DescribedAgreement |
DescribedAgreement.withStatus(String status)
The current status of the agreement, either
ACTIVE or INACTIVE. |
DescribedAgreement |
DescribedAgreement.withTags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for agreements.
|
DescribedAgreement |
DescribedAgreement.withTags(Tag... tags)
Key-value pairs that can be used to group and search for agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAgreementResult.setAgreement(DescribedAgreement agreement)
The details for the specified agreement, returned as a
DescribedAgreement object. |
DescribeAgreementResult |
DescribeAgreementResult.withAgreement(DescribedAgreement agreement)
The details for the specified agreement, returned as a
DescribedAgreement object. |
Copyright © 2024. All rights reserved.