Uses of Class
software.amazon.awssdk.services.devopsguru.model.LogAnomalyShowcase
-
Packages that use LogAnomalyShowcase Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of LogAnomalyShowcase in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type LogAnomalyShowcase Modifier and Type Method Description List<LogAnomalyShowcase>AnomalousLogGroup. logAnomalyShowcases()The log anomalies in the log group.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type LogAnomalyShowcase Modifier and Type Method Description AnomalousLogGroup.BuilderAnomalousLogGroup.Builder. logAnomalyShowcases(LogAnomalyShowcase... logAnomalyShowcases)The log anomalies in the log group.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type LogAnomalyShowcase Modifier and Type Method Description AnomalousLogGroup.BuilderAnomalousLogGroup.Builder. logAnomalyShowcases(Collection<LogAnomalyShowcase> logAnomalyShowcases)The log anomalies in the log group.
-