Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.TimeSeriesFeedback
-
Packages that use TimeSeriesFeedback Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of TimeSeriesFeedback in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type TimeSeriesFeedback Modifier and Type Method Description List<TimeSeriesFeedback>GetFeedbackResponse. anomalyGroupTimeSeriesFeedback()Feedback for an anomalous metric.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type TimeSeriesFeedback Modifier and Type Method Description GetFeedbackResponse.BuilderGetFeedbackResponse.Builder. anomalyGroupTimeSeriesFeedback(TimeSeriesFeedback... anomalyGroupTimeSeriesFeedback)Feedback for an anomalous metric.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type TimeSeriesFeedback Modifier and Type Method Description GetFeedbackResponse.BuilderGetFeedbackResponse.Builder. anomalyGroupTimeSeriesFeedback(Collection<TimeSeriesFeedback> anomalyGroupTimeSeriesFeedback)Feedback for an anomalous metric.
-