Uses of Class
com.oracle.bmc.cloudguard.model.ActorType
-
Packages that use ActorType Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ActorType in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ActorType Modifier and Type Method Description static ActorTypeActorType. create(String key)ActorTypeProblemHistorySummary. getActorType()Type of actor who performed the operationstatic ActorTypeActorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActorType[]ActorType. 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 ActorType Modifier and Type Method Description ProblemHistorySummary.BuilderProblemHistorySummary.Builder. actorType(ActorType actorType)Type of actor who performed the operationConstructors in com.oracle.bmc.cloudguard.model with parameters of type ActorType 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.
-