| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
CertificateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CertificateType |
Certificate.type()
The function that the registered certificate performs.
|
CertificateType |
CertificateInfo.type()
The function that the registered certificate performs.
|
CertificateType |
RegisterCertificateRequest.type()
The function that the registered certificate performs.
|
static CertificateType |
CertificateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateType[] |
CertificateType.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<CertificateType> |
CertificateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Certificate.Builder |
Certificate.Builder.type(CertificateType type)
The function that the registered certificate performs.
|
CertificateInfo.Builder |
CertificateInfo.Builder.type(CertificateType type)
The function that the registered certificate performs.
|
RegisterCertificateRequest.Builder |
RegisterCertificateRequest.Builder.type(CertificateType type)
The function that the registered certificate performs.
|
Copyright © 2023. All rights reserved.