| 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<CreateAnomalySubscriptionResult> |
AWSCostExplorerAsyncClient.createAnomalySubscriptionAsync(CreateAnomalySubscriptionRequest request,
AsyncHandler<CreateAnomalySubscriptionRequest,CreateAnomalySubscriptionResult> asyncHandler) |
Future<CreateAnomalySubscriptionResult> |
AWSCostExplorerAsync.createAnomalySubscriptionAsync(CreateAnomalySubscriptionRequest createAnomalySubscriptionRequest,
AsyncHandler<CreateAnomalySubscriptionRequest,CreateAnomalySubscriptionResult> asyncHandler)
Adds a subscription to a cost anomaly detection monitor.
|
Future<CreateAnomalySubscriptionResult> |
AbstractAWSCostExplorerAsync.createAnomalySubscriptionAsync(CreateAnomalySubscriptionRequest request,
AsyncHandler<CreateAnomalySubscriptionRequest,CreateAnomalySubscriptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.clone() |
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.withAnomalySubscription(AnomalySubscription anomalySubscription)
The cost anomaly subscription object that you want to create.
|
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.withResourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
CreateAnomalySubscriptionRequest |
CreateAnomalySubscriptionRequest.withResourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
Copyright © 2022. All rights reserved.