| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
The Cost Explorer API enables you to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAnomaliesResponse> |
CostExplorerAsyncClient.getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object. |
default GetAnomaliesResponse |
CostExplorerClient.getAnomalies(Consumer<GetAnomaliesRequest.Builder> getAnomaliesRequest)
Retrieves all of the cost anomalies detected on your account, during the time period specified by the
DateInterval object. |
| Modifier and Type | Method and Description |
|---|---|
static GetAnomaliesRequest.Builder |
GetAnomaliesRequest.builder() |
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.dateInterval(AnomalyDateInterval dateInterval)
Assigns the start and end dates for retrieving cost anomalies.
|
default GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.dateInterval(Consumer<AnomalyDateInterval.Builder> dateInterval)
Assigns the start and end dates for retrieving cost anomalies.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.feedback(AnomalyFeedbackType feedback)
Filters anomaly results by the feedback field on the anomaly object.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.feedback(String feedback)
Filters anomaly results by the feedback field on the anomaly object.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.maxResults(Integer maxResults)
The number of entries a paginated response contains.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.monitorArn(String monitorArn)
Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.toBuilder() |
default GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.totalImpact(Consumer<TotalImpactFilter.Builder> totalImpact)
Filters anomaly results by the total impact field on the anomaly object.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.totalImpact(TotalImpactFilter totalImpact)
Filters anomaly results by the total impact field on the anomaly object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAnomaliesRequest.Builder> |
GetAnomaliesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.