Uses of Class
software.amazon.awssdk.services.acm.model.RevocationReason
-
Packages that use RevocationReason Package Description software.amazon.awssdk.services.acm.model -
-
Uses of RevocationReason in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return RevocationReason Modifier and Type Method Description static RevocationReasonRevocationReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RevocationReasonCertificateDetail. revocationReason()The reason the certificate was revoked.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 software.amazon.awssdk.services.acm.model that return types with arguments of type RevocationReason Modifier and Type Method Description static Set<RevocationReason>RevocationReason. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type RevocationReason Modifier and Type Method Description CertificateDetail.BuilderCertificateDetail.Builder. revocationReason(RevocationReason revocationReason)The reason the certificate was revoked.
-