| Package | Description |
|---|---|
| software.amazon.awssdk.services.acm.model |
| Modifier and Type | Method and Description |
|---|---|
static RenewalEligibility |
RenewalEligibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RenewalEligibility |
CertificateDetail.renewalEligibility()
Specifies whether the certificate is eligible for renewal.
|
RenewalEligibility |
CertificateSummary.renewalEligibility()
Specifies whether the certificate is eligible for renewal.
|
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 |
|---|---|
static Set<RenewalEligibility> |
RenewalEligibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CertificateDetail.Builder |
CertificateDetail.Builder.renewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
CertificateSummary.Builder |
CertificateSummary.Builder.renewalEligibility(RenewalEligibility renewalEligibility)
Specifies whether the certificate is eligible for renewal.
|
Copyright © 2023. All rights reserved.