Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorType
-
Packages that use AnomalyDetectorType Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AnomalyDetectorType in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorType Modifier and Type Method Description static AnomalyDetectorTypeAnomalyDetectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalyDetectorTypeAnomalyDetectorType. valueOf(String name)Returns 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 AnomalyDetectorType Modifier and Type Method Description 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 AnomalyDetectorType Modifier and Type Method Description DescribeAnomalyDetectorsRequest.BuilderDescribeAnomalyDetectorsRequest.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 AnomalyDetectorType Modifier and Type Method Description DescribeAnomalyDetectorsRequest.BuilderDescribeAnomalyDetectorsRequest.Builder. anomalyDetectorTypes(Collection<AnomalyDetectorType> anomalyDetectorTypes)The anomaly detector types to request when usingDescribeAnomalyDetectorsInput.
-