Uses of Interface
software.amazon.awssdk.services.devopsguru.model.LogsAnomalyDetectionIntegration.Builder
-
Packages that use LogsAnomalyDetectionIntegration.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of LogsAnomalyDetectionIntegration.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return LogsAnomalyDetectionIntegration.Builder Modifier and Type Method Description static LogsAnomalyDetectionIntegration.BuilderLogsAnomalyDetectionIntegration. builder()LogsAnomalyDetectionIntegration.BuilderLogsAnomalyDetectionIntegration.Builder. optInStatus(String optInStatus)Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.LogsAnomalyDetectionIntegration.BuilderLogsAnomalyDetectionIntegration.Builder. optInStatus(OptInStatus optInStatus)Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.LogsAnomalyDetectionIntegration.BuilderLogsAnomalyDetectionIntegration. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type LogsAnomalyDetectionIntegration.Builder Modifier and Type Method Description static Class<? extends LogsAnomalyDetectionIntegration.Builder>LogsAnomalyDetectionIntegration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type LogsAnomalyDetectionIntegration.Builder Modifier and Type Method Description default ServiceIntegrationConfig.BuilderServiceIntegrationConfig.Builder. logsAnomalyDetection(Consumer<LogsAnomalyDetectionIntegration.Builder> logsAnomalyDetection)Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
-