| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm.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 |
CertificateSummary.type()
The source of the certificate.
|
CertificateType |
CertificateDetail.type()
The source of the certificate.
|
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 |
|---|---|
CertificateSummary.Builder |
CertificateSummary.Builder.type(CertificateType type)
The source of the certificate.
|
CertificateDetail.Builder |
CertificateDetail.Builder.type(CertificateType type)
The source of the certificate.
|
Copyright © 2023. All rights reserved.