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