Uses of Class
software.amazon.awssdk.services.acmpca.model.CertificateAuthorityUsageMode
-
Packages that use CertificateAuthorityUsageMode Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CertificateAuthorityUsageMode in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return CertificateAuthorityUsageMode Modifier and Type Method Description static CertificateAuthorityUsageModeCertificateAuthorityUsageMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CertificateAuthorityUsageModeCertificateAuthority. usageMode()Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.CertificateAuthorityUsageModeCreateCertificateAuthorityRequest. usageMode()Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.static CertificateAuthorityUsageModeCertificateAuthorityUsageMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateAuthorityUsageMode[]CertificateAuthorityUsageMode. 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 CertificateAuthorityUsageMode Modifier and Type Method Description static Set<CertificateAuthorityUsageMode>CertificateAuthorityUsageMode. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CertificateAuthorityUsageMode Modifier and Type Method Description CertificateAuthority.BuilderCertificateAuthority.Builder. usageMode(CertificateAuthorityUsageMode usageMode)Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.CreateCertificateAuthorityRequest.BuilderCreateCertificateAuthorityRequest.Builder. usageMode(CertificateAuthorityUsageMode usageMode)Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.
-