Uses of Class
software.amazon.awssdk.services.artifact.model.CustomerAgreementState
-
Packages that use CustomerAgreementState Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of CustomerAgreementState in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return CustomerAgreementState Modifier and Type Method Description static CustomerAgreementStateCustomerAgreementState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomerAgreementStateCustomerAgreementSummary. state()State of the resource.static CustomerAgreementStateCustomerAgreementState. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerAgreementState[]CustomerAgreementState. 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 CustomerAgreementState Modifier and Type Method Description static Set<CustomerAgreementState>CustomerAgreementState. knownValues()Methods in software.amazon.awssdk.services.artifact.model with parameters of type CustomerAgreementState Modifier and Type Method Description CustomerAgreementSummary.BuilderCustomerAgreementSummary.Builder. state(CustomerAgreementState state)State of the resource.
-