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 CACertificateStatus
Use this in place of valueOf.static CACertificateStatus
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 com.amazonaws.services.iot.model with parameters of type CACertificateStatusModifier and TypeMethodDescriptionvoid
UpdateCACertificateRequest.setNewStatus
(CACertificateStatus newStatus) The updated status of the CA certificate.void
CACertificate.setStatus
(CACertificateStatus status) The status of the CA certificate.void
CACertificateDescription.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.