Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
ListObjectsResponse |
ObjectStorage.listObjects(ListObjectsRequest request)
Lists the objects in a bucket.
|
ListObjectsResponse |
ObjectStorageClient.listObjects(ListObjectsRequest request) |
Future<ListObjectsResponse> |
ObjectStorageAsyncClient.listObjects(ListObjectsRequest request,
AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler) |
Future<ListObjectsResponse> |
ObjectStorageAsync.listObjects(ListObjectsRequest request,
AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
Lists the objects in a bucket.
|
Iterable<ObjectSummary> |
ObjectStoragePaginators.listObjectsRecordIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over the
ObjectSummary objects contained in responses from the
listObjects operation. |
Iterable<ListObjectsResponse> |
ObjectStoragePaginators.listObjectsResponseIterator(ListObjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listObjects
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListObjectsResponse> |
ObjectStorageAsyncClient.listObjects(ListObjectsRequest request,
AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler) |
Future<ListObjectsResponse> |
ObjectStorageAsync.listObjects(ListObjectsRequest request,
AsyncHandler<ListObjectsRequest,ListObjectsResponse> handler)
Lists the objects in a bucket.
|
Modifier and Type | Method and Description |
---|---|
ListObjectsRequest |
ListObjectsRequest.Builder.build()
Build the instance of ListObjectsRequest as configured by this builder
|
ListObjectsRequest |
ListObjectsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListObjectsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListObjectsRequest.Builder |
ListObjectsRequest.Builder.copy(ListObjectsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.