Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private Latency |
ApplicationMetrics.latency
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
Modifier and Type | Method and Description |
---|---|
Latency |
Latency.clone() |
Latency |
ApplicationMetrics.getLatency()
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
Latency |
Latency.withP10(java.lang.Double p10)
The average latency for the slowest 90 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP50(java.lang.Double p50)
The average latency for the slowest 50 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP75(java.lang.Double p75)
The average latency for the slowest 25 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP85(java.lang.Double p85)
The average latency for the slowest 15 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP90(java.lang.Double p90)
The average latency for the slowest 10 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP95(java.lang.Double p95)
The average latency for the slowest 5 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP99(java.lang.Double p99)
The average latency for the slowest 1 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP999(java.lang.Double p999)
The average latency for the slowest 0.1 percent of requests over the last
10 seconds.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationMetrics.setLatency(Latency latency)
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
ApplicationMetrics |
ApplicationMetrics.withLatency(Latency latency)
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
Modifier and Type | Method and Description |
---|---|
Latency |
LatencyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |