Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.model |
Modifier and Type | Method and Description |
---|---|
Iterable<ObjectSummary> |
ObjectStoragePaginators.listObjectsRecordIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over the
ObjectSummary objects contained in responses from the
listObjects operation. |
Modifier and Type | Method and Description |
---|---|
ObjectSummary |
ObjectSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ObjectSummary> |
ListObjects.getObjects()
An array of object summaries.
|
Modifier and Type | Method and Description |
---|---|
ObjectSummary.Builder |
ObjectSummary.Builder.copy(ObjectSummary model) |
Modifier and Type | Method and Description |
---|---|
ListObjects.Builder |
ListObjects.Builder.objects(List<ObjectSummary> objects)
An array of object summaries.
|
Constructor and Description |
---|
ListObjects(List<ObjectSummary> objects,
List<String> prefixes,
String nextStartWith)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.