Uses of Class
com.oracle.bmc.objectstorage.model.ObjectVersionCollection
-
Packages that use ObjectVersionCollection Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses -
-
Uses of ObjectVersionCollection in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectVersionCollection Modifier and Type Method Description ObjectVersionCollection
ObjectVersionCollection.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type ObjectVersionCollection Modifier and Type Method Description ObjectVersionCollection.Builder
ObjectVersionCollection.Builder. copy(ObjectVersionCollection model)
-
Uses of ObjectVersionCollection in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ObjectVersionCollection Modifier and Type Method Description ObjectVersionCollection
ListObjectVersionsResponse. getObjectVersionCollection()
The returned ObjectVersionCollection instance.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ObjectVersionCollection Modifier and Type Method Description ListObjectVersionsResponse.Builder
ListObjectVersionsResponse.Builder. objectVersionCollection(ObjectVersionCollection objectVersionCollection)
The returned ObjectVersionCollection instance.
-