Uses of Class
com.floragunn.searchguard.auditlog.sink.WebhookSink.WebhookFormat
-
Packages that use WebhookSink.WebhookFormat Package Description com.floragunn.searchguard.auditlog.sink -
-
Uses of WebhookSink.WebhookFormat in com.floragunn.searchguard.auditlog.sink
Methods in com.floragunn.searchguard.auditlog.sink that return WebhookSink.WebhookFormat Modifier and Type Method Description static WebhookSink.WebhookFormatWebhookSink.WebhookFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static WebhookSink.WebhookFormat[]WebhookSink.WebhookFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-