Uses of Class
com.amazonaws.services.elasticbeanstalk.model.Latency
Packages that use Latency
-
Uses of Latency in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return LatencyModifier and TypeMethodDescriptionLatency.clone()
ApplicationMetrics.getLatency()
Represents the average latency for the slowest X percent of requests over the last 10 seconds.The average latency for the slowest 90 percent of requests over the last 10 seconds.The average latency for the slowest 50 percent of requests over the last 10 seconds.The average latency for the slowest 25 percent of requests over the last 10 seconds.The average latency for the slowest 15 percent of requests over the last 10 seconds.The average latency for the slowest 10 percent of requests over the last 10 seconds.The average latency for the slowest 5 percent of requests over the last 10 seconds.The average latency for the slowest 1 percent of requests over the last 10 seconds.The average latency for the slowest 0.1 percent of requests over the last 10 seconds.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type LatencyModifier and TypeMethodDescriptionvoid
ApplicationMetrics.setLatency
(Latency latency) Represents the average latency for the slowest X percent of requests over the last 10 seconds.ApplicationMetrics.withLatency
(Latency latency) Represents the average latency for the slowest X percent of requests over the last 10 seconds.