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 RevocationReason
RevocationReason. fromValue(String value)
Use this in place of valueOf.static RevocationReason
RevocationReason. 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 void
CertificateDetail. setRevocationReason(RevocationReason revocationReason)
ARevocationReason
enumeration value that indicates why the certificate was revoked.CertificateDetail
CertificateDetail. withRevocationReason(RevocationReason revocationReason)
ARevocationReason
enumeration value that indicates why the certificate was revoked.
-