| 限定符和类型 | 方法和说明 |
|---|---|
protected <X extends CosServiceRequest> |
COSClient.createRequest(String bucketName,
String key,
X originalRequest,
HttpMethodName httpMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
<X extends CosServiceRequest> |
COSSigner.sign(CosHttpRequest<X> request,
COSCredentials cred,
Date expiredTime) |
| 限定符和类型 | 方法和说明 |
|---|---|
static InputStream |
ProgressInputStream.inputStreamForResponse(InputStream is,
CosServiceRequest req)
Returns an input stream for response progress tracking purposes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CosHttpRequest<T extends CosServiceRequest> |
| 限定符和类型 | 方法和说明 |
|---|---|
<X,Y extends CosServiceRequest> |
DefaultCosHttpClient.exeute(CosHttpRequest<Y> request,
HttpResponseHandler<CosServiceResponse<X>> responseHandler) |
<X,Y extends CosServiceRequest> |
CosHttpClient.exeute(CosHttpRequest<Y> request,
HttpResponseHandler<CosServiceResponse<X>> responseHandler) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CIServiceRequest |
class |
CIWorkflowServiceRequest |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T extends CosServiceRequest> |
CosServiceRequest.copyBaseTo(T target)
Copies the internal state of this base class to that of the target request.
|
<T extends CosServiceRequest> |
CosServiceRequest.withGeneralProgressListener(ProgressListener progressListener)
Sets the optional progress listener for receiving updates about the progress of the request,
and returns a reference to this object so that method calls can be chained together.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CosServiceRequest |
CosServiceRequest.clone()
Creates a shallow clone of this object for all fields except the handler context.
|
CosServiceRequest |
CosServiceRequest.getCloneRoot()
Returns the root object from which the current object was cloned; or null if there isn't one.
|
CosServiceRequest |
CosServiceRequest.getCloneSource()
Returns the source object from which the current object was cloned; or null if there isn't
one.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.qcloud.cos.internal.crypto.ContentCryptoMaterial |
COSCryptoModuleBase.createContentCryptoMaterial(CosServiceRequest req)
Creates and returns a non-null content crypto material for the given request.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbortMultipartUploadRequest |
class |
AbstractPutObjectRequest |
class |
AppendObjectRequest |
class |
CompleteMultipartUploadRequest |
class |
CopyObjectRequest |
class |
CopyPartRequest |
class |
CreateBucketRequest |
class |
DeleteBucketCrossOriginConfigurationRequest
Request object for the parameters to delete a bucket's cross origin configuration.
|
class |
DeleteBucketDomainConfigurationRequest
Request object for the parameters to delete a bucket's domain configuration.
|
class |
DeleteBucketInventoryConfigurationRequest
Request object to delete an inventory configuration.
|
class |
DeleteBucketLifecycleConfigurationRequest
Request object for the parameters to delete a bucket's lifecycle configuration.
|
class |
DeleteBucketPolicyRequest |
class |
DeleteBucketReplicationConfigurationRequest |
class |
DeleteBucketRequest |
class |
DeleteBucketTaggingConfigurationRequest
Request object for the parameters to delete a bucket's tagging configuration.
|
class |
DeleteBucketWebsiteConfigurationRequest
Request object for the parameters to delete a bucket's website configuration.
|
class |
DeleteObjectRequest |
class |
DeleteObjectsRequest
Provides options for deleting multiple objects in a specified bucket.
|
class |
DeleteObjectTaggingRequest
Request object for the parameters to delete the tags for an object.
|
class |
DeleteVersionRequest |
class |
EncryptedGetObjectRequest
An extension of
GetObjectRequest to allow additional encryption material description to
be specified on a per-request basis. |
class |
EncryptedInitiateMultipartUploadRequest
This class is an extension of
InitiateMultipartUploadRequest to allow
additional crypto related attributes to be specified. |
class |
EncryptedPutObjectRequest |
class |
GeneratePresignedUrlRequest |
class |
GenericBucketRequest
Generic request container for web service requests on buckets.
|
class |
GetBucketAclRequest
Request object containing all the options for requesting a bucket's Access Control List (ACL).
|
class |
GetBucketCrossOriginConfigurationRequest
Request object for the parameters to get a bucket's cross origin configuration.
|
class |
GetBucketDomainConfigurationRequest
Request object for the parameters to retrieve a bucket's domain
configuration.
|
class |
GetBucketIntelligentTierConfigurationRequest |
class |
GetBucketInventoryConfigurationRequest
Request object to retrieve an inventory configuration.
|
class |
GetBucketLifecycleConfigurationRequest
Request object for the parameters to get a bucket's lifecycle configuration.
|
class |
GetBucketLocationRequest |
class |
GetBucketLoggingConfigurationRequest
Request object for the parameters to get a bucket's logging configuration.
|
class |
GetBucketPolicyRequest |
class |
GetBucketRefererConfigurationRequest
Request object for the parameters to retrieve a bucket's referer
configuration.
|
class |
GetBucketReplicationConfigurationRequest |
class |
GetBucketTaggingConfigurationRequest
Request object for the parameters to get a bucket's tagging configuration.
|
class |
GetBucketVersioningConfigurationRequest
Request object for the parameters to get a bucket's versioning configuration.
|
class |
GetBucketWebsiteConfigurationRequest
Request object for the parameters to retrieve a bucket's website
configuration.
|
class |
GetObjectAclRequest |
class |
GetObjectMetadataRequest |
class |
GetObjectRequest |
class |
GetObjectTaggingRequest
Request object for the parameters to get the tags for an object.
|
class |
HeadBucketRequest |
class |
InitiateMultipartUploadRequest |
class |
ListBucketInventoryConfigurationsRequest
Request object to list inventory configurations of a bucket.
|
class |
ListBucketsRequest |
class |
ListMultipartUploadsRequest |
class |
ListNextBatchOfObjectsRequest
Request object for parameters of listing next batch of objects.
|
class |
ListNextBatchOfVersionsRequest
Request object for the parameters to list next batch of versions.
|
class |
ListObjectsRequest
Contains options to return a list of summary information about the objects in the specified
bucket.
|
class |
ListPartsRequest
Container for the the parameters of the ListParts operation.
|
class |
ListVersionsRequest |
class |
PutInstructionFileRequest
Used to create a new instruction file, typically used to share an encrypted COS object with
partners via re-encrypting the CEK of the specified COS object with a partner-specific public
key.
|
class |
PutObjectRequest
Uploads a new object to the specified Qcloud COS bucket.
|
class |
RestoreObjectRequest |
class |
SelectObjectContentRequest
Request to filter the contents of an COS object based on a simple Structured Query Language (SQL) statement.
|
class |
SetBucketAclRequest |
class |
SetBucketCrossOriginConfigurationRequest
Contains options for setting the cross origin configuration for a bucket.
|
class |
SetBucketDomainConfigurationRequest
Request object for the parameters to set a bucket's domain configuration.
|
class |
SetBucketIntelligentTierConfigurationRequest |
class |
SetBucketInventoryConfigurationRequest
Request object to set an inventory configuration to a bucket.
|
class |
SetBucketLifecycleConfigurationRequest |
class |
SetBucketLoggingConfigurationRequest
Contains options for setting the logging configuration for a bucket.
|
class |
SetBucketPolicyRequest |
class |
SetBucketRefererConfigurationRequest
Request object for the parameters to set a bucket's referer configuration.
|
class |
SetBucketReplicationConfigurationRequest |
class |
SetBucketTaggingConfigurationRequest
Contains options for setting the tagging configuration for a bucket.
|
class |
SetBucketVersioningConfigurationRequest |
class |
SetBucketWebsiteConfigurationRequest
Request object for the parameters to set a bucket's website configuration.
|
class |
SetObjectAclRequest |
class |
SetObjectTaggingRequest
Request object for the parameters to set the tags for an object.
|
class |
UploadPartRequest |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AudioAuditingRequest
音频审核请求实体 参数详情参考:https://cloud.tencent.com/document/product/460/53395
|
class |
ImageAuditingRequest
图片审核请求实体 参数详情参考:https://cloud.tencent.com/document/product/460/37318
|
class |
TextAuditingRequest
文本审核请求实体 参数详情参考:https://cloud.tencent.com/document/product/436/56289
|
class |
VideoAuditingRequest
视频审核请求实体 参数详情参考:https://cloud.tencent.com/document/product/460/46427
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DocBucketRequest
数据万象 文档预览bucket相关接口请求实体类 对应参数详情:https://cloud.tencent.com/document/product/460/46945
|
class |
MediaBucketRequest
数据万象 媒体处理bucket相关接口请求实体类 对应参数详情:https://cloud.tencent.com/document/product/460/38914
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ImageProcessRequest |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ImageLabelRequest
获取图片标签接口请求实体 https://cloud.tencent.com/document/product/460/39082
|
class |
ImageLabelV2Request
获取图片标签接口请求实体 https://cloud.tencent.com/document/product/460/39082
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DocJobListRequest
文档预览任务发起请求类
|
class |
DocJobRequest
文档预览任务发起请求类
|
class |
DocJobResponse
文档预览任务响应实体
|
class |
MediaJobObject
媒体处理 任务实体 https://cloud.tencent.com/document/product/460/48234
|
class |
MediaJobsRequest
媒体处理 任务请求实体 https://cloud.tencent.com/document/product/460/48234
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MediaInfoRequest
媒体信息接口 请求实体
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DocQueueObject
文档预览 队列实体 https://cloud.tencent.com/document/product/460/46947
|
class |
DocQueueRequest
文档预览 队列请求实体 https://cloud.tencent.com/document/product/460/46947
|
class |
MediaQueueObject
媒体处理 队列实体 https://cloud.tencent.com/document/product/460/42324
|
class |
MediaQueueRequest |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SnapshotRequest
媒体截图请求实体 详情见:https://cloud.tencent.com/document/product/460/38934
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GenerateSnapshotRequest |
class |
MediaTemplateRequest |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MediaWorkflowListRequest
工作流列表请求实体类 请见:https://cloud.tencent.com/document/product/460/45947
|
class |
MediaWorkflowRequest
工作流请求实体类 请见:https://cloud.tencent.com/document/product/460/45947
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract <X extends CosServiceRequest> |
RetryPolicy.shouldRetry(CosHttpRequest<X> request,
org.apache.http.HttpResponse response,
Exception exception,
int retryIndex) |
<X extends CosServiceRequest> |
PredefinedRetryPolicies.SdkDefaultRetryPolicy.shouldRetry(CosHttpRequest<X> request,
org.apache.http.HttpResponse response,
Exception exception,
int retryIndex) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <X extends CosServiceRequest> |
TransferManager.appendMultipartUserAgent(X request) |
static <X extends CosServiceRequest> |
TransferManager.appendSingleObjectUserAgent(X request) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
TransferManagerUtils.populateEndpointAddr(CosServiceRequest originReq,
CosServiceRequest newReq)
set the fixedEndpointAddr in originReq, set it to newReq
|
Copyright © 2021. All rights reserved.