Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResponse |
ObjectStorage.listMultipartUploads(ListMultipartUploadsRequest request)
Lists all of the in-progress multipart uploads for the given bucket in the given Object
Storage namespace.
|
ListMultipartUploadsResponse |
ObjectStorageClient.listMultipartUploads(ListMultipartUploadsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListMultipartUploadsResponse> |
ObjectStorageAsyncClient.listMultipartUploads(ListMultipartUploadsRequest request,
AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler) |
Future<ListMultipartUploadsResponse> |
ObjectStorageAsync.listMultipartUploads(ListMultipartUploadsRequest request,
AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler)
Lists all of the in-progress multipart uploads for the given bucket in the given Object
Storage namespace.
|
Iterable<ListMultipartUploadsResponse> |
ObjectStoragePaginators.listMultipartUploadsResponseIterator(ListMultipartUploadsRequest request)
Creates a new iterable which will iterate over the responses received from the
listMultipartUploads operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMultipartUploadsResponse> |
ObjectStorageAsyncClient.listMultipartUploads(ListMultipartUploadsRequest request,
AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler) |
Future<ListMultipartUploadsResponse> |
ObjectStorageAsync.listMultipartUploads(ListMultipartUploadsRequest request,
AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler)
Lists all of the in-progress multipart uploads for the given bucket in the given Object
Storage namespace.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResponse |
ListMultipartUploadsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResponse.Builder |
ListMultipartUploadsResponse.Builder.copy(ListMultipartUploadsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.