Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateAuthorityRule.RuleType
-
Packages that use CertificateAuthorityRule.RuleType Package Description com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateAuthorityRule.RuleType in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateAuthorityRule.RuleType Modifier and Type Method Description static CertificateAuthorityRule.RuleTypeCertificateAuthorityRule.RuleType. create(String key)static CertificateAuthorityRule.RuleTypeCertificateAuthorityRule.RuleType. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthorityRule.RuleType[]CertificateAuthorityRule.RuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-