| 程序包 | 说明 |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.model |
| 限定符和类型 | 方法和说明 |
|---|---|
OSSObject |
OSSClient.getObject(GetObjectRequest getObjectRequest) |
OSSObject |
OSS.getObject(GetObjectRequest getObjectRequest)
Gets the
OSSObject from the bucket specified in
GetObjectRequest parameter. |
ObjectMetadata |
OSSClient.getObject(GetObjectRequest getObjectRequest,
File file) |
ObjectMetadata |
OSS.getObject(GetObjectRequest getObjectRequest,
File file)
Downloads the file from a file specified by the
GetObjectRequest
parameter. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SelectObjectRequest
This is the request class that is used to select an object from OSS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
GetObjectRequest |
GetObjectRequest.withRange(long start,
long end)
Sets the range of the object to download and return current
GetObjectRequest instance (this).
|
Copyright © 2019. All Rights Reserved.