| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static AgreementStatusType |
AgreementStatusType.fromValue(String value)
Use this in place of valueOf.
|
static AgreementStatusType |
AgreementStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgreementStatusType[] |
AgreementStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedAgreement |
DescribedAgreement.withStatus(AgreementStatusType status)
The current status of the agreement, either
ACTIVE or INACTIVE. |
ListedAgreement |
ListedAgreement.withStatus(AgreementStatusType status)
The agreement can be either
ACTIVE or INACTIVE. |
CreateAgreementRequest |
CreateAgreementRequest.withStatus(AgreementStatusType status)
The status of the agreement.
|
UpdateAgreementRequest |
UpdateAgreementRequest.withStatus(AgreementStatusType status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
Copyright © 2025. All rights reserved.