Uses of Class
software.amazon.awssdk.services.internetmonitor.model.RoundTripTime
-
Packages that use RoundTripTime Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of RoundTripTime in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return RoundTripTime Modifier and Type Method Description RoundTripTimePerformanceMeasurement. 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.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type RoundTripTime Modifier and Type Method Description PerformanceMeasurement.BuilderPerformanceMeasurement.Builder. roundTripTime(RoundTripTime 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.
-