Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.EventSource
-
Packages that use EventSource Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of EventSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EventSource Modifier and Type Method Description EventSourceParseToOCSF. eventSource()Specify the service or process that produces the log events that will be converted with this processor.static EventSourceEventSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceEventSource. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSource[]EventSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type EventSource Modifier and Type Method Description static Set<EventSource>EventSource. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EventSource Modifier and Type Method Description ParseToOCSF.BuilderParseToOCSF.Builder. eventSource(EventSource eventSource)Specify the service or process that produces the log events that will be converted with this processor.
-