| Package | Description |
|---|---|
| com.volcengine.tos | |
| com.volcengine.tos.internal |
| Modifier and Type | Method and Description |
|---|---|
static RequestOptionsBuilder |
RequestOptions.withACL(String acl)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withACLGrantFullControl(String grantFullControl)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withACLGrantRead(String grantRead)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withACLGrantReadAcp(String grantReadAcp)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withACLGrantWrite(String grantWrite)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withACLGrantWriteAcp(String grantWriteAcp)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withAutoRecognizeContentType(boolean autoRecognized)
Deprecated.
SDK 自动根据后缀识别content-type。通过 withAutoRecognizeContentType(false) 关闭
|
static RequestOptionsBuilder |
RequestOptions.withCacheControl(String cacheControl)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentDisposition(String contentDisposition)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentEncoding(String contentEncoding)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentLanguage(String contentLanguage)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentLength(long length)
Deprecated.
设置 http header : Content-Length
|
static RequestOptionsBuilder |
RequestOptions.withContentMD5(String contentMD5)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentSHA256(String contentSHA256)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withContentType(String contentType)
Deprecated.
设置 http header : Content-Type
|
static RequestOptionsBuilder |
RequestOptions.withCopySourceIfMatch(String ifMatch)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withCopySourceIfModifiedSince(String ifModifiedSince)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withCopySourceIfNoneMatch(String ifNoneMatch)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withCopySourceIfUnmodifiedSince(String ifUnmodifiedSince)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withExpires(Duration expires)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withHeader(String key,
String value)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withIfMatch(String ifMatch)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withIfModifiedSince(ZonedDateTime since)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withIfNoneMatch(String ifNoneMatch)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withIfUnmodifiedSince(ZonedDateTime since)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withMeta(String key,
String value)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withMetadataDirective(String directive)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withPreHashCrc64ecma(String preHashCrc64ecma)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withQuery(String key,
String value)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withRange(long start,
long end)
Deprecated.
|
static RequestOptionsBuilder |
RequestOptions.withServerSideEncryption(String serverSideEncryption)
Deprecated.
设置服务端加密算法
|
static RequestOptionsBuilder |
RequestOptions.withServerSideEncryptionCustomer(String ssecAlgorithm,
String ssecKey,
String ssecKeyMD5)
Deprecated.
设置自定义的服务端加密算法
|
static RequestOptionsBuilder |
RequestOptions.withStorageClass(String storageClass)
Deprecated.
设置对象存储类型
|
static RequestOptionsBuilder |
RequestOptions.withVersionID(String versionID)
Deprecated.
设置对象版本号
|
static RequestOptionsBuilder |
RequestOptions.withWebsiteRedirectLocation(String redirectLocation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AppendObjectOutput |
TOSV2Client.appendObject(String bucket,
String objectKey,
InputStream content,
long offset,
RequestOptionsBuilder... builders) |
AppendObjectOutput |
TOSClient.appendObject(String bucket,
String objectKey,
InputStream content,
long offset,
RequestOptionsBuilder... builders)
Deprecated.
|
AppendObjectOutput |
TOS.appendObject(String bucket,
String objectKey,
InputStream content,
long offset,
RequestOptionsBuilder... builders)
Deprecated.
append content at the tail of an appendable object
|
CopyObjectOutput |
TOSV2Client.copyObject(String bucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders) |
CopyObjectOutput |
TOSClient.copyObject(String bucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
CopyObjectOutput |
TOS.copyObject(String bucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
copy an object in the same bucket
|
CopyObjectOutput |
TOSV2Client.copyObjectFrom(String bucket,
String srcBucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders) |
CopyObjectOutput |
TOSClient.copyObjectFrom(String bucket,
String srcBucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
CopyObjectOutput |
TOS.copyObjectFrom(String bucket,
String srcBucket,
String srcObjectKey,
String dstObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
copy an object from bucket A to bucket B, the method is called by bucket B.
|
CopyObjectOutput |
TOSV2Client.copyObjectTo(String bucket,
String dstBucket,
String dstObjectKey,
String srcObjectKey,
RequestOptionsBuilder... builders) |
CopyObjectOutput |
TOSClient.copyObjectTo(String bucket,
String dstBucket,
String dstObjectKey,
String srcObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
CopyObjectOutput |
TOS.copyObjectTo(String bucket,
String dstBucket,
String dstObjectKey,
String srcObjectKey,
RequestOptionsBuilder... builders)
Deprecated.
copy an object from bucket A to bucket B, the method is called by bucket A.
|
CreateMultipartUploadOutput |
TOSV2Client.createMultipartUpload(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
CreateMultipartUploadOutput |
TOSClient.createMultipartUpload(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
CreateMultipartUploadOutput |
TOS.createMultipartUpload(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
create a multipart upload operation
|
DeleteMultiObjectsOutput |
TOSV2Client.deleteMultiObjects(String bucket,
DeleteMultiObjectsInput input,
RequestOptionsBuilder... builders) |
DeleteMultiObjectsOutput |
TOSClient.deleteMultiObjects(String bucket,
DeleteMultiObjectsInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
DeleteMultiObjectsOutput |
TOS.deleteMultiObjects(String bucket,
DeleteMultiObjectsInput input,
RequestOptionsBuilder... builders)
Deprecated.
delete a list of objects
|
DeleteObjectOutput |
TOSV2Client.deleteObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
DeleteObjectOutput |
TOSClient.deleteObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
DeleteObjectOutput |
TOS.deleteObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
delete an object
|
GetObjectOutput |
TOSV2Client.getObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
GetObjectOutput |
TOSClient.getObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
GetObjectOutput |
TOS.getObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
get data and metadata of an object
|
GetObjectAclOutput |
TOSV2Client.getObjectAcl(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
GetObjectAclOutput |
TOSClient.getObjectAcl(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
GetObjectAclOutput |
TOS.getObjectAcl(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
get object's acl grants or rules
|
HeadObjectOutput |
TOSV2Client.headObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
HeadObjectOutput |
TOSClient.headObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
HeadObjectOutput |
TOS.headObject(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
get metadata of an object with its data stream
|
ListUploadedPartsOutput |
TOSV2Client.listUploadedParts(String bucket,
ListUploadedPartsInput input,
RequestOptionsBuilder... builders) |
ListUploadedPartsOutput |
TOSClient.listUploadedParts(String bucket,
ListUploadedPartsInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
ListUploadedPartsOutput |
TOS.listUploadedParts(String bucket,
ListUploadedPartsInput input,
RequestOptionsBuilder... builders)
Deprecated.
list parts that have been uploaded.
|
protected RequestBuilder |
TOSClient.newBuilder(String bucket,
String object,
RequestOptionsBuilder... builders)
Deprecated.
|
String |
TOSV2Client.preSignedURL(String httpMethod,
String bucket,
String objectKey,
Duration ttl,
RequestOptionsBuilder... builders) |
String |
TOSClient.preSignedURL(String httpMethod,
String bucket,
String objectKey,
Duration ttl,
RequestOptionsBuilder... builders)
Deprecated.
|
String |
TOS.preSignedURL(String httpMethod,
String bucket,
String objectKey,
Duration ttl,
RequestOptionsBuilder... builders)
Deprecated.
create a pre-signed URL
|
PutObjectOutput |
TOSV2Client.putObject(String bucket,
String objectKey,
InputStream inputStream,
RequestOptionsBuilder... builders) |
PutObjectOutput |
TOSClient.putObject(String bucket,
String objectKey,
InputStream inputStream,
RequestOptionsBuilder... builders)
Deprecated.
|
PutObjectOutput |
TOS.putObject(String bucket,
String objectKey,
InputStream inputStream,
RequestOptionsBuilder... builders)
Deprecated.
upload an object to TOS server
|
SetObjectMetaOutput |
TOSV2Client.setObjectMeta(String bucket,
String objectKey,
RequestOptionsBuilder... builders) |
SetObjectMetaOutput |
TOSClient.setObjectMeta(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
|
SetObjectMetaOutput |
TOS.setObjectMeta(String bucket,
String objectKey,
RequestOptionsBuilder... builders)
Deprecated.
set some metadata of the object
|
UploadFileOutput |
TOSV2Client.uploadFile(String bucket,
UploadFileInput input,
RequestOptionsBuilder... builders) |
UploadFileOutput |
TOSClient.uploadFile(String bucket,
UploadFileInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
UploadFileOutput |
TOS.uploadFile(String bucket,
UploadFileInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
UploadPartOutput |
TOSV2Client.uploadPart(String bucket,
UploadPartInput input,
RequestOptionsBuilder... builders) |
UploadPartOutput |
TOSClient.uploadPart(String bucket,
UploadPartInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
UploadPartOutput |
TOS.uploadPart(String bucket,
UploadPartInput input,
RequestOptionsBuilder... builders)
Deprecated.
upload a part for a multipart upload operation
|
UploadPartCopyOutput |
TOSV2Client.uploadPartCopy(String bucket,
UploadPartCopyInput input,
RequestOptionsBuilder... builders) |
UploadPartCopyOutput |
TOSClient.uploadPartCopy(String bucket,
UploadPartCopyInput input,
RequestOptionsBuilder... builders)
Deprecated.
|
UploadPartCopyOutput |
TOS.uploadPartCopy(String bucket,
UploadPartCopyInput input,
RequestOptionsBuilder... builders)
Deprecated.
copy a part of object as a part of a multipart upload operation
|
Copyright © 2023. All rights reserved.