Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.AlertSummary
-
Packages that use AlertSummary Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of AlertSummary in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type AlertSummary Modifier and Type Method Description List<AlertSummary>ListAlertsResponse. alertSummaryList()Contains information about an alert.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type AlertSummary Modifier and Type Method Description ListAlertsResponse.BuilderListAlertsResponse.Builder. alertSummaryList(AlertSummary... alertSummaryList)Contains information about an alert.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type AlertSummary Modifier and Type Method Description ListAlertsResponse.BuilderListAlertsResponse.Builder. alertSummaryList(Collection<AlertSummary> alertSummaryList)Contains information about an alert.
-