Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.CountPercent
-
Packages that use CountPercent Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of CountPercent in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return CountPercent Modifier and Type Method Description CountPercentSensorStatisticsSummary. duplicateTimestamps()Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.CountPercentSensorStatisticsSummary. invalidDateEntries()Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.CountPercentSensorStatisticsSummary. invalidValues()Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.CountPercentSensorStatisticsSummary. missingValues()Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type CountPercent Modifier and Type Method Description SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. duplicateTimestamps(CountPercent duplicateTimestamps)Parameter that describes the total number of duplicate timestamp records associated with the sensor that the statistics belong to.SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. invalidDateEntries(CountPercent invalidDateEntries)Parameter that describes the total number of invalid date entries associated with the sensor that the statistics belong to.SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. invalidValues(CountPercent invalidValues)Parameter that describes the total number of, and percentage of, values that are invalid for the sensor that the statistics belong to.SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. missingValues(CountPercent missingValues)Parameter that describes the total number of, and percentage of, values that are missing for the sensor that the statistics belong to.
-