Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationMetrics
-
Packages that use ApplicationMetrics Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ApplicationMetrics in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationMetrics Modifier and Type Method Description ApplicationMetricsApplicationMetrics. clone()ApplicationMetricsDescribeEnvironmentHealthResult. getApplicationMetrics()ApplicationMetricsSingleInstanceHealth. getApplicationMetrics()ApplicationMetricsApplicationMetrics. withDuration(Integer duration)The amount of time that the metrics cover (usually 10 seconds).ApplicationMetricsApplicationMetrics. withLatency(Latency latency)Represents the average latency for the slowest X percent of requests over the last 10 seconds.ApplicationMetricsApplicationMetrics. withRequestCount(Integer requestCount)Average number of requests handled by the web server per second over the last 10 seconds.ApplicationMetricsApplicationMetrics. withStatusCodes(StatusCodes statusCodes)Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ApplicationMetrics Modifier and Type Method Description voidDescribeEnvironmentHealthResult. setApplicationMetrics(ApplicationMetrics applicationMetrics)voidSingleInstanceHealth. setApplicationMetrics(ApplicationMetrics applicationMetrics)DescribeEnvironmentHealthResultDescribeEnvironmentHealthResult. withApplicationMetrics(ApplicationMetrics applicationMetrics)SingleInstanceHealthSingleInstanceHealth. withApplicationMetrics(ApplicationMetrics applicationMetrics)
-