Uses of Class
com.oracle.bmc.budget.model.CostAlertSubscriptionSummary
-
Packages that use CostAlertSubscriptionSummary Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model -
-
Uses of CostAlertSubscriptionSummary in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return types with arguments of type CostAlertSubscriptionSummary Modifier and Type Method Description Iterable<CostAlertSubscriptionSummary>CostAdPaginators. listCostAlertSubscriptionsRecordIterator(ListCostAlertSubscriptionsRequest request)Creates a new iterable which will iterate over theCostAlertSubscriptionSummaryobjects contained in responses from the listCostAlertSubscriptions operation. -
Uses of CostAlertSubscriptionSummary in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAlertSubscriptionSummary Modifier and Type Method Description CostAlertSubscriptionSummaryCostAlertSubscriptionSummary.Builder. build()Methods in com.oracle.bmc.budget.model that return types with arguments of type CostAlertSubscriptionSummary Modifier and Type Method Description List<CostAlertSubscriptionSummary>CostAlertSubscriptionCollection. getItems()A page of CostAnomalyMonitorSummary objects.Methods in com.oracle.bmc.budget.model with parameters of type CostAlertSubscriptionSummary Modifier and Type Method Description CostAlertSubscriptionSummary.BuilderCostAlertSubscriptionSummary.Builder. copy(CostAlertSubscriptionSummary model)Method parameters in com.oracle.bmc.budget.model with type arguments of type CostAlertSubscriptionSummary Modifier and Type Method Description CostAlertSubscriptionCollection.BuilderCostAlertSubscriptionCollection.Builder. items(List<CostAlertSubscriptionSummary> items)A page of CostAnomalyMonitorSummary objects.Constructor parameters in com.oracle.bmc.budget.model with type arguments of type CostAlertSubscriptionSummary Constructor Description CostAlertSubscriptionCollection(List<CostAlertSubscriptionSummary> items)Deprecated.
-