Uses of Enum
com.amazonaws.services.iot.model.CACertificateStatus
Packages that use CACertificateStatus
-
Uses of CACertificateStatus in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return CACertificateStatusModifier and TypeMethodDescriptionstatic CACertificateStatusUse this in place of valueOf.static CACertificateStatusReturns 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 com.amazonaws.services.iot.model with parameters of type CACertificateStatusModifier and TypeMethodDescriptionvoidUpdateCACertificateRequest.setNewStatus(CACertificateStatus newStatus) The updated status of the CA certificate.voidCACertificate.setStatus(CACertificateStatus status) The status of the CA certificate.voidCACertificateDescription.setStatus(CACertificateStatus status) The status of a CA certificate.UpdateCACertificateRequest.withNewStatus(CACertificateStatus newStatus) The updated status of the CA certificate.CACertificate.withStatus(CACertificateStatus status) The status of the CA certificate.CACertificateDescription.withStatus(CACertificateStatus status) The status of a CA certificate.