| Package | Description |
|---|---|
| com.amazonaws.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| com.amazonaws.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAnomalyMonitorResult> |
AWSCostExplorerAsyncClient.updateAnomalyMonitorAsync(UpdateAnomalyMonitorRequest request,
AsyncHandler<UpdateAnomalyMonitorRequest,UpdateAnomalyMonitorResult> asyncHandler) |
Future<UpdateAnomalyMonitorResult> |
AbstractAWSCostExplorerAsync.updateAnomalyMonitorAsync(UpdateAnomalyMonitorRequest request,
AsyncHandler<UpdateAnomalyMonitorRequest,UpdateAnomalyMonitorResult> asyncHandler) |
Future<UpdateAnomalyMonitorResult> |
AWSCostExplorerAsync.updateAnomalyMonitorAsync(UpdateAnomalyMonitorRequest updateAnomalyMonitorRequest,
AsyncHandler<UpdateAnomalyMonitorRequest,UpdateAnomalyMonitorResult> asyncHandler)
Updates an existing cost anomaly monitor.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnomalyMonitorRequest |
UpdateAnomalyMonitorRequest.clone() |
UpdateAnomalyMonitorRequest |
UpdateAnomalyMonitorRequest.withMonitorArn(String monitorArn)
Cost anomaly monitor Amazon Resource Names (ARNs).
|
UpdateAnomalyMonitorRequest |
UpdateAnomalyMonitorRequest.withMonitorName(String monitorName)
The new name for the cost anomaly monitor.
|
Copyright © 2024. All rights reserved.