Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.StatisticalIssueStatus
-
Packages that use StatisticalIssueStatus Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of StatisticalIssueStatus in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return StatisticalIssueStatus Modifier and Type Method Description static StatisticalIssueStatusStatisticalIssueStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatisticalIssueStatusCategoricalValues. status()Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatusLargeTimestampGaps. status()Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatusMonotonicValues. status()Indicates whether there is a potential data issue related to having monotonic values.StatisticalIssueStatusMultipleOperatingModes. status()Indicates whether there is a potential data issue related to having multiple operating modes.static StatisticalIssueStatusStatisticalIssueStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StatisticalIssueStatus[]StatisticalIssueStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type StatisticalIssueStatus Modifier and Type Method Description static Set<StatisticalIssueStatus>StatisticalIssueStatus. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type StatisticalIssueStatus Modifier and Type Method Description CategoricalValues.BuilderCategoricalValues.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to categorical values.LargeTimestampGaps.BuilderLargeTimestampGaps.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to large gaps in timestamps.MonotonicValues.BuilderMonotonicValues.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to having monotonic values.MultipleOperatingModes.BuilderMultipleOperatingModes.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to having multiple operating modes.
-