Uses of Class
software.amazon.awssdk.services.iot.model.PercentPair
-
Packages that use PercentPair Package Description software.amazon.awssdk.services.iot.model -
-
Uses of PercentPair in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type PercentPair Modifier and Type Method Description List<PercentPair>GetPercentilesResponse. percentiles()The percentile values of the aggregated fields.Methods in software.amazon.awssdk.services.iot.model with parameters of type PercentPair Modifier and Type Method Description GetPercentilesResponse.BuilderGetPercentilesResponse.Builder. percentiles(PercentPair... percentiles)The percentile values of the aggregated fields.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type PercentPair Modifier and Type Method Description GetPercentilesResponse.BuilderGetPercentilesResponse.Builder. percentiles(Collection<PercentPair> percentiles)The percentile values of the aggregated fields.
-