Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipRangeSummary
-
Packages that use ByoipRangeSummary Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipRangeSummary in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipRangeSummary Modifier and Type Method Description ByoipRangeSummary
ByoipRangeSummary.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type ByoipRangeSummary Modifier and Type Method Description List<ByoipRangeSummary>
ByoipRangeCollection. getItems()
A list of ByoipRange resource summaries.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipRangeSummary Modifier and Type Method Description ByoipRangeSummary.Builder
ByoipRangeSummary.Builder. copy(ByoipRangeSummary model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipRangeSummary Modifier and Type Method Description ByoipRangeCollection.Builder
ByoipRangeCollection.Builder. items(List<ByoipRangeSummary> items)
A list of ByoipRange resource summaries.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipRangeSummary Constructor Description ByoipRangeCollection(List<ByoipRangeSummary> items)
Deprecated.
-