| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static CertificateType |
CertificateType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CertificateDetail.setType(CertificateType type)
The source of the certificate.
|
CertificateDetail |
CertificateDetail.withType(CertificateType type)
The source of the certificate.
|
CertificateSummary |
CertificateSummary.withType(CertificateType type)
The source of the certificate.
|
Copyright © 2022. All rights reserved.