Uses of Class
com.oracle.bmc.objectstorage.requests.ListMultipartUploadsRequest
-
Packages that use ListMultipartUploadsRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of ListMultipartUploadsRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type ListMultipartUploadsRequest Modifier and Type Method Description 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>
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.Future<ListMultipartUploadsResponse>
ObjectStorageAsyncClient. listMultipartUploads(ListMultipartUploadsRequest request, AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler)
ListMultipartUploadsResponse
ObjectStorageClient. listMultipartUploads(ListMultipartUploadsRequest request)
Iterable<MultipartUpload>
ObjectStoragePaginators. listMultipartUploadsRecordIterator(ListMultipartUploadsRequest request)
Creates a new iterable which will iterate over theMultipartUpload
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.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListMultipartUploadsRequest Modifier and Type Method Description 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.Future<ListMultipartUploadsResponse>
ObjectStorageAsyncClient. listMultipartUploads(ListMultipartUploadsRequest request, AsyncHandler<ListMultipartUploadsRequest,ListMultipartUploadsResponse> handler)
-
Uses of ListMultipartUploadsRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListMultipartUploadsRequest Modifier and Type Method Description ListMultipartUploadsRequest
ListMultipartUploadsRequest.Builder. build()
Build the instance of ListMultipartUploadsRequest as configured by this builderListMultipartUploadsRequest
ListMultipartUploadsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListMultipartUploadsRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type ListMultipartUploadsRequest Modifier and Type Method Description ListMultipartUploadsRequest.Builder
ListMultipartUploadsRequest.Builder. copy(ListMultipartUploadsRequest o)
Copy method to populate the builder with values from the given instance.
-