| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
RelationshipType.fromValue(String value)
Use this in place of valueOf.
|
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InterMetricImpactDetails |
InterMetricImpactDetails.withRelationshipType(RelationshipType relationshipType)
Whether a measure is a potential cause of the anomaly group (
CAUSE_OF_INPUT_ANOMALY_GROUP), or
whether the measure is impacted by the anomaly group (EFFECT_OF_INPUT_ANOMALY_GROUP). |
ListAnomalyGroupRelatedMetricsRequest |
ListAnomalyGroupRelatedMetricsRequest.withRelationshipTypeFilter(RelationshipType relationshipTypeFilter)
Filter for potential causes (
CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (
EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group. |
Copyright © 2023. All rights reserved.