Uses of Class
software.amazon.awssdk.services.iot.model.CACertificateStatus
-
Packages that use CACertificateStatus Package Description software.amazon.awssdk.services.iot.model -
-
Uses of CACertificateStatus in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return CACertificateStatus Modifier and Type Method Description static CACertificateStatusCACertificateStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CACertificateStatusUpdateCaCertificateRequest. newStatus()The updated status of the CA certificate.CACertificateStatusCACertificate. status()The status of the CA certificate.CACertificateStatusCACertificateDescription. status()The status of a CA certificate.static CACertificateStatusCACertificateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CACertificateStatus[]CACertificateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type CACertificateStatus Modifier and Type Method Description static Set<CACertificateStatus>CACertificateStatus. knownValues()Methods in software.amazon.awssdk.services.iot.model with parameters of type CACertificateStatus Modifier and Type Method Description UpdateCaCertificateRequest.BuilderUpdateCaCertificateRequest.Builder. newStatus(CACertificateStatus newStatus)The updated status of the CA certificate.CACertificate.BuilderCACertificate.Builder. status(CACertificateStatus status)The status of the CA certificate.CACertificateDescription.BuilderCACertificateDescription.Builder. status(CACertificateStatus status)The status of a CA certificate.
-