Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplicationMetrics
Packages that use ApplicationMetrics
-
Uses of ApplicationMetrics in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplicationMetricsModifier and TypeMethodDescriptionApplicationMetrics.clone()
DescribeEnvironmentHealthResult.getApplicationMetrics()
SingleInstanceHealth.getApplicationMetrics()
ApplicationMetrics.withDuration
(Integer duration) The amount of time that the metrics cover (usually 10 seconds).ApplicationMetrics.withLatency
(Latency latency) Represents the average latency for the slowest X percent of requests over the last 10 seconds.ApplicationMetrics.withRequestCount
(Integer requestCount) Average number of requests handled by the web server per second over the last 10 seconds.ApplicationMetrics.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 ApplicationMetricsModifier and TypeMethodDescriptionvoid
DescribeEnvironmentHealthResult.setApplicationMetrics
(ApplicationMetrics applicationMetrics) void
SingleInstanceHealth.setApplicationMetrics
(ApplicationMetrics applicationMetrics) DescribeEnvironmentHealthResult.withApplicationMetrics
(ApplicationMetrics applicationMetrics) SingleInstanceHealth.withApplicationMetrics
(ApplicationMetrics applicationMetrics)