Uses of Class
software.amazon.awssdk.services.artifact.model.AgreementType
-
Packages that use AgreementType Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of AgreementType in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return AgreementType Modifier and Type Method Description static AgreementTypeAgreementType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AgreementTypeCustomerAgreementSummary. type()Type of the customer-agreement resource.static AgreementTypeAgreementType. valueOf(String name)Returns the enum constant of this type with the specified name.static AgreementType[]AgreementType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type AgreementType Modifier and Type Method Description static Set<AgreementType>AgreementType. knownValues()Methods in software.amazon.awssdk.services.artifact.model with parameters of type AgreementType Modifier and Type Method Description CustomerAgreementSummary.BuilderCustomerAgreementSummary.Builder. type(AgreementType type)Type of the customer-agreement resource.
-