| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthorityType |
CreateCertificateAuthorityRequest.certificateAuthorityType()
The type of the certificate authority.
|
static CertificateAuthorityType |
CertificateAuthorityType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateAuthorityType |
CertificateAuthority.type()
Type of your private CA.
|
static CertificateAuthorityType |
CertificateAuthorityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateAuthorityType[] |
CertificateAuthorityType.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<CertificateAuthorityType> |
CertificateAuthorityType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityRequest.Builder |
CreateCertificateAuthorityRequest.Builder.certificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
|
CertificateAuthority.Builder |
CertificateAuthority.Builder.type(CertificateAuthorityType type)
Type of your private CA.
|
Copyright © 2023. All rights reserved.