| 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<CreateAnomalySubscriptionResponse> |
CostExplorerAsyncClient.createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)
Adds a subscription to a cost anomaly detection monitor.
|
default CreateAnomalySubscriptionResponse |
CostExplorerClient.createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)
Adds a subscription to a cost anomaly detection monitor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.anomalySubscription(AnomalySubscription anomalySubscription)
The cost anomaly subscription object that you want to create.
|
default CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.anomalySubscription(Consumer<AnomalySubscription.Builder> anomalySubscription)
The cost anomaly subscription object that you want to create.
|
static CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.builder() |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.resourceTags(Collection<ResourceTag> resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.Builder.resourceTags(ResourceTag... resourceTags)
An optional list of tags to associate with the specified
AnomalySubscription . |
CreateAnomalySubscriptionRequest.Builder |
CreateAnomalySubscriptionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAnomalySubscriptionRequest.Builder> |
CreateAnomalySubscriptionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.