Uses of Class
software.amazon.awssdk.services.cloudwatch.model.ScheduledQueryConfiguration
Packages that use ScheduledQueryConfiguration
-
Uses of ScheduledQueryConfiguration in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ScheduledQueryConfigurationModifier and TypeMethodDescriptionLogAlarm.scheduledQueryConfiguration()The configuration of the underlying CloudWatch Logs scheduled query, including the query string, log groups, schedule, aggregation expression, and the ARN of the managed scheduled query.PutLogAlarmRequest.scheduledQueryConfiguration()The configuration of the underlying CloudWatch Logs scheduled query that this alarm evaluates, including the query string, log groups, schedule, and aggregation expression.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ScheduledQueryConfigurationModifier and TypeMethodDescriptionLogAlarm.Builder.scheduledQueryConfiguration(ScheduledQueryConfiguration scheduledQueryConfiguration) The configuration of the underlying CloudWatch Logs scheduled query, including the query string, log groups, schedule, aggregation expression, and the ARN of the managed scheduled query.PutLogAlarmRequest.Builder.scheduledQueryConfiguration(ScheduledQueryConfiguration scheduledQueryConfiguration) The configuration of the underlying CloudWatch Logs scheduled query that this alarm evaluates, including the query string, log groups, schedule, and aggregation expression.