Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
CreateMultipartUploadResponse |
ObjectStorage.createMultipartUpload(CreateMultipartUploadRequest request)
Starts a new multipart upload to a specific object in the given bucket in the given
namespace.
|
CreateMultipartUploadResponse |
ObjectStorageClient.createMultipartUpload(CreateMultipartUploadRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateMultipartUploadResponse> |
ObjectStorageAsyncClient.createMultipartUpload(CreateMultipartUploadRequest request,
AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler) |
Future<CreateMultipartUploadResponse> |
ObjectStorageAsync.createMultipartUpload(CreateMultipartUploadRequest request,
AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler)
Starts a new multipart upload to a specific object in the given bucket in the given
namespace.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateMultipartUploadResponse> |
ObjectStorageAsyncClient.createMultipartUpload(CreateMultipartUploadRequest request,
AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler) |
Future<CreateMultipartUploadResponse> |
ObjectStorageAsync.createMultipartUpload(CreateMultipartUploadRequest request,
AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler)
Starts a new multipart upload to a specific object in the given bucket in the given
namespace.
|
Modifier and Type | Method and Description |
---|---|
CreateMultipartUploadResponse |
CreateMultipartUploadResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateMultipartUploadResponse.Builder |
CreateMultipartUploadResponse.Builder.copy(CreateMultipartUploadResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.