Uses of Interface
software.amazon.awssdk.services.internetmonitor.model.RoundTripTime.Builder
-
Packages that use RoundTripTime.Builder Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of RoundTripTime.Builder in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return RoundTripTime.Builder Modifier and Type Method Description static RoundTripTime.BuilderRoundTripTime. builder()RoundTripTime.BuilderRoundTripTime.Builder. p50(Double p50)RTT at the 50th percentile (p50).RoundTripTime.BuilderRoundTripTime.Builder. p90(Double p90)RTT at the 90th percentile (p90).RoundTripTime.BuilderRoundTripTime.Builder. p95(Double p95)RTT at the 95th percentile (p95).RoundTripTime.BuilderRoundTripTime. toBuilder()Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type RoundTripTime.Builder Modifier and Type Method Description static Class<? extends RoundTripTime.Builder>RoundTripTime. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type RoundTripTime.Builder Modifier and Type Method Description default PerformanceMeasurement.BuilderPerformanceMeasurement.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.
-