Uses of Class
com.oracle.bmc.objectstorage.model.ObjectVersionSummary
- 
Packages that use ObjectVersionSummary Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model 
- 
- 
Uses of ObjectVersionSummary in com.oracle.bmc.objectstorageMethods in com.oracle.bmc.objectstorage that return types with arguments of type ObjectVersionSummary Modifier and Type Method Description Iterable<ObjectVersionSummary>ObjectStoragePaginators. listObjectVersionsRecordIterator(ListObjectVersionsRequest request)Creates a new iterable which will iterate over theObjectVersionSummaryobjects contained in responses from the listObjectVersions operation.
- 
Uses of ObjectVersionSummary in com.oracle.bmc.objectstorage.modelMethods in com.oracle.bmc.objectstorage.model that return ObjectVersionSummary Modifier and Type Method Description ObjectVersionSummaryObjectVersionSummary.Builder. build()Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type ObjectVersionSummary Modifier and Type Method Description List<ObjectVersionSummary>ObjectVersionCollection. getItems()An array of object version summaries.Methods in com.oracle.bmc.objectstorage.model with parameters of type ObjectVersionSummary Modifier and Type Method Description ObjectVersionSummary.BuilderObjectVersionSummary.Builder. copy(ObjectVersionSummary model)Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectVersionSummary Modifier and Type Method Description ObjectVersionCollection.BuilderObjectVersionCollection.Builder. items(List<ObjectVersionSummary> items)An array of object version summaries.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectVersionSummary Constructor Description ObjectVersionCollection(List<ObjectVersionSummary> items, List<String> prefixes)Deprecated.
 
-