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.objectstorage
Methods 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 theObjectVersionSummary
objects contained in responses from the listObjectVersions operation. -
Uses of ObjectVersionSummary in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectVersionSummary Modifier and Type Method Description ObjectVersionSummary
ObjectVersionSummary.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.Builder
ObjectVersionSummary.Builder. copy(ObjectVersionSummary model)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectVersionSummary Modifier and Type Method Description ObjectVersionCollection.Builder
ObjectVersionCollection.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.
-