Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadPartsResponse |
ObjectStorage.listMultipartUploadParts(ListMultipartUploadPartsRequest request)
Lists the parts of an in-progress multipart upload.
|
ListMultipartUploadPartsResponse |
ObjectStorageClient.listMultipartUploadParts(ListMultipartUploadPartsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListMultipartUploadPartsResponse> |
ObjectStorageAsyncClient.listMultipartUploadParts(ListMultipartUploadPartsRequest request,
AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler) |
Future<ListMultipartUploadPartsResponse> |
ObjectStorageAsync.listMultipartUploadParts(ListMultipartUploadPartsRequest request,
AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
Lists the parts of an in-progress multipart upload.
|
Iterable<ListMultipartUploadPartsResponse> |
ObjectStoragePaginators.listMultipartUploadPartsResponseIterator(ListMultipartUploadPartsRequest request)
Creates a new iterable which will iterate over the responses received from the
listMultipartUploadParts operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListMultipartUploadPartsResponse> |
ObjectStorageAsyncClient.listMultipartUploadParts(ListMultipartUploadPartsRequest request,
AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler) |
Future<ListMultipartUploadPartsResponse> |
ObjectStorageAsync.listMultipartUploadParts(ListMultipartUploadPartsRequest request,
AsyncHandler<ListMultipartUploadPartsRequest,ListMultipartUploadPartsResponse> handler)
Lists the parts of an in-progress multipart upload.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadPartsResponse |
ListMultipartUploadPartsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListMultipartUploadPartsResponse.Builder |
ListMultipartUploadPartsResponse.Builder.copy(ListMultipartUploadPartsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.