| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateAuthorityUsageMode |
CertificateAuthorityUsageMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateAuthorityUsageMode |
CreateCertificateAuthorityRequest.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.
|
CertificateAuthorityUsageMode |
CertificateAuthority.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 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 |
|---|---|
static Set<CertificateAuthorityUsageMode> |
CertificateAuthorityUsageMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest.Builder |
CreateCertificateAuthorityRequest.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.
|
CertificateAuthority.Builder |
CertificateAuthority.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.
|
Copyright © 2023. All rights reserved.