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.objectstorageMethods in com.oracle.bmc.objectstorage that return CreateMultipartUploadResponse Modifier and Type Method Description CreateMultipartUploadResponseObjectStorage. createMultipartUpload(CreateMultipartUploadRequest request)Starts a new multipart upload to a specific object in the given bucket in the given namespace.CreateMultipartUploadResponseObjectStorageClient. 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.responsesMethods in com.oracle.bmc.objectstorage.responses that return CreateMultipartUploadResponse Modifier and Type Method Description CreateMultipartUploadResponseCreateMultipartUploadResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreateMultipartUploadResponse Modifier and Type Method Description CreateMultipartUploadResponse.BuilderCreateMultipartUploadResponse.Builder. copy(CreateMultipartUploadResponse o)Copy method to populate the builder with values from the given instance.
 
-