Uses of Class
org.onebusaway.aws.monitoring.model.metrics.MetricName
-
Packages that use MetricName Package Description org.onebusaway.aws.monitoring.impl.alarms org.onebusaway.aws.monitoring.impl.metrics org.onebusaway.aws.monitoring.model.metrics -
-
Uses of MetricName in org.onebusaway.aws.monitoring.impl.alarms
Methods in org.onebusaway.aws.monitoring.impl.alarms with parameters of type MetricName Modifier and Type Method Description protected com.amazonaws.services.cloudwatch.model.PutMetricAlarmRequestAlarmsTemplate. getMetricAlarmRequest(MetricName metricName)protected com.amazonaws.services.cloudwatch.model.PutMetricAlarmRequestAlarmsTemplate. getRDSMetricAlarmRequest(MetricName metricName, String alarmName, String dbInstance)protected com.amazonaws.services.cloudwatch.model.PutMetricAlarmRequestAlarmsTemplate. getSQSMetricAlarmRequest(MetricName metricName, String sqsQueue) -
Uses of MetricName in org.onebusaway.aws.monitoring.impl.metrics
Methods in org.onebusaway.aws.monitoring.impl.metrics with parameters of type MetricName Modifier and Type Method Description voidMetricsTemplate. publishMetric(MetricName metricName, com.amazonaws.services.cloudwatch.model.StandardUnit unit, Double metric)voidMetricsTemplate. publishWatchdogMetric(String url, MetricName metricName, com.amazonaws.services.cloudwatch.model.StandardUnit unit) -
Uses of MetricName in org.onebusaway.aws.monitoring.model.metrics
Methods in org.onebusaway.aws.monitoring.model.metrics that return MetricName Modifier and Type Method Description static MetricNameMetricName. fromValue(String value)Use this in place of valueOf.static MetricNameMetricName. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricName[]MetricName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-