Uses of Class
software.amazon.awssdk.services.acm.model.RenewalEligibility
-
Packages that use RenewalEligibility Package Description software.amazon.awssdk.services.acm.model -
-
Uses of RenewalEligibility in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return RenewalEligibility Modifier and Type Method Description static RenewalEligibilityRenewalEligibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RenewalEligibilityCertificateDetail. renewalEligibility()Specifies whether the certificate is eligible for renewal.RenewalEligibilityCertificateSummary. renewalEligibility()Specifies whether the certificate is eligible for renewal.static RenewalEligibilityRenewalEligibility. 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.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type RenewalEligibility Modifier and Type Method Description static Set<RenewalEligibility>RenewalEligibility. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type RenewalEligibility Modifier and Type Method Description CertificateDetail.BuilderCertificateDetail.Builder. renewalEligibility(RenewalEligibility renewalEligibility)Specifies whether the certificate is eligible for renewal.CertificateSummary.BuilderCertificateSummary.Builder. renewalEligibility(RenewalEligibility renewalEligibility)Specifies whether the certificate is eligible for renewal.
-