Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.MetricSource
-
Packages that use MetricSource Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of MetricSource in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return MetricSource Modifier and Type Method Description MetricSourceCreateMetricSetRequest. metricSource()Contains information about how the source data should be interpreted.MetricSourceDescribeMetricSetResponse. metricSource()Contains information about the dataset's source data.MetricSourceUpdateMetricSetRequest. metricSource()Returns the value of the MetricSource property for this object.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type MetricSource Modifier and Type Method Description CreateMetricSetRequest.BuilderCreateMetricSetRequest.Builder. metricSource(MetricSource metricSource)Contains information about how the source data should be interpreted.DescribeMetricSetResponse.BuilderDescribeMetricSetResponse.Builder. metricSource(MetricSource metricSource)Contains information about the dataset's source data.UpdateMetricSetRequest.BuilderUpdateMetricSetRequest.Builder. metricSource(MetricSource metricSource)Sets the value of the MetricSource property for this object.
-