Uses of Class
com.oracle.bmc.database.model.EstimateCostSavingSummary
-
Packages that use EstimateCostSavingSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of EstimateCostSavingSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type EstimateCostSavingSummary Modifier and Type Method Description Iterable<EstimateCostSavingSummary>DatabasePaginators. listEstimateCostSavingsRecordIterator(ListEstimateCostSavingsRequest request)Creates a new iterable which will iterate over theEstimateCostSavingSummaryobjects contained in responses from the listEstimateCostSavings operation. -
Uses of EstimateCostSavingSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return EstimateCostSavingSummary Modifier and Type Method Description EstimateCostSavingSummaryEstimateCostSavingSummary.Builder. build()Methods in com.oracle.bmc.database.model that return types with arguments of type EstimateCostSavingSummary Modifier and Type Method Description List<EstimateCostSavingSummary>EstimateCostSavingsSummaryCollection. getItems()List of estimate cost saving summary.Methods in com.oracle.bmc.database.model with parameters of type EstimateCostSavingSummary Modifier and Type Method Description EstimateCostSavingSummary.BuilderEstimateCostSavingSummary.Builder. copy(EstimateCostSavingSummary model)Method parameters in com.oracle.bmc.database.model with type arguments of type EstimateCostSavingSummary Modifier and Type Method Description EstimateCostSavingsSummaryCollection.BuilderEstimateCostSavingsSummaryCollection.Builder. items(List<EstimateCostSavingSummary> items)List of estimate cost saving summary.Constructor parameters in com.oracle.bmc.database.model with type arguments of type EstimateCostSavingSummary Constructor Description EstimateCostSavingsSummaryCollection(List<EstimateCostSavingSummary> items)Deprecated.
-