Uses of Enum
com.amazonaws.services.certificatemanager.model.RevocationReason
Packages that use RevocationReason
-
Uses of RevocationReason in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReason
Use this in place of valueOf.static RevocationReason
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 RevocationReasonModifier and TypeMethodDescriptionvoid
CertificateDetail.setRevocationReason
(RevocationReason revocationReason) ARevocationReason
enumeration value that indicates why the certificate was revoked.CertificateDetail.withRevocationReason
(RevocationReason revocationReason) ARevocationReason
enumeration value that indicates why the certificate was revoked.