| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceMeasurement |
PerformanceMeasurement.clone() |
PerformanceMeasurement |
InternetHealth.getPerformance()
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance
drop.
|
PerformanceMeasurement |
PerformanceMeasurement.withExperienceScore(Double experienceScore)
Experience scores, or health scores, are calculated for different geographic and network provider combinations
(that is, different granularities) and also totaled into global scores.
|
PerformanceMeasurement |
PerformanceMeasurement.withPercentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location.
|
PerformanceMeasurement |
PerformanceMeasurement.withPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
How much performance impact was caused by a health event for total traffic globally.
|
PerformanceMeasurement |
PerformanceMeasurement.withRoundTripTime(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternetHealth.setPerformance(PerformanceMeasurement performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance
drop.
|
InternetHealth |
InternetHealth.withPerformance(PerformanceMeasurement performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance
drop.
|
Copyright © 2023. All rights reserved.