| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateAnomalySubscriptionResponse> |
CostExplorerAsyncClient.updateAnomalySubscription(Consumer<UpdateAnomalySubscriptionRequest.Builder> updateAnomalySubscriptionRequest)
Updates an existing cost anomaly monitor subscription.
|
default UpdateAnomalySubscriptionResponse |
CostExplorerClient.updateAnomalySubscription(Consumer<UpdateAnomalySubscriptionRequest.Builder> updateAnomalySubscriptionRequest)
Updates an existing cost anomaly monitor subscription.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.builder() |
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.frequency(AnomalySubscriptionFrequency frequency)
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.frequency(String frequency)
The update to the frequency value that subscribers receive notifications.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.monitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.monitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Collection<Subscriber> subscribers)
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Consumer<Subscriber.Builder>... subscribers)
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscribers(Subscriber... subscribers)
The update to the subscriber list.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscriptionArn(String subscriptionArn)
A cost anomaly subscription Amazon Resource Name (ARN).
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.subscriptionName(String subscriptionName)
The new name of the subscription.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.threshold(Double threshold)
Deprecated.
Threshold has been deprecated in favor of ThresholdExpression
|
default UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.thresholdExpression(Consumer<Expression.Builder> thresholdExpression)
The update to the Expression
object used to specify the anomalies that you want to generate alerts for.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.Builder.thresholdExpression(Expression thresholdExpression)
The update to the Expression
object used to specify the anomalies that you want to generate alerts for.
|
UpdateAnomalySubscriptionRequest.Builder |
UpdateAnomalySubscriptionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateAnomalySubscriptionRequest.Builder> |
UpdateAnomalySubscriptionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.