| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceMeasurement.Builder |
PerformanceMeasurement.builder() |
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.experienceScore(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.Builder |
PerformanceMeasurement.Builder.percentOfClientLocationImpacted(Double percentOfClientLocationImpacted)
How much performance impact was caused by a health event at a client location.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.Builder.percentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
How much performance impact was caused by a health event for total traffic globally.
|
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.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.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.
|
PerformanceMeasurement.Builder |
PerformanceMeasurement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PerformanceMeasurement.Builder> |
PerformanceMeasurement.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InternetHealth.Builder |
InternetHealth.Builder.performance(Consumer<PerformanceMeasurement.Builder> performance)
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a
performance drop.
|
Copyright © 2023. All rights reserved.