Uses of Class
com.oracle.bmc.objectstorage.responses.ListMultipartUploadPartsResponse
-
Packages that use ListMultipartUploadPartsResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of ListMultipartUploadPartsResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return ListMultipartUploadPartsResponse Modifier and Type Method Description ListMultipartUploadPartsResponse
ObjectStorage. listMultipartUploadParts(ListMultipartUploadPartsRequest request)
Lists the parts of an in-progress multipart upload.ListMultipartUploadPartsResponse
ObjectStorageClient. listMultipartUploadParts(ListMultipartUploadPartsRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type ListMultipartUploadPartsResponse Modifier and Type Method Description Future<ListMultipartUploadPartsResponse>
ObjectStorageAsync. listMultipartUploadParts(ListMultipartUploadPartsRequest request, AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
Lists the parts of an in-progress multipart upload.Future<ListMultipartUploadPartsResponse>
ObjectStorageAsyncClient. listMultipartUploadParts(ListMultipartUploadPartsRequest request, AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
Iterable<ListMultipartUploadPartsResponse>
ObjectStoragePaginators. listMultipartUploadPartsResponseIterator(ListMultipartUploadPartsRequest request)
Creates a new iterable which will iterate over the responses received from the listMultipartUploadParts operation.Method parameters in com.oracle.bmc.objectstorage with type arguments of type ListMultipartUploadPartsResponse Modifier and Type Method Description Future<ListMultipartUploadPartsResponse>
ObjectStorageAsync. listMultipartUploadParts(ListMultipartUploadPartsRequest request, AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
Lists the parts of an in-progress multipart upload.Future<ListMultipartUploadPartsResponse>
ObjectStorageAsyncClient. listMultipartUploadParts(ListMultipartUploadPartsRequest request, AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
-
Uses of ListMultipartUploadPartsResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return ListMultipartUploadPartsResponse Modifier and Type Method Description ListMultipartUploadPartsResponse
ListMultipartUploadPartsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type ListMultipartUploadPartsResponse Modifier and Type Method Description ListMultipartUploadPartsResponse.Builder
ListMultipartUploadPartsResponse.Builder. copy(ListMultipartUploadPartsResponse o)
Copy method to populate the builder with values from the given instance.
-