| Package | Description |
|---|---|
| com.amazonaws.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateAuthorityType |
CertificateAuthorityType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
CreateCertificateAuthorityRequest |
CreateCertificateAuthorityRequest.withCertificateAuthorityType(CertificateAuthorityType certificateAuthorityType)
The type of the certificate authority.
|
CertificateAuthority |
CertificateAuthority.withType(CertificateAuthorityType type)
Type of your private CA.
|
Copyright © 2018. All rights reserved.