| 程序包 | 说明 |
|---|---|
| com.obs.services.model |
| 限定符和类型 | 方法和说明 |
|---|---|
KeyAndVersion |
DeleteObjectsRequest.addKeyAndVersion(String objectKey)
Add an object to be deleted.
|
KeyAndVersion |
RestoreObjectsRequest.addKeyAndVersion(String objectKey)
Add an object to be restored.
|
KeyAndVersion |
DeleteObjectsRequest.addKeyAndVersion(String objectKey,
String versionId)
Add an object to be deleted.
|
KeyAndVersion |
RestoreObjectsRequest.addKeyAndVersion(String objectKey,
String versionId)
Add an object to be restored.
|
KeyAndVersion[] |
DeleteObjectsRequest.getKeyAndVersions()
Obtain the to-be-deleted object array.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<KeyAndVersion> |
RestoreObjectsRequest.getKeyAndVersions()
Obtain the list of objects to be restored.
|
List<KeyAndVersion> |
DeleteObjectsRequest.getKeyAndVersionsList()
Obtain the list of to-be-deleted objects.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeleteObjectsRequest.setKeyAndVersions(KeyAndVersion[] keyAndVersions)
Specify the to-be-deleted object array.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RestoreObjectsRequest.setKeyAndVersions(List<KeyAndVersion> keyAndVersions)
Set the list of objects to be restored.
|
| 构造器和说明 |
|---|
DeleteObjectsRequest(String bucketName,
boolean quiet,
KeyAndVersion[] keyAndVersions)
Constructor
|
Copyright © 2021. All rights reserved.