Package | Description |
---|---|
com.oracle.bmc.objectstorage | |
com.oracle.bmc.objectstorage.requests | |
com.oracle.bmc.objectstorage.transfer |
Modifier and Type | Method and Description |
---|---|
PutObjectResponse |
ObjectStorage.putObject(PutObjectRequest request)
Creates a new object or overwrites an existing one.
|
PutObjectResponse |
ObjectStorageClient.putObject(PutObjectRequest request) |
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing one.
|
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<PutObjectResponse> |
ObjectStorageAsync.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing one.
|
Future<PutObjectResponse> |
ObjectStorageAsyncClient.putObject(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResponse> handler) |
Modifier and Type | Method and Description |
---|---|
PutObjectRequest |
PutObjectRequest.Builder.build()
Build the instance of PutObjectRequest as configured by this builder
|
PutObjectRequest |
PutObjectRequest.Builder.buildWithoutInvocationCallback() |
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) |
Copyright © 2016–2019. All rights reserved.