| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
SetObjectSymlinkResponse |
BosClient.setObjectSymlink(SetObjectSymlinkRequest request)
Set the specified object symlink in the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withBucketName(String bucketName) |
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withForbidOverwrite(boolean forbidOverwrite)
Sets the flag of forbid overwrite
and returns this object, enabling additional method calls to be chained together.
|
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withKey(String key) |
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withRequestCredentials(BceCredentials credentials) |
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withStorageClass(String storageClass)
Sets the symlink storageClass
and returns this object, enabling additional method calls to be chained together.
|
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withSymlinkTarget(String symlinkTarget)
Sets the symlink of target object,
and returns this object, enabling additional method calls to be chained together.
|
SetObjectSymlinkRequest |
SetObjectSymlinkRequest.withUserMetadata(Map<String,String> userMetadata)
Sets user-meta of symlink
and returns this object, enabling additional method calls to be chained together.
|
Copyright © 2022. All rights reserved.