Uses of Enum
com.amazonaws.services.certificatemanager.model.RevocationReason
Packages that use RevocationReason
-
Uses of RevocationReason in com.amazonaws.services.certificatemanager.model
Subclasses with type arguments of type RevocationReason in com.amazonaws.services.certificatemanager.modelMethods in com.amazonaws.services.certificatemanager.model that return RevocationReasonModifier and TypeMethodDescriptionstatic RevocationReasonUse this in place of valueOf.static RevocationReasonReturns 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 TypeMethodDescriptionvoidCertificateDetail.setRevocationReason(RevocationReason revocationReason) ARevocationReasonenumeration value that indicates why the certificate was revoked.CertificateDetail.withRevocationReason(RevocationReason revocationReason) ARevocationReasonenumeration value that indicates why the certificate was revoked.