| 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<CreateAnomalyMonitorResult> |
AWSCostExplorerAsyncClient.createAnomalyMonitorAsync(CreateAnomalyMonitorRequest request,
AsyncHandler<CreateAnomalyMonitorRequest,CreateAnomalyMonitorResult> asyncHandler) |
Future<CreateAnomalyMonitorResult> |
AWSCostExplorerAsync.createAnomalyMonitorAsync(CreateAnomalyMonitorRequest createAnomalyMonitorRequest,
AsyncHandler<CreateAnomalyMonitorRequest,CreateAnomalyMonitorResult> asyncHandler)
Creates a new cost anomaly detection monitor with the requested type and monitor specification.
|
Future<CreateAnomalyMonitorResult> |
AbstractAWSCostExplorerAsync.createAnomalyMonitorAsync(CreateAnomalyMonitorRequest request,
AsyncHandler<CreateAnomalyMonitorRequest,CreateAnomalyMonitorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.clone() |
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.withAnomalyMonitor(AnomalyMonitor anomalyMonitor)
The cost anomaly detection monitor object that you want to create.
|
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
CreateAnomalyMonitorRequest |
CreateAnomalyMonitorRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalyMonitor . |
Copyright © 2022. All rights reserved.