| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static AgreementStatusType |
AgreementStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AgreementStatusType |
ListedAgreement.status()
The agreement can be either
ACTIVE or INACTIVE. |
AgreementStatusType |
UpdateAgreementRequest.status()
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
AgreementStatusType |
CreateAgreementRequest.status()
The status of the agreement.
|
AgreementStatusType |
DescribedAgreement.status()
The current status of the agreement, either
ACTIVE or INACTIVE. |
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 |
|---|---|
static Set<AgreementStatusType> |
AgreementStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListedAgreement.Builder |
ListedAgreement.Builder.status(AgreementStatusType status)
The agreement can be either
ACTIVE or INACTIVE. |
UpdateAgreementRequest.Builder |
UpdateAgreementRequest.Builder.status(AgreementStatusType status)
You can update the status for the agreement, either activating an inactive agreement or the reverse.
|
CreateAgreementRequest.Builder |
CreateAgreementRequest.Builder.status(AgreementStatusType status)
The status of the agreement.
|
DescribedAgreement.Builder |
DescribedAgreement.Builder.status(AgreementStatusType status)
The current status of the agreement, either
ACTIVE or INACTIVE. |
Copyright © 2023. All rights reserved.