Uses of Class
software.amazon.awssdk.services.costexplorer.model.AnomalyFeedbackType
-
Packages that use AnomalyFeedbackType Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnomalyFeedbackType in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return AnomalyFeedbackType Modifier and Type Method Description AnomalyFeedbackTypeAnomaly. feedback()The feedback value.AnomalyFeedbackTypeGetAnomaliesRequest. feedback()Filters anomaly results by the feedback field on the anomaly object.AnomalyFeedbackTypeProvideAnomalyFeedbackRequest. feedback()Describes whether the cost anomaly was a planned activity or you considered it an anomaly.static AnomalyFeedbackTypeAnomalyFeedbackType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AnomalyFeedbackTypeAnomalyFeedbackType. 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.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnomalyFeedbackType Modifier and Type Method Description static Set<AnomalyFeedbackType>AnomalyFeedbackType. knownValues()Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AnomalyFeedbackType Modifier and Type Method Description Anomaly.BuilderAnomaly.Builder. feedback(AnomalyFeedbackType feedback)The feedback value.GetAnomaliesRequest.BuilderGetAnomaliesRequest.Builder. feedback(AnomalyFeedbackType feedback)Filters anomaly results by the feedback field on the anomaly object.ProvideAnomalyFeedbackRequest.BuilderProvideAnomalyFeedbackRequest.Builder. feedback(AnomalyFeedbackType feedback)Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
-