Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<KeyAndVersion> |
RestoreObjectsRequest.getKeyAndVersions()
Obtain the list of objects to be restored.
|
List<KeyAndVersion> |
DeleteObjectsRequest.getKeyAndVersionsList()
Obtain the list of to-be-deleted objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsRequest.setKeyAndVersions(KeyAndVersion[] keyAndVersions)
Specify the to-be-deleted object array.
|
Modifier and Type | Method and Description |
---|---|
void |
RestoreObjectsRequest.setKeyAndVersions(List<KeyAndVersion> keyAndVersions)
Set the list of objects to be restored.
|
Constructor and Description |
---|
DeleteObjectsRequest(String bucketName,
boolean quiet,
KeyAndVersion[] keyAndVersions)
Constructor
|
Copyright © 2019. All rights reserved.