Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.AgreementStatus
-
Packages that use AgreementStatus Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of AgreementStatus in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return AgreementStatus Modifier and Type Method Description static AgreementStatusAgreementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AgreementStatusAgreementViewSummary. status()The current status of the agreement.AgreementStatusDescribeAgreementResponse. status()The current status of the agreement.static AgreementStatusAgreementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AgreementStatus[]AgreementStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type AgreementStatus Modifier and Type Method Description static Set<AgreementStatus>AgreementStatus. knownValues()Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type AgreementStatus Modifier and Type Method Description AgreementViewSummary.BuilderAgreementViewSummary.Builder. status(AgreementStatus status)The current status of the agreement.DescribeAgreementResponse.BuilderDescribeAgreementResponse.Builder. status(AgreementStatus status)The current status of the agreement.
-