| 程序包 | 说明 |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.model |
| 限定符和类型 | 方法和说明 |
|---|---|
RestoreObjectResult |
OSSClient.restoreObject(String bucketName,
String key,
RestoreConfiguration restoreConfiguration) |
RestoreObjectResult |
OSS.restoreObject(String bucketName,
String key,
RestoreConfiguration restoreConfiguration)
Restores the object of archive storage.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RestoreConfiguration |
RestoreObjectRequest.getRestoreConfiguration() |
RestoreConfiguration |
RestoreConfiguration.withRestoreJobParameters(RestoreJobParameters restoreJobParameters)
Sets the restore job parameters and return the
RestoreConfiguration object itself. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RestoreObjectRequest.setRestoreConfiguration(RestoreConfiguration restoreConfiguration) |
RestoreObjectRequest |
RestoreObjectRequest.withRestoreConfiguration(RestoreConfiguration restoreConfiguration) |
| 构造器和说明 |
|---|
RestoreObjectRequest(String bucketName,
String key,
RestoreConfiguration restoreConfiguration) |
Copyright © 2020. All Rights Reserved.