Uses of Class
software.amazon.awssdk.services.acm.model.RenewalStatus
-
Packages that use RenewalStatus Package Description software.amazon.awssdk.services.acm.model -
-
Uses of RenewalStatus in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return RenewalStatus Modifier and Type Method Description static RenewalStatusRenewalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RenewalStatusRenewalSummary. renewalStatus()The status of ACM's managed renewal of the certificate.static RenewalStatusRenewalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RenewalStatus[]RenewalStatus. 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 RenewalStatus Modifier and Type Method Description static Set<RenewalStatus>RenewalStatus. knownValues()Methods in software.amazon.awssdk.services.acm.model with parameters of type RenewalStatus Modifier and Type Method Description RenewalSummary.BuilderRenewalSummary.Builder. renewalStatus(RenewalStatus renewalStatus)The status of ACM's managed renewal of the certificate.
-