Package | Description |
---|---|
com.obs.services | |
com.obs.services.model.fs |
Modifier and Type | Method and Description |
---|---|
DeleteObjectResult |
ObsClient.deleteObject(String bucketName,
String objectKey) |
DeleteObjectResult |
IObsClient.deleteObject(String bucketName,
String objectKey)
Delete an object.
|
DeleteObjectResult |
ObsClient.deleteObject(String bucketName,
String objectKey,
String versionId) |
DeleteObjectResult |
IObsClient.deleteObject(String bucketName,
String objectKey,
String versionId)
Delete an object.
|
Modifier and Type | Class and Description |
---|---|
class |
DropFileResult |
Modifier and Type | Method and Description |
---|---|
TaskCallback<DeleteObjectResult,String> |
DropFolderRequest.getCallback()
Obtain the callback object of a batch task.
|
Modifier and Type | Method and Description |
---|---|
void |
DropFolderRequest.setCallback(TaskCallback<DeleteObjectResult,String> callback)
Set the callback object of a batch task.
|
Copyright © 2019. All rights reserved.