| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
AnomalyFeedbackType |
ProvideAnomalyFeedbackRequest.feedback()
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
AnomalyFeedbackType |
GetAnomaliesRequest.feedback()
Filters anomaly results by the feedback field on the anomaly object.
|
AnomalyFeedbackType |
Anomaly.feedback()
The feedback value.
|
static AnomalyFeedbackType |
AnomalyFeedbackType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AnomalyFeedbackType |
AnomalyFeedbackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnomalyFeedbackType[] |
AnomalyFeedbackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AnomalyFeedbackType> |
AnomalyFeedbackType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProvideAnomalyFeedbackRequest.Builder |
ProvideAnomalyFeedbackRequest.Builder.feedback(AnomalyFeedbackType feedback)
Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
GetAnomaliesRequest.Builder |
GetAnomaliesRequest.Builder.feedback(AnomalyFeedbackType feedback)
Filters anomaly results by the feedback field on the anomaly object.
|
Anomaly.Builder |
Anomaly.Builder.feedback(AnomalyFeedbackType feedback)
The feedback value.
|
Copyright © 2021. All rights reserved.