Uses of Class
com.oracle.bmc.ocvp.model.ByolAllocationSummary
-
Packages that use ByolAllocationSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of ByolAllocationSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type ByolAllocationSummary Modifier and Type Method Description Iterable<ByolAllocationSummary>ByolAllocationPaginators. listByolAllocationsRecordIterator(ListByolAllocationsRequest request)Creates a new iterable which will iterate over theByolAllocationSummaryobjects contained in responses from the listByolAllocations operation. -
Uses of ByolAllocationSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ByolAllocationSummary Modifier and Type Method Description ByolAllocationSummaryByolAllocationSummary.Builder. build()Methods in com.oracle.bmc.ocvp.model that return types with arguments of type ByolAllocationSummary Modifier and Type Method Description List<ByolAllocationSummary>ByolAllocationCollection. getItems()A list of BYOL Allocations.Methods in com.oracle.bmc.ocvp.model with parameters of type ByolAllocationSummary Modifier and Type Method Description ByolAllocationSummary.BuilderByolAllocationSummary.Builder. copy(ByolAllocationSummary model)Method parameters in com.oracle.bmc.ocvp.model with type arguments of type ByolAllocationSummary Modifier and Type Method Description ByolAllocationCollection.BuilderByolAllocationCollection.Builder. items(List<ByolAllocationSummary> items)A list of BYOL Allocations.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type ByolAllocationSummary Constructor Description ByolAllocationCollection(List<ByolAllocationSummary> items)Deprecated.
-