Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorType
Packages that use AnomalyDetectorType
-
Uses of AnomalyDetectorType in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorTypeModifier and TypeMethodDescriptionstatic AnomalyDetectorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalyDetectorTypeReturns the enum constant of this type with the specified name.static AnomalyDetectorType[]AnomalyDetectorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AnomalyDetectorTypeModifier and TypeMethodDescriptionfinal List<AnomalyDetectorType>DescribeAnomalyDetectorsRequest.anomalyDetectorTypes()The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.static Set<AnomalyDetectorType>AnomalyDetectorType.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorTypeModifier and TypeMethodDescriptionDescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypes(AnomalyDetectorType... anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AnomalyDetectorTypeModifier and TypeMethodDescriptionDescribeAnomalyDetectorsRequest.Builder.anomalyDetectorTypes(Collection<AnomalyDetectorType> anomalyDetectorTypes) The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.