Package | Description |
---|---|
com.obs.services.model | |
com.obs.services.model.fs |
Modifier and Type | Method and Description |
---|---|
TaskCallback<PutObjectResult,PutObjectBasicRequest> |
PutObjectsRequest.getCallback()
Obtain the callback object of an upload task.
|
TaskCallback<RestoreObjectResult,RestoreObjectRequest> |
RestoreObjectsRequest.getCallback()
Obtain the callback object of a batch task.
|
Modifier and Type | Method and Description |
---|---|
void |
PutObjectsRequest.setCallback(TaskCallback<PutObjectResult,PutObjectBasicRequest> callback)
Set the callback object of an upload task.
|
void |
RestoreObjectsRequest.setCallback(TaskCallback<RestoreObjectResult,RestoreObjectRequest> callback)
Set the callback object of a batch task.
|
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.