Uses of Class
com.oracle.bmc.budget.model.CostAlertSubscription
-
Packages that use CostAlertSubscription Package Description com.oracle.bmc.budget.model com.oracle.bmc.budget.responses -
-
Uses of CostAlertSubscription in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAlertSubscription Modifier and Type Method Description CostAlertSubscriptionCostAlertSubscription.Builder. build()Methods in com.oracle.bmc.budget.model with parameters of type CostAlertSubscription Modifier and Type Method Description CostAlertSubscription.BuilderCostAlertSubscription.Builder. copy(CostAlertSubscription model) -
Uses of CostAlertSubscription in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return CostAlertSubscription Modifier and Type Method Description CostAlertSubscriptionCreateCostAlertSubscriptionResponse. getCostAlertSubscription()The returned CostAlertSubscription instance.CostAlertSubscriptionGetCostAlertSubscriptionResponse. getCostAlertSubscription()The returned CostAlertSubscription instance.CostAlertSubscriptionUpdateCostAlertSubscriptionResponse. getCostAlertSubscription()The returned CostAlertSubscription instance.Methods in com.oracle.bmc.budget.responses with parameters of type CostAlertSubscription Modifier and Type Method Description CreateCostAlertSubscriptionResponse.BuilderCreateCostAlertSubscriptionResponse.Builder. costAlertSubscription(CostAlertSubscription costAlertSubscription)The returned CostAlertSubscription instance.GetCostAlertSubscriptionResponse.BuilderGetCostAlertSubscriptionResponse.Builder. costAlertSubscription(CostAlertSubscription costAlertSubscription)The returned CostAlertSubscription instance.UpdateCostAlertSubscriptionResponse.BuilderUpdateCostAlertSubscriptionResponse.Builder. costAlertSubscription(CostAlertSubscription costAlertSubscription)The returned CostAlertSubscription instance.
-