| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
BosClient.restoreObject(RestoreObjectRequest request)
Restore an archive object to the specified Bos bucket
|
| Modifier and Type | Method and Description |
|---|---|
RestoreObjectRequest |
RestoreObjectRequest.withBucketName(String bucketName)
Sets the name of the bucket in which to restore object,
and hence, the eventual object restored from RestoreObjectRequest.
|
RestoreObjectRequest |
RestoreObjectRequest.withKey(String key)
Sets the key by which to restore, and hence, the
eventual object restored from RestoreObjectRequest.
|
RestoreObjectRequest |
RestoreObjectRequest.withRequestCredentials(BceCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client
level.
|
RestoreObjectRequest |
RestoreObjectRequest.withRestoreDays(Integer restoreDays)
Sets the restore days for this request
|
RestoreObjectRequest |
RestoreObjectRequest.withRestoreTier(String restoreTier)
Set the restore tier used in this request
|
Copyright © 2022. All rights reserved.