Uses of Enum Class
org.graylog2.datanode.RemoteReindexAllowlistEvent.ACTION
Packages that use RemoteReindexAllowlistEvent.ACTION
-
Uses of RemoteReindexAllowlistEvent.ACTION in org.graylog2.datanode
Methods in org.graylog2.datanode that return RemoteReindexAllowlistEvent.ACTIONModifier and TypeMethodDescriptionRemoteReindexAllowlistEvent.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static RemoteReindexAllowlistEvent.ACTION[]RemoteReindexAllowlistEvent.ACTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.graylog2.datanode with parameters of type RemoteReindexAllowlistEvent.ACTIONModifierConstructorDescriptionRemoteReindexAllowlistEvent(List<String> allowlist, RemoteReindexAllowlistEvent.ACTION action, List<String> pemEncodedTrustedCertificates) Creates an instance of aRemoteReindexAllowlistEventrecord class.