Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
KeyAndVersion |
DeleteObjectsRequest.addKeyAndVersion(String objectKey)
新增待删除的对象
|
KeyAndVersion |
RestoreObjectsRequest.addKeyAndVersion(String objectKey)
新增待取回的对象
|
KeyAndVersion |
DeleteObjectsRequest.addKeyAndVersion(String objectKey,
String versionId)
新增待删除的对象
|
KeyAndVersion |
RestoreObjectsRequest.addKeyAndVersion(String objectKey,
String versionId)
新增待取回的对象
|
KeyAndVersion[] |
DeleteObjectsRequest.getKeyAndVersions()
获取待删除对象数组
|
Modifier and Type | Method and Description |
---|---|
List<KeyAndVersion> |
RestoreObjectsRequest.getKeyAndVersions()
获取待取回对象列表
|
List<KeyAndVersion> |
DeleteObjectsRequest.getKeyAndVersionsList()
获取待删除对象列表
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsRequest.setKeyAndVersions(KeyAndVersion[] keyAndVersions)
设置待删除对象数组
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreObjectsRequest.setKeyAndVersions(List<KeyAndVersion> keyAndVersions)
设置待取回对象列表
|
Constructor and Description |
---|
DeleteObjectsRequest(String bucketName,
boolean quiet,
KeyAndVersion[] keyAndVersions)
构造函数
|
Copyright © 2021. All rights reserved.