Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.Latency
-
Packages that use Latency Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of Latency in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return Latency Modifier and Type Method Description LatencyApplicationMetrics. latency()Represents the average latency for the slowest X percent of requests over the last 10 seconds.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type Latency Modifier and Type Method Description ApplicationMetrics.BuilderApplicationMetrics.Builder. latency(Latency latency)Represents the average latency for the slowest X percent of requests over the last 10 seconds.
-