Uses of Class
com.oracle.bmc.ocvp.model.ByolSummary
-
Packages that use ByolSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of ByolSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type ByolSummary Modifier and Type Method Description Iterable<ByolSummary>ByolPaginators. listByolsRecordIterator(ListByolsRequest request)Creates a new iterable which will iterate over theByolSummaryobjects contained in responses from the listByols operation. -
Uses of ByolSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ByolSummary Modifier and Type Method Description ByolSummaryByolSummary.Builder. build()Methods in com.oracle.bmc.ocvp.model that return types with arguments of type ByolSummary Modifier and Type Method Description List<ByolSummary>ByolCollection. getItems()A list of Byols.Methods in com.oracle.bmc.ocvp.model with parameters of type ByolSummary Modifier and Type Method Description ByolSummary.BuilderByolSummary.Builder. copy(ByolSummary model)Method parameters in com.oracle.bmc.ocvp.model with type arguments of type ByolSummary Modifier and Type Method Description ByolCollection.BuilderByolCollection.Builder. items(List<ByolSummary> items)A list of Byols.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type ByolSummary Constructor Description ByolCollection(List<ByolSummary> items)Deprecated.
-