Uses of Class
com.amazonaws.services.certificatemanager.model.RevocationReason
-
Packages that use RevocationReason Package Description com.amazonaws.services.certificatemanager.model -
-
Uses of RevocationReason in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return RevocationReason Modifier and Type Method Description static RevocationReasonRevocationReason. fromValue(String value)Use this in place of valueOf.static RevocationReasonRevocationReason. valueOf(String name)Returns the enum constant of this type with the specified name.static RevocationReason[]RevocationReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.certificatemanager.model with parameters of type RevocationReason Modifier and Type Method Description voidCertificateDetail. setRevocationReason(RevocationReason revocationReason)ARevocationReasonenumeration value that indicates why the certificate was revoked.CertificateDetailCertificateDetail. withRevocationReason(RevocationReason revocationReason)ARevocationReasonenumeration value that indicates why the certificate was revoked.
-