Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.EventSource
Packages that use EventSource
-
Uses of EventSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return EventSourceModifier and TypeMethodDescriptionfinal EventSourceParseToOCSF.eventSource()Specify the service or process that produces the log events that will be converted with this processor.static EventSourceUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceReturns 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 EventSourceMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type EventSourceModifier and TypeMethodDescriptionParseToOCSF.Builder.eventSource(EventSource eventSource) Specify the service or process that produces the log events that will be converted with this processor.