Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests | |
com.oracle.bmc.objectstorage.transfer | |
com.oracle.bmc.objectstorage.transfer.internal |
Modifier and Type | Method and Description |
---|---|
PutObjectResponse |
ObjectStorage.putObject(PutObjectRequest request)
Creates a new object or overwrites an existing object with the same name.
|
PutObjectResponse |
ObjectStorageClient.putObject(PutObjectRequest request) |
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.
|
Modifier and Type | Method and Description |
---|---|
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.
|
Modifier and Type | Method and Description |
---|---|
PutObjectRequest |
PutObjectRequest.Builder.build()
Build the instance of PutObjectRequest as configured by this builder
|
PutObjectRequest |
PutObjectRequest.Builder.buildWithoutInvocationCallback()
Build the instance of PutObjectRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
PutObjectRequest.Builder |
PutObjectRequest.Builder.copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance.
|
Modifier and Type | Method and Description |
---|---|
UploadManager.UploadRequest |
UploadManager.UploadRequest.UploadRequestBuilder.build(PutObjectRequest request)
Builds a new UploadRequest instance.
|
protected MultipartObjectAssembler |
UploadManager.createAssembler(PutObjectRequest request,
UploadManager.UploadRequest uploadRequest,
ExecutorService executorService) |
Constructor and Description |
---|
UploadRequest(PutObjectRequest putObjectRequest,
ExecutorService parallelUploadExecutorService,
boolean allowOverwrite,
ProgressReporter progressReporter) |
Modifier and Type | Method and Description |
---|---|
static boolean |
MultipartUtils.shouldCalculateMd5(UploadConfiguration config,
PutObjectRequest request)
Test whether or not the MD5 value should be calculated for the given request when issuing a
single upload (non-multipart) request.
|
Copyright © 2016–2024. All rights reserved.