Uses of Class
com.oracle.bmc.cloudguard.model.EventStatus
-
Packages that use EventStatus Package Description com.oracle.bmc.cloudguard.model -
-
Uses of EventStatus in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return EventStatus Modifier and Type Method Description static EventStatus
EventStatus. create(String key)
EventStatus
ProblemHistorySummary. getEventStatus()
Event statusstatic EventStatus
EventStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static EventStatus[]
EventStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type EventStatus Modifier and Type Method Description ProblemHistorySummary.Builder
ProblemHistorySummary.Builder. eventStatus(EventStatus eventStatus)
Event statusConstructors in com.oracle.bmc.cloudguard.model with parameters of type EventStatus Constructor Description ProblemHistorySummary(String id, String problemId, ActorType actorType, String actorName, String explanation, ProblemLifecycleDetail lifecycleDetail, EventStatus eventStatus, Date timeCreated, String delta, String comment, List<ResourceLock> locks)
Deprecated.
-