Uses of Class
com.oracle.bmc.objectstorage.requests.PutObjectRequest
-
Packages that use PutObjectRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests com.oracle.bmc.objectstorage.transfer com.oracle.bmc.objectstorage.transfer.internal -
-
Uses of PutObjectRequest in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage with parameters of type PutObjectRequest Modifier and Type Method Description PutObjectResponse
ObjectStorage. putObject(PutObjectRequest request)
Creates a new object or overwrites an existing object with the same name.Future<PutObjectResponse>
ObjectStorageAsync. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.Future<PutObjectResponse>
ObjectStorageAsyncClient. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
PutObjectResponse
ObjectStorageClient. putObject(PutObjectRequest request)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type PutObjectRequest Modifier and Type Method Description Future<PutObjectResponse>
ObjectStorageAsync. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name.Future<PutObjectResponse>
ObjectStorageAsyncClient. putObject(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResponse> handler)
-
Uses of PutObjectRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return PutObjectRequest Modifier and Type Method Description PutObjectRequest
PutObjectRequest.Builder. build()
Build the instance of PutObjectRequest as configured by this builderPutObjectRequest
PutObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutObjectRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type PutObjectRequest Modifier and Type Method Description PutObjectRequest.Builder
PutObjectRequest.Builder. copy(PutObjectRequest o)
Copy method to populate the builder with values from the given instance. -
Uses of PutObjectRequest in com.oracle.bmc.objectstorage.transfer
Methods in com.oracle.bmc.objectstorage.transfer with parameters of type PutObjectRequest Modifier and Type Method 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)
Constructors in com.oracle.bmc.objectstorage.transfer with parameters of type PutObjectRequest Constructor Description UploadRequest(PutObjectRequest putObjectRequest, ExecutorService parallelUploadExecutorService, boolean allowOverwrite, ProgressReporter progressReporter)
-
Uses of PutObjectRequest in com.oracle.bmc.objectstorage.transfer.internal
Methods in com.oracle.bmc.objectstorage.transfer.internal with parameters of type PutObjectRequest Modifier and Type Method Description static boolean
MultipartUtils. shouldCalculateAdditionalChecksum(UploadConfiguration config, PutObjectRequest request)
Test whether or not the additional checksum value should be calculated for the given request when issuing a single upload (non-multipart) request.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.static boolean
MultipartUtils. shouldSetAdditionalChecksum(UploadConfiguration config, PutObjectRequest request)
Determines whether an additional checksum value should be set for the given request.
-