Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests |
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsResponse |
ObjectStorageClient.listMultipartUploads(ListMultipartUploadsRequest request) |
ListMultipartUploadsResponse |
ObjectStorage.listMultipartUploads(ListMultipartUploadsRequest request)
Lists all of the in-progress multipart uploads for the given bucket in the given Object
Storage namespace.
|
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<MultipartUpload> |
ObjectStoragePaginators.listMultipartUploadsRecordIterator(ListMultipartUploadsRequest request)
Creates a new iterable which will iterate over the
MultipartUpload objects contained in responses from the
listMultipartUploads operation. |
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 |
---|---|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.Builder.build()
Build the instance of ListMultipartUploadsRequest as configured by this builder
|
ListMultipartUploadsRequest |
ListMultipartUploadsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListMultipartUploadsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadsRequest.Builder |
ListMultipartUploadsRequest.Builder.copy(ListMultipartUploadsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.