Uses of Class
com.oracle.bmc.opsi.model.ObjectSummary
-
Packages that use ObjectSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of ObjectSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ObjectSummary Modifier and Type Method Description ObjectSummary
ObjectSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type ObjectSummary Modifier and Type Method Description List<ObjectSummary>
ListObjects. getObjects()
List of the object summary data.Methods in com.oracle.bmc.opsi.model with parameters of type ObjectSummary Modifier and Type Method Description ObjectSummary.Builder
ObjectSummary.Builder. copy(ObjectSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type ObjectSummary Modifier and Type Method Description ListObjects.Builder
ListObjects.Builder. objects(List<ObjectSummary> objects)
List of the object summary data.
-