Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
ListObjectsResponse |
ObjectStorageClient.listObjects(ListObjectsRequest request) |
ListObjectsResponse |
ObjectStorage.listObjects(ListObjectsRequest request)
Lists the objects in a bucket.
|
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.
|
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 |
---|---|
ListObjectsResponse |
ListObjectsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListObjectsResponse.Builder |
ListObjectsResponse.Builder.copy(ListObjectsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.