| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static Latency.Builder |
Latency.builder() |
Latency.Builder |
Latency.Builder.p10(Double p10)
The average latency for the slowest 90 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p50(Double p50)
The average latency for the slowest 50 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p75(Double p75)
The average latency for the slowest 25 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p85(Double p85)
The average latency for the slowest 15 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p90(Double p90)
The average latency for the slowest 10 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p95(Double p95)
The average latency for the slowest 5 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p99(Double p99)
The average latency for the slowest 1 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.Builder.p999(Double p999)
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
|
Latency.Builder |
Latency.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Latency.Builder> |
Latency.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ApplicationMetrics.Builder |
ApplicationMetrics.Builder.latency(Consumer<Latency.Builder> latency)
Represents the average latency for the slowest X percent of requests over the last 10 seconds.
|
Copyright © 2019. All rights reserved.