| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyMonitor |
CreateAnomalyMonitorRequest.anomalyMonitor()
The cost anomaly detection monitor object that you want to create.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnomalyMonitor> |
GetAnomalyMonitorsResponse.anomalyMonitors()
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalyMonitorRequest.Builder |
CreateAnomalyMonitorRequest.Builder.anomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
|
GetAnomalyMonitorsResponse.Builder |
GetAnomalyMonitorsResponse.Builder.anomalyMonitors(AnomalyMonitor... anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
| Modifier and Type | Method and Description |
|---|---|
GetAnomalyMonitorsResponse.Builder |
GetAnomalyMonitorsResponse.Builder.anomalyMonitors(Collection<AnomalyMonitor> anomalyMonitors)
A list of cost anomaly monitors that includes the detailed metadata for each monitor.
|
Copyright © 2023. All rights reserved.