| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static RoundTripTime.Builder |
RoundTripTime.builder() |
RoundTripTime.Builder |
RoundTripTime.Builder.p50(Double p50)
RTT at the 50th percentile (p50).
|
RoundTripTime.Builder |
RoundTripTime.Builder.p90(Double p90)
RTT at the 90th percentile (p90).
|
RoundTripTime.Builder |
RoundTripTime.Builder.p95(Double p95)
RTT at the 95th percentile (p95).
|
RoundTripTime.Builder |
RoundTripTime.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RoundTripTime.Builder> |
RoundTripTime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.roundTripTime(Consumer<RoundTripTime.Builder> roundTripTime)
This is the percentage of how much round-trip time increased during the event compared to typical round-trip
time for your application for traffic.
|
Copyright © 2023. All rights reserved.