Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogEvent
-
Packages that use LogEvent Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 LogEvent Modifier and Type Method Description List<LogEvent>Anomaly. 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 LogEvent Modifier and Type Method Description Anomaly.BuilderAnomaly.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 LogEvent Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. logSamples(Collection<LogEvent> logSamples)An array of sample log event messages that are considered to be part of this anomaly.
-