| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateAuthorityUsageMode |
CertificateAuthorityUsageMode.fromValue(String value)
Use this in place of valueOf.
|
static CertificateAuthorityUsageMode |
CertificateAuthorityUsageMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withUsageMode(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.
|
CertificateAuthority |
CertificateAuthority.withUsageMode(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.
|
Copyright © 2022. All rights reserved.