| 程序包 | 说明 |
|---|---|
| com.obs.services |
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyObjectResult |
ObsClient.modifyObject(ModifyObjectRequest request) |
ModifyObjectResult |
IObsClient.modifyObject(ModifyObjectRequest request)
Write a file.
|
ModifyObjectResult |
ObsClient.modifyObject(String bucketName,
String objectKey,
long position,
File file) |
ModifyObjectResult |
IObsClient.modifyObject(String bucketName,
String objectKey,
long position,
File file)
Write a file.
|
ModifyObjectResult |
ObsClient.modifyObject(String bucketName,
String objectKey,
long position,
InputStream input) |
ModifyObjectResult |
IObsClient.modifyObject(String bucketName,
String objectKey,
long position,
InputStream input)
Write a file.
|
Copyright © 2021. All rights reserved.