Uses of Class
com.oracle.bmc.oce.model.OceInstanceSummary
-
Packages that use OceInstanceSummary Package Description com.oracle.bmc.oce com.oracle.bmc.oce.model com.oracle.bmc.oce.responses -
-
Uses of OceInstanceSummary in com.oracle.bmc.oce
Methods in com.oracle.bmc.oce that return types with arguments of type OceInstanceSummary Modifier and Type Method Description Iterable<OceInstanceSummary>
OceInstancePaginators. listOceInstancesRecordIterator(ListOceInstancesRequest request)
Creates a new iterable which will iterate over theOceInstanceSummary
objects contained in responses from the listOceInstances operation. -
Uses of OceInstanceSummary in com.oracle.bmc.oce.model
Methods in com.oracle.bmc.oce.model that return OceInstanceSummary Modifier and Type Method Description OceInstanceSummary
OceInstanceSummary.Builder. build()
Methods in com.oracle.bmc.oce.model with parameters of type OceInstanceSummary Modifier and Type Method Description OceInstanceSummary.Builder
OceInstanceSummary.Builder. copy(OceInstanceSummary model)
-
Uses of OceInstanceSummary in com.oracle.bmc.oce.responses
Methods in com.oracle.bmc.oce.responses that return types with arguments of type OceInstanceSummary Modifier and Type Method Description List<OceInstanceSummary>
ListOceInstancesResponse. getItems()
A list of com.oracle.bmc.oce.model.OceInstanceSummary instances.Method parameters in com.oracle.bmc.oce.responses with type arguments of type OceInstanceSummary Modifier and Type Method Description ListOceInstancesResponse.Builder
ListOceInstancesResponse.Builder. items(List<OceInstanceSummary> items)
A list of com.oracle.bmc.oce.model.OceInstanceSummary instances.
-