| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
PercentPair |
PercentPair.clone() |
PercentPair |
PercentPair.withPercent(Double percent)
The percentile.
|
PercentPair |
PercentPair.withValue(Double value)
The value of the percentile.
|
| Modifier and Type | Method and Description |
|---|---|
List<PercentPair> |
GetPercentilesResult.getPercentiles()
The percentile values of the aggregated fields.
|
| Modifier and Type | Method and Description |
|---|---|
GetPercentilesResult |
GetPercentilesResult.withPercentiles(PercentPair... percentiles)
The percentile values of the aggregated fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPercentilesResult.setPercentiles(Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
GetPercentilesResult |
GetPercentilesResult.withPercentiles(Collection<PercentPair> percentiles)
The percentile values of the aggregated fields.
|
Copyright © 2024. All rights reserved.