| 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<DeleteAnomalySubscriptionResult> |
AWSCostExplorerAsyncClient.deleteAnomalySubscriptionAsync(DeleteAnomalySubscriptionRequest request,
AsyncHandler<DeleteAnomalySubscriptionRequest,DeleteAnomalySubscriptionResult> asyncHandler) |
Future<DeleteAnomalySubscriptionResult> |
AWSCostExplorerAsync.deleteAnomalySubscriptionAsync(DeleteAnomalySubscriptionRequest deleteAnomalySubscriptionRequest,
AsyncHandler<DeleteAnomalySubscriptionRequest,DeleteAnomalySubscriptionResult> asyncHandler)
Deletes a cost anomaly subscription.
|
Future<DeleteAnomalySubscriptionResult> |
AbstractAWSCostExplorerAsync.deleteAnomalySubscriptionAsync(DeleteAnomalySubscriptionRequest request,
AsyncHandler<DeleteAnomalySubscriptionRequest,DeleteAnomalySubscriptionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteAnomalySubscriptionRequest |
DeleteAnomalySubscriptionRequest.clone() |
DeleteAnomalySubscriptionRequest |
DeleteAnomalySubscriptionRequest.withSubscriptionArn(String subscriptionArn)
The unique identifier of the cost anomaly subscription that you want to delete.
|
Copyright © 2024. All rights reserved.