Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.MetricSetSummary
-
Packages that use MetricSetSummary Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of MetricSetSummary in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type MetricSetSummary Modifier and Type Method Description List<MetricSetSummary>ListMetricSetsResponse. metricSetSummaryList()A list of the datasets in the AWS Region, with configuration details for each.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type MetricSetSummary Modifier and Type Method Description ListMetricSetsResponse.BuilderListMetricSetsResponse.Builder. metricSetSummaryList(MetricSetSummary... metricSetSummaryList)A list of the datasets in the AWS Region, with configuration details for each.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type MetricSetSummary Modifier and Type Method Description ListMetricSetsResponse.BuilderListMetricSetsResponse.Builder. metricSetSummaryList(Collection<MetricSetSummary> metricSetSummaryList)A list of the datasets in the AWS Region, with configuration details for each.
-