Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogEvent
Packages that use LogEvent
-
Uses of LogEvent in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogEventModifier and TypeMethodDescriptionAnomaly.logSamples()An array of sample log event messages that are considered to be part of this anomaly.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogEventModifier and TypeMethodDescriptionAnomaly.Builder.logSamples(LogEvent... logSamples) An array of sample log event messages that are considered to be part of this anomaly.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogEventModifier and TypeMethodDescriptionAnomaly.Builder.logSamples(Collection<LogEvent> logSamples) An array of sample log event messages that are considered to be part of this anomaly.