Uses of Class
software.amazon.awssdk.services.acmpca.model.CertificateAuthorityStatus
-
Packages that use CertificateAuthorityStatus Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CertificateAuthorityStatus in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return CertificateAuthorityStatus Modifier and Type Method Description static CertificateAuthorityStatusCertificateAuthorityStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CertificateAuthorityStatusCertificateAuthority. status()Status of your private CA.CertificateAuthorityStatusUpdateCertificateAuthorityRequest. status()Status of your private CA.static CertificateAuthorityStatusCertificateAuthorityStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthorityStatus[]CertificateAuthorityStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type CertificateAuthorityStatus Modifier and Type Method Description static Set<CertificateAuthorityStatus>CertificateAuthorityStatus. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CertificateAuthorityStatus Modifier and Type Method Description CertificateAuthority.BuilderCertificateAuthority.Builder. status(CertificateAuthorityStatus status)Status of your private CA.UpdateCertificateAuthorityRequest.BuilderUpdateCertificateAuthorityRequest.Builder. status(CertificateAuthorityStatus status)Status of your private CA.
-