Uses of Class
com.oracle.bmc.budget.model.CostAnomalyEvent.FeedbackResponse
-
Packages that use CostAnomalyEvent.FeedbackResponse Package Description com.oracle.bmc.budget.model -
-
Uses of CostAnomalyEvent.FeedbackResponse in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAnomalyEvent.FeedbackResponse Modifier and Type Method Description static CostAnomalyEvent.FeedbackResponseCostAnomalyEvent.FeedbackResponse. create(String key)CostAnomalyEvent.FeedbackResponseCostAnomalyEvent. getFeedbackResponse()The feedback response for the cost anomaly event.CostAnomalyEvent.FeedbackResponseUpdateCostAnomalyEventDetails. getFeedbackResponse()The feedback response for the cost anomaly event.static CostAnomalyEvent.FeedbackResponseCostAnomalyEvent.FeedbackResponse. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAnomalyEvent.FeedbackResponse[]CostAnomalyEvent.FeedbackResponse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.budget.model with parameters of type CostAnomalyEvent.FeedbackResponse Modifier and Type Method Description CostAnomalyEvent.BuilderCostAnomalyEvent.Builder. feedbackResponse(CostAnomalyEvent.FeedbackResponse feedbackResponse)The feedback response for the cost anomaly event.UpdateCostAnomalyEventDetails.BuilderUpdateCostAnomalyEventDetails.Builder. feedbackResponse(CostAnomalyEvent.FeedbackResponse feedbackResponse)The feedback response for the cost anomaly event.Constructors in com.oracle.bmc.budget.model with parameters of type CostAnomalyEvent.FeedbackResponse Constructor Description CostAnomalyEvent(String id, String costAnomalyName, String compartmentId, CostAnomalyEvent.LifecycleState lifecycleState, String costMonitorId, String costMonitorName, MonitorType costMonitorType, TargetResourceFilter targetResourceFilter, Date timeAnomalyEventDate, Double costImpact, Double costVariancePercentage, RootCauseDetail rootCauseDetail, CostAnomalyEvent.FeedbackResponse feedbackResponse, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.UpdateCostAnomalyEventDetails(CostAnomalyEvent.FeedbackResponse feedbackResponse, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-