| 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<UpdateAnomalySubscriptionResult> |
AWSCostExplorerAsyncClient.updateAnomalySubscriptionAsync(UpdateAnomalySubscriptionRequest request,
AsyncHandler<UpdateAnomalySubscriptionRequest,UpdateAnomalySubscriptionResult> asyncHandler) |
Future<UpdateAnomalySubscriptionResult> |
AbstractAWSCostExplorerAsync.updateAnomalySubscriptionAsync(UpdateAnomalySubscriptionRequest request,
AsyncHandler<UpdateAnomalySubscriptionRequest,UpdateAnomalySubscriptionResult> asyncHandler) |
Future<UpdateAnomalySubscriptionResult> |
AWSCostExplorerAsync.updateAnomalySubscriptionAsync(UpdateAnomalySubscriptionRequest updateAnomalySubscriptionRequest,
AsyncHandler<UpdateAnomalySubscriptionRequest,UpdateAnomalySubscriptionResult> asyncHandler)
Updates an existing cost anomaly monitor subscription.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.clone() |
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withFrequency(AnomalySubscriptionFrequency frequency)
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withFrequency(String frequency)
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withMonitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withMonitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withSubscribers(Collection<Subscriber> subscribers)
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withSubscribers(Subscriber... subscribers)
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withSubscriptionArn(String subscriptionArn)
A cost anomaly subscription Amazon Resource Name (ARN).
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withSubscriptionName(String subscriptionName)
The new name of the subscription.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withThreshold(Double threshold)
Deprecated.
|
UpdateAnomalySubscriptionRequest |
UpdateAnomalySubscriptionRequest.withThresholdExpression(Expression thresholdExpression)
The update to the Expression
object used to specify the anomalies that you want to generate alerts for.
|
Copyright © 2023. All rights reserved.