Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.RelationshipType
-
Packages that use RelationshipType Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of RelationshipType in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return RelationshipType Modifier and Type Method Description static RelationshipTypeRelationshipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelationshipTypeInterMetricImpactDetails. 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).RelationshipTypeListAnomalyGroupRelatedMetricsRequest. relationshipTypeFilter()Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.static RelationshipTypeRelationshipType. 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.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type RelationshipType Modifier and Type Method Description static Set<RelationshipType>RelationshipType. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type RelationshipType Modifier and Type Method Description InterMetricImpactDetails.BuilderInterMetricImpactDetails.Builder. relationshipType(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.BuilderListAnomalyGroupRelatedMetricsRequest.Builder. relationshipTypeFilter(RelationshipType relationshipTypeFilter)Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.
-