Uses of Class
com.oracle.bmc.objectstorage.responses.CreateMultipartUploadResponse
-
Packages that use CreateMultipartUploadResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of CreateMultipartUploadResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return CreateMultipartUploadResponse Modifier and Type Method 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)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type CreateMultipartUploadResponse Modifier and Type Method Description 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.Future<CreateMultipartUploadResponse>
ObjectStorageAsyncClient. createMultipartUpload(CreateMultipartUploadRequest request, AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreateMultipartUploadResponse Modifier and Type Method Description 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.Future<CreateMultipartUploadResponse>
ObjectStorageAsyncClient. createMultipartUpload(CreateMultipartUploadRequest request, AsyncHandler<CreateMultipartUploadRequest,CreateMultipartUploadResponse> handler)
-
Uses of CreateMultipartUploadResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return CreateMultipartUploadResponse Modifier and Type Method Description CreateMultipartUploadResponse
CreateMultipartUploadResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreateMultipartUploadResponse Modifier and Type Method Description CreateMultipartUploadResponse.Builder
CreateMultipartUploadResponse.Builder. copy(CreateMultipartUploadResponse o)
Copy method to populate the builder with values from the given instance.
-