public static class AuditLifecycleEvent.AuditLifecycleEventType extends Object
AuditLifecycleEventType class describes the audit service lifecycle event types
that are supported.| Modifier and Type | Field and Description |
|---|---|
static AuditLifecycleEvent.AuditLifecycleEventType |
START_AUDIT
Represents the "start audit" lifecycle type.
|
static AuditLifecycleEvent.AuditLifecycleEventType |
STOP_AUDIT
Represents the "stop audit" lifecycle type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns the event type associated with this
AuditLifecycleEventType,
represented as a String. |
public static final AuditLifecycleEvent.AuditLifecycleEventType START_AUDIT
public static final AuditLifecycleEvent.AuditLifecycleEventType STOP_AUDIT