Uses of Class
software.amazon.awssdk.services.transfer.model.AgreementStatusType
-
Packages that use AgreementStatusType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of AgreementStatusType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return AgreementStatusType Modifier and Type Method Description static AgreementStatusTypeAgreementStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AgreementStatusTypeCreateAgreementRequest. status()The status of the agreement.AgreementStatusTypeDescribedAgreement. status()The current status of the agreement, eitherACTIVEorINACTIVE.AgreementStatusTypeListedAgreement. status()The agreement can be eitherACTIVEorINACTIVE.AgreementStatusTypeUpdateAgreementRequest. status()You can update the status for the agreement, either activating an inactive agreement or the reverse.static AgreementStatusTypeAgreementStatusType. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type AgreementStatusType Modifier and Type Method Description static Set<AgreementStatusType>AgreementStatusType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type AgreementStatusType Modifier and Type Method Description CreateAgreementRequest.BuilderCreateAgreementRequest.Builder. status(AgreementStatusType status)The status of the agreement.DescribedAgreement.BuilderDescribedAgreement.Builder. status(AgreementStatusType status)The current status of the agreement, eitherACTIVEorINACTIVE.ListedAgreement.BuilderListedAgreement.Builder. status(AgreementStatusType status)The agreement can be eitherACTIVEorINACTIVE.UpdateAgreementRequest.BuilderUpdateAgreementRequest.Builder. status(AgreementStatusType status)You can update the status for the agreement, either activating an inactive agreement or the reverse.
-