| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static RenewalEligibility |
RenewalEligibility.fromValue(String value)
Use this in place of valueOf.
|
static RenewalEligibility |
RenewalEligibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenewalEligibility[] |
RenewalEligibility.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.setRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary |
CertificateSummary.withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateDetail |
CertificateDetail.withRenewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
Copyright © 2024. All rights reserved.