Uses of Class
com.oracle.bmc.objectstorage.model.ObjectSummary
-
Packages that use ObjectSummary Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model -
-
Uses of ObjectSummary in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ObjectSummary Modifier and Type Method Description Iterable<ObjectSummary>
ObjectStoragePaginators. listObjectsRecordIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over theObjectSummary
objects contained in responses from the listObjects operation. -
Uses of ObjectSummary in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return ObjectSummary Modifier and Type Method Description ObjectSummary
ObjectSummary.Builder. build()
Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type ObjectSummary Modifier and Type Method Description List<ObjectSummary>
ListObjects. getObjects()
An array of object summaries.Methods in com.oracle.bmc.objectstorage.model with parameters of type ObjectSummary Modifier and Type Method Description ObjectSummary.Builder
ObjectSummary.Builder. copy(ObjectSummary model)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectSummary Modifier and Type Method Description ListObjects.Builder
ListObjects.Builder. objects(List<ObjectSummary> objects)
An array of object summaries.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type ObjectSummary Constructor Description ListObjects(List<ObjectSummary> objects, List<String> prefixes, String nextStartWith)
Deprecated.
-