Uses of Class
com.oracle.bmc.objectstorage.responses.ListMultipartUploadsResponse
-
Packages that use ListMultipartUploadsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListMultipartUploadsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListMultipartUploadsResponse 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.ListMultipartUploadsResponse
ObjectStorageClient. listMultipartUploads(ListMultipartUploadsRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListMultipartUploadsResponse 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)
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 ListMultipartUploadsResponse 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 ListMultipartUploadsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListMultipartUploadsResponse Modifier and Type Method Description ListMultipartUploadsResponse
ListMultipartUploadsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListMultipartUploadsResponse Modifier and Type Method Description ListMultipartUploadsResponse.Builder
ListMultipartUploadsResponse.Builder. copy(ListMultipartUploadsResponse o)
Copy method to populate the builder with values from the given instance.
-