| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorSummary |
MonitorSummary.clone() |
MonitorSummary |
MonitorSummary.withCreationTime(Date creationTime)
When the monitor resource was created.
|
MonitorSummary |
MonitorSummary.withLastModificationTime(Date lastModificationTime)
The last time the monitor resource was modified.
|
MonitorSummary |
MonitorSummary.withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
|
MonitorSummary |
MonitorSummary.withMonitorName(String monitorName)
The name of the monitor resource.
|
MonitorSummary |
MonitorSummary.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the predictor being monitored.
|
MonitorSummary |
MonitorSummary.withStatus(String status)
The status of the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitorSummary> |
ListMonitorsResult.getMonitors()
An array of objects that summarize each monitor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResult |
ListMonitorsResult.withMonitors(MonitorSummary... monitors)
An array of objects that summarize each monitor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsResult.setMonitors(Collection<MonitorSummary> monitors)
An array of objects that summarize each monitor's properties.
|
ListMonitorsResult |
ListMonitorsResult.withMonitors(Collection<MonitorSummary> monitors)
An array of objects that summarize each monitor's properties.
|
Copyright © 2025. All rights reserved.