A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abort() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - 接口 中的方法com.qcloud.cos.transfer.Download
Cancels this download.
abort() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
Cancels this download.
abort() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileDownload
Cancels this download.
abort() - 类 中的方法com.qcloud.cos.transfer.MultipleFileDownloadImpl
Aborts all outstanding downloads.
abort() - 接口 中的方法com.qcloud.cos.transfer.Upload
Abort the current upload operation.
abort() - 类 中的方法com.qcloud.cos.transfer.UploadImpl
 
AbortedException - com.qcloud.cos.exception中的异常错误
SDK operation aborted exception.
AbortedException(String, Throwable) - 异常错误 的构造器com.qcloud.cos.exception.AbortedException
 
AbortedException(Throwable) - 异常错误 的构造器com.qcloud.cos.exception.AbortedException
 
AbortedException(String) - 异常错误 的构造器com.qcloud.cos.exception.AbortedException
 
AbortedException() - 异常错误 的构造器com.qcloud.cos.exception.AbortedException
 
abortIfNeeded() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
Aborts with subclass specific abortion logic executed if needed.
abortMultipartUpload(AbortMultipartUploadRequest) - 接口 中的方法com.qcloud.cos.COS
Aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - 类 中的方法com.qcloud.cos.COSClient
 
AbortMultipartUploadRequest - com.qcloud.cos.model中的类
 
AbortMultipartUploadRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.AbortMultipartUploadRequest
Constructs a new request to abort a multipart upload.
abortMultipartUploads(String, Date) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Aborts any multipart uploads that were initiated before the specified date.
abortWithoutNotifyingStateChangeListener() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
Cancels this download, but skip notifying the state change listeners.
AbstractCosResponseHandler<T> - com.qcloud.cos.internal中的类
 
AbstractCosResponseHandler() - 类 的构造器com.qcloud.cos.internal.AbstractCosResponseHandler
 
AbstractPutObjectRequest - com.qcloud.cos.model中的类
 
AbstractPutObjectRequest(String, String, File) - 类 的构造器com.qcloud.cos.model.AbstractPutObjectRequest
Constructs a new AbstractPutObjectRequest object to upload a file to the specified bucket and key.
AbstractPutObjectRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.AbstractPutObjectRequest
Constructs a new AbstractPutObjectRequest object with redirect location.
AbstractPutObjectRequest(String, String, InputStream, ObjectMetadata) - 类 的构造器com.qcloud.cos.model.AbstractPutObjectRequest
Constructs a new AbstractPutObjectRequest object to upload a stream of data to the specified bucket and key.
AbstractTransfer - com.qcloud.cos.transfer中的类
Abstract transfer implementation.
AccessControlList - com.qcloud.cos.model中的类
Represents an Qcloud COS Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
AccessControlList() - 类 的构造器com.qcloud.cos.model.AccessControlList
 
addAdditionalDetail(String, String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Adds an entry to the additional information map.
addHeader(String, String) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
addHeader(String, String) - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
addParameter(String, String) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
addProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.event.ProgressListenerChain
 
addProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Adds the specified progress listener to the list of listeners receiving updates about this transfer's progress.
addProgressListener(ProgressListener) - 接口 中的方法com.qcloud.cos.transfer.Transfer
Adds the specified progress listener to the list of listeners receiving updates about this transfer's progress.
addStateChangeListener(TransferStateChangeListener) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Adds the given state change listener to the collection of listeners.
addUserMetadata(String, String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Adds the key value pair of custom user-metadata for the associated object.
alternateIso8601DateFormat - 类 中的静态变量com.qcloud.cos.utils.DateUtils
Alternate ISO 8601 format without fractional seconds
AnonymousCOSCredentials - com.qcloud.cos.auth中的类
 
AnonymousCOSCredentials(String) - 类 的构造器com.qcloud.cos.auth.AnonymousCOSCredentials
 
APPEND_MODE - 类 中的静态变量com.qcloud.cos.utils.ServiceUtils
 
appendMultipartUserAgent(X) - 类 中的静态方法com.qcloud.cos.transfer.TransferManager
 
appendSingleObjectUserAgent(X) - 类 中的静态方法com.qcloud.cos.transfer.TransferManager
 
appendUserAgent(String) - 类 中的方法com.qcloud.cos.internal.RequestClientOptions
Appends a user agent to the USER_AGENT client marker.
ASYNC - 类 中的静态变量com.qcloud.cos.event.SDKProgressPublisher
 
available() - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
available() - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
 
available() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
available() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
Returns super.available() if the value is not zero or else always returns 1.

B

Base64 - com.qcloud.cos.utils中的枚举
 
BasicCOSCredentials - com.qcloud.cos.auth中的类
 
BasicCOSCredentials(String, String, String) - 类 的构造器com.qcloud.cos.auth.BasicCOSCredentials
 
BasicSessionCredentials - com.qcloud.cos.auth中的类
 
BasicSessionCredentials(String, String, String, String) - 类 的构造器com.qcloud.cos.auth.BasicSessionCredentials
 
BinaryUtils - com.qcloud.cos.utils中的类
Utilities for encoding and decoding binary data to and from different forms.
BinaryUtils() - 类 的构造器com.qcloud.cos.utils.BinaryUtils
 
Bucket - com.qcloud.cos.model中的类
 
Bucket() - 类 的构造器com.qcloud.cos.model.Bucket
Constructs a bucket without any name specified.
Bucket(String) - 类 的构造器com.qcloud.cos.model.Bucket
Creates a bucket with a name.
BucketLifecycleConfiguration - com.qcloud.cos.model中的类
Container for bucket lifecycle configuration operations.
BucketLifecycleConfiguration(List<BucketLifecycleConfiguration.Rule>) - 类 的构造器com.qcloud.cos.model.BucketLifecycleConfiguration
Constructs a new BucketLifecycleConfiguration object with the rules given.
BucketLifecycleConfiguration() - 类 的构造器com.qcloud.cos.model.BucketLifecycleConfiguration
 
BucketLifecycleConfiguration.Rule - com.qcloud.cos.model中的类
 
BucketLifecycleConfiguration.Rule() - 类 的构造器com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
 
BucketLifecycleConfiguration.Transition - com.qcloud.cos.model中的类
The transition attribute of the rule describing how this object will move between different storage classes in Qcloud COS.
BucketLifecycleConfiguration.Transition() - 类 的构造器com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
 
bucketName - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The name of the bucket in which this object is stored
BucketNameUtils - com.qcloud.cos.internal中的枚举
 
build() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Creates a new CosServiceException object with the values set.
build() - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
buildAuthorizationStr(HttpMethodName, String, COSCredentials) - 类 中的方法com.qcloud.cos.auth.COSSigner
 
buildAuthorizationStr(HttpMethodName, String, Map<String, String>, Map<String, String>, COSCredentials) - 类 中的方法com.qcloud.cos.auth.COSSigner
 

C

CACHE_CONTROL - 接口 中的静态变量com.qcloud.cos.Headers
 
calculateOptimalPartSize(PutObjectRequest, TransferManagerConfiguration) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Returns the optimal part size, in bytes, for each individual part upload in a multipart upload.
calculateOptimalPartSizeForCopy(CopyObjectRequest, TransferManagerConfiguration, long) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Calculates the optimal part size of each part request if the copy operation is carried out as multi-part copy.
call() - 类 中的方法com.qcloud.cos.transfer.CompleteMultipartUpload
 
call() - 类 中的方法com.qcloud.cos.transfer.UploadCallable
 
call() - 类 中的方法com.qcloud.cos.transfer.UploadMonitor
 
call() - 类 中的方法com.qcloud.cos.transfer.UploadPartCallable
 
CANCELED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
CannedAccessControlList - com.qcloud.cos.model中的枚举
Specifies constants defining a canned access control list.
cleanupDataSource(CosDataSource, File, InputStream, InputStream, Logger) - 枚举 中的静态方法com.qcloud.cos.model.CosDataSource.Utils
Clean up any temporary streams created during the execution, and restore the original file and/or input stream.
ClientConfig - com.qcloud.cos中的类
 
ClientConfig(Region) - 类 的构造器com.qcloud.cos.ClientConfig
 
clone() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
 
clone() - 类 中的方法com.qcloud.cos.model.EncryptedPutObjectRequest
Returns a clone (as deep as possible) of this request object.
clone() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
 
clone() - 类 中的方法com.qcloud.cos.model.PutObjectRequest
Returns a clone (as deep as possible) of this request object.
close() - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
close() - 类 中的方法com.qcloud.cos.internal.ReleasableInputStream
If ReleasableInputStream.closeDisabled is false, closes this input stream and releases any system resources associated with the stream.
close() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
close() - 类 中的方法com.qcloud.cos.model.COSObject
Releases any underlying system resources.
close() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
Delegate to COSObjectInputStream.abort() if there is data remaining in the stream.
closeQuietly(Closeable) - 类 中的静态方法com.qcloud.cos.internal.SdkIOUtils
 
closeQuietly(Closeable, Logger) - 类 中的静态方法com.qcloud.cos.internal.SdkIOUtils
Closes the given Closeable quietly.
closeQuietly(Closeable, Logger) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
Closes the given Closeable quietly.
CodecUtils - com.qcloud.cos.utils中的枚举
Codec internal utilities
collateFinalState() - 类 中的方法com.qcloud.cos.transfer.MultipleFileTransfer
Set the state based on the states of all file downloads.
com.qcloud.cos - 程序包 com.qcloud.cos
 
com.qcloud.cos.auth - 程序包 com.qcloud.cos.auth
 
com.qcloud.cos.demo - 程序包 com.qcloud.cos.demo
 
com.qcloud.cos.event - 程序包 com.qcloud.cos.event
 
com.qcloud.cos.exception - 程序包 com.qcloud.cos.exception
 
com.qcloud.cos.http - 程序包 com.qcloud.cos.http
 
com.qcloud.cos.internal - 程序包 com.qcloud.cos.internal
 
com.qcloud.cos.model - 程序包 com.qcloud.cos.model
 
com.qcloud.cos.region - 程序包 com.qcloud.cos.region
 
com.qcloud.cos.transfer - 程序包 com.qcloud.cos.transfer
 
com.qcloud.cos.utils - 程序包 com.qcloud.cos.utils
 
COMMA_SEPARATOR - 类 中的静态变量com.qcloud.cos.utils.StringUtils
 
COMPLETED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
completeMultipartUpload(CompleteMultipartUploadRequest) - 接口 中的方法com.qcloud.cos.COS
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - 类 中的方法com.qcloud.cos.COSClient
 
CompleteMultipartUpload - com.qcloud.cos.transfer中的类
Initiates a complete multi-part upload request for a TransferManager multi-part parallel upload.
CompleteMultipartUpload(String, COS, PutObjectRequest, List<Future<PartETag>>, List<PartETag>, ProgressListenerChain, UploadMonitor) - 类 的构造器com.qcloud.cos.transfer.CompleteMultipartUpload
 
CompleteMultipartUploadRequest - com.qcloud.cos.model中的类
 
CompleteMultipartUploadRequest() - 类 的构造器com.qcloud.cos.model.CompleteMultipartUploadRequest
 
CompleteMultipartUploadRequest(String, String, String, List<PartETag>) - 类 的构造器com.qcloud.cos.model.CompleteMultipartUploadRequest
Constructs a new request to complete a multipart upload.
CompleteMultipartUploadResult - com.qcloud.cos.model中的类
 
CompleteMultipartUploadResult() - 类 的构造器com.qcloud.cos.model.CompleteMultipartUploadResult
 
computeMD5Hash(InputStream) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
 
computeMD5Hash(byte[]) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
Computes the MD5 hash of the given data and returns it as an array of bytes.
computeMD5Hash(File) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
Computes the MD5 of the given file.
Constants - com.qcloud.cos.internal中的类
 
Constants() - 类 的构造器com.qcloud.cos.internal.Constants
 
CONTENT_DISPOSITION - 接口 中的静态变量com.qcloud.cos.Headers
 
CONTENT_ENCODING - 接口 中的静态变量com.qcloud.cos.Headers
 
CONTENT_LENGTH - 接口 中的静态变量com.qcloud.cos.Headers
 
CONTENT_MD5 - 接口 中的静态变量com.qcloud.cos.Headers
 
CONTENT_TYPE - 接口 中的静态变量com.qcloud.cos.Headers
 
convertToXmlByteArray(List<PartETag>) - 类 中的静态方法com.qcloud.cos.internal.RequestXmlFactory
Converts the specified list of PartETags to an XML fragment that can be sent to the CompleteMultipartUpload operation of Qcloud COS.
copy(InputStream, OutputStream) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
Copies all bytes from the given input stream to the given output stream.
COPY_PART_RANGE - 接口 中的静态变量com.qcloud.cos.Headers
Range header for the copy part request
COPY_SOURCE_IF_MATCH - 接口 中的静态变量com.qcloud.cos.Headers
ETag matching constraint header for the copy object request
COPY_SOURCE_IF_MODIFIED_SINCE - 接口 中的静态变量com.qcloud.cos.Headers
Modified since constraint header for the copy object request
COPY_SOURCE_IF_NO_MATCH - 接口 中的静态变量com.qcloud.cos.Headers
ETag non-matching constraint header for the copy object request
COPY_SOURCE_IF_UNMODIFIED_SINCE - 接口 中的静态变量com.qcloud.cos.Headers
Unmodified since constraint header for the copy object request
copyAllBytesFrom(ByteBuffer) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Returns a copy of all the bytes from the given ByteBuffer, from the beginning to the buffer's limit; or null if the input is null.
copyBaseTo(T) - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Copies the internal state of this base class to that of the target request.
copyBytesFrom(ByteBuffer) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Returns a copy of the bytes from the given ByteBuffer, ranging from the the buffer's current position to the buffer's limit; or null if the input is null.
copyObject(CopyObjectRequest) - 接口 中的方法com.qcloud.cos.COS
 
copyObject(CopyObjectRequest) - 类 中的方法com.qcloud.cos.COSClient
 
CopyObjectRequest - com.qcloud.cos.model中的类
 
CopyObjectRequest(String, String, String, String) - 类 的构造器com.qcloud.cos.model.CopyObjectRequest
Constructs a new com.qcloud.cos.model with only basic options.
CopyObjectRequest(Region, String, String, String, String) - 类 的构造器com.qcloud.cos.model.CopyObjectRequest
Constructs a new com.qcloud.cos.model with only basic options.
CopyObjectRequest(Region, String, String, String, String, String) - 类 的构造器com.qcloud.cos.model.CopyObjectRequest
Constructs a new CopyObjectRequest with basic options, providing an COS version ID identifying the specific version of the source object to copy.
CopyObjectResult - com.qcloud.cos.model中的类
 
CopyObjectResult() - 类 的构造器com.qcloud.cos.model.CopyObjectResult
 
copyPutObjectBaseTo(T) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
 
COS - com.qcloud.cos中的接口
 
COS_ALTERNATE_DATE - 接口 中的静态变量com.qcloud.cos.Headers
Cos's alternative date header: x-cos-date
COS_AUTHORIZATION - 接口 中的静态变量com.qcloud.cos.Headers
COS's Multi-Factor Authentication header
COS_CANNED_ACL - 接口 中的静态变量com.qcloud.cos.Headers
COS's canned ACL header: x-cos-acl
COS_PREFIX - 接口 中的静态变量com.qcloud.cos.Headers
Prefix for general COS headers: x-cos-
COS_USER_METADATA_PREFIX - 接口 中的静态变量com.qcloud.cos.Headers
Prefix for COS user metadata: x-cos-meta-
COS_VERSION_ID - 接口 中的静态变量com.qcloud.cos.Headers
COS's version ID header
COSClient - com.qcloud.cos中的类
 
COSClient(COSCredentials, ClientConfig) - 类 的构造器com.qcloud.cos.COSClient
 
CosClientException - com.qcloud.cos.exception中的异常错误
Base exception class for any errors that occur while attempting to use an COS client from COS SDK for Java to make service calls to Tencent Qcloud Cos.
CosClientException(String, Throwable) - 异常错误 的构造器com.qcloud.cos.exception.CosClientException
Creates a new CosClientException with the specified message, and root cause.
CosClientException(String) - 异常错误 的构造器com.qcloud.cos.exception.CosClientException
Creates a new CosClientException with the specified message.
CosClientException(Throwable) - 异常错误 的构造器com.qcloud.cos.exception.CosClientException
 
COSCredentials - com.qcloud.cos.auth中的接口
 
CosDataSource - com.qcloud.cos.model中的接口
Used to represent an COS data source that either has a file or an input stream.
CosDataSource.Utils - com.qcloud.cos.model中的枚举
CosDataSource specific utilities.
COSEncryption - com.qcloud.cos中的接口
 
COSEncryption - com.qcloud.cos.model中的接口
 
CosErrorResponseHandler - com.qcloud.cos.internal中的类
 
CosErrorResponseHandler() - 类 的构造器com.qcloud.cos.internal.CosErrorResponseHandler
 
CosHttpClient - com.qcloud.cos.http中的接口
 
CosHttpRequest<T extends CosServiceRequest> - com.qcloud.cos.http中的类
 
CosHttpRequest(T) - 类 的构造器com.qcloud.cos.http.CosHttpRequest
 
CosHttpResponse - com.qcloud.cos.http中的类
 
CosHttpResponse(CosHttpRequest<?>, HttpRequestBase) - 类 的构造器com.qcloud.cos.http.CosHttpResponse
 
CosMetadataResponseHandler - com.qcloud.cos.internal中的类
 
CosMetadataResponseHandler() - 类 的构造器com.qcloud.cos.internal.CosMetadataResponseHandler
 
COSObject - com.qcloud.cos.model中的类
 
COSObject() - 类 的构造器com.qcloud.cos.model.COSObject
 
COSObjectId - com.qcloud.cos.model中的类
 
COSObjectId(String, String) - 类 的构造器com.qcloud.cos.model.COSObjectId
 
COSObjectId(String, String, String) - 类 的构造器com.qcloud.cos.model.COSObjectId
 
COSObjectId(COSObjectIdBuilder) - 类 的构造器com.qcloud.cos.model.COSObjectId
 
COSObjectIdBuilder - com.qcloud.cos.model中的类
Convenient builder for COSObjectId.
COSObjectIdBuilder() - 类 的构造器com.qcloud.cos.model.COSObjectIdBuilder
 
COSObjectIdBuilder(COSObjectId) - 类 的构造器com.qcloud.cos.model.COSObjectIdBuilder
 
COSObjectInputStream - com.qcloud.cos.model中的类
Input stream representing the content of an COSObject.
COSObjectInputStream(InputStream, HttpRequestBase) - 类 的构造器com.qcloud.cos.model.COSObjectInputStream
 
COSObjectResponseHandler - com.qcloud.cos.internal中的类
 
COSObjectResponseHandler() - 类 的构造器com.qcloud.cos.internal.COSObjectResponseHandler
 
COSObjectSummary - com.qcloud.cos.model中的类
Contains the summary of an object stored in an Qcloud COS bucket.
COSObjectSummary() - 类 的构造器com.qcloud.cos.model.COSObjectSummary
 
COSProgressListener - com.qcloud.cos.event中的接口
 
COSProgressListenerChain - com.qcloud.cos.event中的类
COS specific progress listener chain.
COSProgressListenerChain(ProgressListener...) - 类 的构造器com.qcloud.cos.event.COSProgressListenerChain
Create a listener chain that directly passes all the progress events to the specified listeners.
COSProgressPublisher - com.qcloud.cos.event中的类
Used to publish transfer events.
COSProgressPublisher() - 类 的构造器com.qcloud.cos.event.COSProgressPublisher
 
CosServiceException - com.qcloud.cos.exception中的异常错误
Extension of CosClientException that represents an error response returned by an Tencent Qcloud Cos.
CosServiceException(String) - 异常错误 的构造器com.qcloud.cos.exception.CosServiceException
Constructs a new CosServiceException with the specified message.
CosServiceException(String, Exception) - 异常错误 的构造器com.qcloud.cos.exception.CosServiceException
Constructs a new CosServiceException with the specified message and exception indicating the root cause.
CosServiceException(String, String) - 异常错误 的构造器com.qcloud.cos.exception.CosServiceException
Constructs a new CosServiceException with the specified message and error response xml from Qcloud COS.
CosServiceException.ErrorType - com.qcloud.cos.exception中的枚举
Indicates who is responsible (if known) for a failed request.
CosServiceExceptionBuilder - com.qcloud.cos.exception中的类
 
CosServiceExceptionBuilder() - 类 的构造器com.qcloud.cos.exception.CosServiceExceptionBuilder
 
CosServiceRequest - com.qcloud.cos.internal中的类
 
CosServiceRequest() - 类 的构造器com.qcloud.cos.internal.CosServiceRequest
 
CosServiceResponse<T> - com.qcloud.cos.internal中的类
 
CosServiceResponse() - 类 的构造器com.qcloud.cos.internal.CosServiceResponse
 
COSSessionCredentials - com.qcloud.cos.auth中的接口
 
COSSigner - com.qcloud.cos.auth中的类
 
COSSigner() - 类 的构造器com.qcloud.cos.auth.COSSigner
 
COSSignerConstants - com.qcloud.cos.auth中的类
 
COSSignerConstants() - 类 的构造器com.qcloud.cos.auth.COSSignerConstants
 
COSVersionHeaderHandler - com.qcloud.cos.internal中的类
Header handler to pull the COS_VERSION_ID header out of the response.
COSVersionHeaderHandler() - 类 的构造器com.qcloud.cos.internal.COSVersionHeaderHandler
 
COSXmlResponseHandler<T> - com.qcloud.cos.internal中的类
 
COSXmlResponseHandler(Unmarshaller<T, InputStream>) - 类 的构造器com.qcloud.cos.internal.COSXmlResponseHandler
Constructs a new COS response handler that will use the specified SAX unmarshaller to turn the response into an object.
create(TransferManager, UploadImpl, ExecutorService, UploadCallable, PutObjectRequest, ProgressListenerChain) - 类 中的静态方法com.qcloud.cos.transfer.UploadMonitor
Constructs a new upload watcher and then immediately submits it to the thread pool.
createBucket(CreateBucketRequest) - 接口 中的方法com.qcloud.cos.COS
Creates a new Qcloud COS bucket in the region which is set in ClientConfig Every object stored in Qcloud COS is contained within a bucket.
createBucket(CreateBucketRequest) - 类 中的方法com.qcloud.cos.COSClient
 
CreateBucketRequest - com.qcloud.cos.model中的类
 
CreateBucketRequest(String) - 类 的构造器com.qcloud.cos.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed and create the specified bucket in the specified region.
createDefaultExecutorService() - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Returns a new thread pool configured with the default settings.
createRequest(String, String, X, HttpMethodName) - 类 中的方法com.qcloud.cos.COSClient
 
CRYPTO_CEK_ALGORITHM - 接口 中的静态变量com.qcloud.cos.Headers
Content encryption algorithm, such as "AES/GCM/NoPadding".
CRYPTO_INSTRUCTION_FILE - 接口 中的静态变量com.qcloud.cos.Headers
Instruction file header to be placed in the metadata of instruction files
CRYPTO_IV - 接口 中的静态变量com.qcloud.cos.Headers
Initialization vector (IV) header that is used in the symmetric and envelope encryption mechanisms
CRYPTO_KEY - 接口 中的静态变量com.qcloud.cos.Headers
Encrypted symmetric key header that is used in the envelope encryption mechanism
CRYPTO_KEYWRAP_ALGORITHM - 接口 中的静态变量com.qcloud.cos.Headers
Key wrapping algorithm such as "AESWrap" and "RSA/ECB/OAEPWithSHA-256AndMGF1Padding".
CRYPTO_TAG_LENGTH - 接口 中的静态变量com.qcloud.cos.Headers
Tag length applicable to authenticated encrypt/decryption.

D

DATE - 接口 中的静态变量com.qcloud.cos.Headers
 
DateUtils - com.qcloud.cos.utils中的类
 
DateUtils() - 类 的构造器com.qcloud.cos.utils.DateUtils
 
decode(String) - 枚举 中的静态方法com.qcloud.cos.utils.Base64
Decodes the given base 64 encoded string, skipping carriage returns, line feeds and spaces as needed.
decode(byte[]) - 枚举 中的静态方法com.qcloud.cos.utils.Base64
Decodes the given base 64 encoded bytes.
DEFAULT_STREAM_BUFFER_SIZE - 类 中的静态变量com.qcloud.cos.internal.RequestClientOptions
Used to enable mark-and-reset for non-mark-and-resettable non-file input stream for up to 128K memory buffering by default.
DefaultCosHttpClient - com.qcloud.cos.http中的类
 
DefaultCosHttpClient(ClientConfig) - 类 的构造器com.qcloud.cos.http.DefaultCosHttpClient
 
deleteBucket(DeleteBucketRequest) - 接口 中的方法com.qcloud.cos.COS
Deletes the specified bucket.
deleteBucket(DeleteBucketRequest) - 类 中的方法com.qcloud.cos.COSClient
 
DeleteBucketRequest - com.qcloud.cos.model中的类
 
DeleteBucketRequest(String) - 类 的构造器com.qcloud.cos.model.DeleteBucketRequest
Constructs a new DeleteBucketRequest, ready to be executed to delete the specified bucket.
deleteObject(DeleteObjectRequest) - 接口 中的方法com.qcloud.cos.COS
Deletes the specified object in the specified bucket.
deleteObject(DeleteObjectRequest) - 类 中的方法com.qcloud.cos.COSClient
 
DeleteObjectRequest - com.qcloud.cos.model中的类
 
DeleteObjectRequest(String, String) - 类 的构造器com.qcloud.cos.model.DeleteObjectRequest
Constructs a new DeleteObjectRequest, specifying the object's bucket name and key.
DeliveryMode - com.qcloud.cos.event中的接口
Used to indicate whether it is safe to deliver progress events to the listener synchronously.
DeliveryMode.Check - com.qcloud.cos.event中的类
Provides convenient method to check if a listener is safe to be invoked synchronously.
DeliveryMode.Check() - 类 的构造器com.qcloud.cos.event.DeliveryMode.Check
 
Demo - com.qcloud.cos.demo中的类
 
Demo() - 类 的构造器com.qcloud.cos.demo.Demo
 
deserializeFrom(InputStream) - 类 中的静态方法com.qcloud.cos.transfer.PersistableTransfer
Returns the deserialized transfer state of the given serialized representation.
deserializeFrom(String) - 类 中的静态方法com.qcloud.cos.transfer.PersistableTransfer
Returns the deserialized transfer state of the given serialized representation.
determinePauseStatus(Transfer.TransferState, boolean) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Determines the pause status based on the current state of transfer.
DISABLE_GET_OBJECT_MD5_VALIDATION_PROPERTY - 类 中的静态变量com.qcloud.cos.internal.SkipMd5CheckStrategy
System property to disable MD5 validation for GetObject.
DISABLE_PUT_OBJECT_MD5_VALIDATION_PROPERTY - 类 中的静态变量com.qcloud.cos.internal.SkipMd5CheckStrategy
System property to disable MD5 validation for both PutObject and UploadPart.
disableClose() - 类 中的方法com.qcloud.cos.internal.ReleasableInputStream
Used to disable the close method.
DISABLED - 类 中的静态变量com.qcloud.cos.model.BucketLifecycleConfiguration
Constant for a disabled rule.
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListBucketHandler
 
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
doEndElement(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListPartsHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListBucketHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
doStartElement(String, String, String, Attributes) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListPartsHandler
 
Download - com.qcloud.cos.transfer中的接口
Represents an asynchronous download from Qcloud COS.
download(String, String, File) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
download(GetObjectRequest, File) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
download(GetObjectRequest, File, COSProgressListener) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to download data from Qcloud COS and save it to the specified file.
downloadDirectory(String, String, File) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Downloads all objects in the virtual directory designated by the keyPrefix given to the destination directory given.
DownloadImpl - com.qcloud.cos.transfer中的类
 
DownloadImpl(String, TransferProgress, ProgressListenerChain, COSObject, TransferStateChangeListener, GetObjectRequest, File) - 类 的构造器com.qcloud.cos.transfer.DownloadImpl
 
DownloadMonitor - com.qcloud.cos.transfer中的类
 
DownloadMonitor(DownloadImpl, Future<?>) - 类 的构造器com.qcloud.cos.transfer.DownloadMonitor
 
downloadObjectToFile(COSObject, File, boolean, boolean) - 类 中的静态方法com.qcloud.cos.utils.ServiceUtils
Downloads an COSObject, as returned from COSClient#getObject(com.qcloud.cos.model.GetObjectRequest), to the specified file.
downloadToFile(COSObject, File, boolean, boolean, long) - 类 中的静态方法com.qcloud.cos.utils.ServiceUtils
Same as ServiceUtils.downloadObjectToFile(COSObject, File, boolean, boolean) but has an additional expected file length parameter for integrity checking purposes.

E

ENABLED - 类 中的静态变量com.qcloud.cos.model.BucketLifecycleConfiguration
Constant for an enabled rule.
encode(byte[]) - 枚举 中的静态方法com.qcloud.cos.utils.Base64
Returns a 64 encoded byte array of the given bytes.
encode(String) - 类 中的静态方法com.qcloud.cos.utils.UrlEncoderUtils
 
encodeAsString(byte[]) - 枚举 中的静态方法com.qcloud.cos.utils.Base64
Returns a base 64 encoded string of the given bytes.
encodeEscapeDelimiter(String) - 类 中的静态方法com.qcloud.cos.utils.UrlEncoderUtils
 
EncryptedInitiateMultipartUploadRequest - com.qcloud.cos.model中的类
This class is an extension of InitiateMultipartUploadRequest to allow additional crypto related attributes to be specified.
EncryptedInitiateMultipartUploadRequest(String, String) - 类 的构造器com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
 
EncryptedInitiateMultipartUploadRequest(String, String, ObjectMetadata) - 类 的构造器com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
 
EncryptedPutObjectRequest - com.qcloud.cos.model中的类
 
EncryptedPutObjectRequest(String, String, File) - 类 的构造器com.qcloud.cos.model.EncryptedPutObjectRequest
 
EncryptedPutObjectRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.EncryptedPutObjectRequest
 
EncryptedPutObjectRequest(String, String, InputStream, ObjectMetadata) - 类 的构造器com.qcloud.cos.model.EncryptedPutObjectRequest
 
end() - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
equals(Object) - 类 中的方法com.qcloud.cos.model.Grant
 
equals(Object) - 类 中的方法com.qcloud.cos.model.Owner
 
ETAG - 接口 中的静态变量com.qcloud.cos.Headers
 
eTag - 类 中的变量com.qcloud.cos.model.COSObjectSummary
Hex encoded MD5 hash of this object's contents, as computed by Qcloud COS
EXCLUDE_SKIPPED_BYTES - 类 中的静态变量com.qcloud.cos.internal.LengthCheckInputStream
 
exeute(CosHttpRequest<Y>, HttpResponseHandler<CosServiceResponse<X>>) - 接口 中的方法com.qcloud.cos.http.CosHttpClient
 
exeute(CosHttpRequest<Y>, HttpResponseHandler<CosServiceResponse<X>>) - 类 中的方法com.qcloud.cos.http.DefaultCosHttpClient
 
EXPIRATION - 接口 中的静态变量com.qcloud.cos.Headers
Header for optional object expiration
EXPIRES - 接口 中的静态变量com.qcloud.cos.Headers
Header for optional object expiration

F

FAILED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
已过时。
FAILED_PRECONDITION_STATUS_CODE - 类 中的静态变量com.qcloud.cos.internal.Constants
HTTP status code indicating that preconditions failed and thus the request failed.
failure(Throwable) - 类 中的静态方法com.qcloud.cos.exception.Throwables
Used to help perform common throw-up with minimal wrapping.
FileLockException - com.qcloud.cos.exception中的异常错误
 
FileLockException(Throwable) - 异常错误 的构造器com.qcloud.cos.exception.FileLockException
 
FileLockException(String) - 异常错误 的构造器com.qcloud.cos.exception.FileLockException
 
FileLocks - com.qcloud.cos.internal中的枚举
An internal utility used to provide both inter and intra JVM file locking.
filter(ProgressEvent) - 接口 中的方法com.qcloud.cos.event.ProgressEventFilter
Returns the filtered event object that will be actually passed into the listeners.
filter(ProgressEvent) - 类 中的方法com.qcloud.cos.event.TransferCompletionFilter
 
finalize() - 类 中的方法com.qcloud.cos.transfer.TransferManager
Releasing all resources created by TransferManager before it is being garbage collected.
fireProgressEvent(ProgressEventType) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
 
formatISO8601Date(Date) - 类 中的静态方法com.qcloud.cos.utils.DateUtils
Formats the specified date as an ISO 8601 string.
formatRFC822Date(Date) - 类 中的静态方法com.qcloud.cos.utils.DateUtils
Formats the specified date as an RFC 822 string.
fromBase64(String) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Converts a Base64-encoded string to the original byte data.
fromBigDecimal(BigDecimal) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromBigInteger(BigInteger) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromBoolean(Boolean) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromByte(Byte) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Returns the string representation of the specified Byte.
fromDate(Date) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Converts the specified date to an ISO 8601 timestamp string and returns it.
fromDouble(Double) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Returns the string representation of the specified double.
fromFloat(Float) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromHex(String) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Converts a Hex-encoded data string to the original byte data.
fromInteger(Integer) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromJsonString(String, Class<T>) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
Returns the deserialized object from the given json string and target class; or null if the given json string is null.
fromLong(Long) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromString(String) - 枚举 中的静态方法com.qcloud.cos.model.SSEAlgorithm
Returns the SSEAlgorithm enum corresponding to the given string; or null if and only if the given algorithm is null.
fromString(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
fromValue(String) - 枚举 中的静态方法com.qcloud.cos.model.StorageClass
Returns the Qcloud COS StorageClass enumeration value representing the specified Qcloud COS StorageClass ID string.

G

GB - 类 中的静态变量com.qcloud.cos.internal.Constants
Gigabytes
generateSSECustomerKeyForPresignUrl(String) - 类 中的静态方法com.qcloud.cos.model.SSECustomerKey
Constructs a new SSECustomerKey that can be used for generating the presigned URL's.
GET_OBJECT_IF_MATCH - 接口 中的静态变量com.qcloud.cos.Headers
ETag matching constraint header for the get object request
GET_OBJECT_IF_MODIFIED_SINCE - 接口 中的静态变量com.qcloud.cos.Headers
Modified since constraint header for the get object request
GET_OBJECT_IF_NONE_MATCH - 接口 中的静态变量com.qcloud.cos.Headers
ETag non-matching constraint header for the get object request
GET_OBJECT_IF_UNMODIFIED_SINCE - 接口 中的静态变量com.qcloud.cos.Headers
Unmodified since constraint header for the get object request
getAccessControlList() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Returns the optional access control list for the new object.
getAccessControlList() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Returns the optional access control list for the new object.
getAccessControlList() - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Returns the optional access control list for the new bucket.
getAccessControlList() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the optional access control list for the new upload.
getAdditionalDetails() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
getAdditionalDetails() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Returns any additional information retrieved in the error response.
getAlgorithm() - 枚举 中的方法com.qcloud.cos.model.SSEAlgorithm
 
getAlgorithm() - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Returns the encryption algorithm to use with this customer-provided server-side encryption key.
getBucket() - 类 中的方法com.qcloud.cos.model.COSObjectId
 
getBucket() - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
getBucketName() - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Returns the name of the bucket containing the multipart upload to abort.
getBucketName() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the name of the existing bucket where this request will upload a new object to.
getBucketName() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Returns the name of the bucket containing the multipart upload to complete.
getBucketName() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the name of the bucket containing the completed multipart object.
getBucketName() - 类 中的方法com.qcloud.cos.model.COSObject
Gets the name of the bucket in which this object is contained.
getBucketName() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the name of the Qcloud COS bucket in which this object is stored.
getBucketName() - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Gets the name of the Qcloud COS bucket to create.
getBucketName() - 类 中的方法com.qcloud.cos.model.DeleteBucketRequest
Gets the name of the Qcloud COS bucket to delete.
getBucketName() - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Gets the name of the Qcloud COS bucket containing the object to delete.
getBucketName() - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Gets the name of the bucket containing the object whose metadata is being retrieved.
getBucketName() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the name of the bucket containing the object to be downloaded.
getBucketName() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
getBucketName() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Returns the name of the bucket in which the new multipart upload was initiated.
getBucketName() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the name of the bucket containing the uploads to list.
getBucketName() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the name of the Qcloud COS bucket whose objects are to be listed.
getBucketName() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Returns the name of the bucket containing the multipart upload whose parts are being listed.
getBucketName() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the name of the bucket containing the listed multipart uploads, as specified in the original request.
getBucketName() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the name of the Qcloud COS bucket containing the objects listed in this ObjectListing.
getBucketName() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the name of the bucket containing the listed parts, as specified in the original request.
getBucketName() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated.
getBucketName() - 类 中的方法com.qcloud.cos.model.UploadResult
Returns the name of the bucket containing the uploaded object.
getBucketName() - 接口 中的方法com.qcloud.cos.transfer.Download
The name of the bucket where the object is being downloaded from.
getBucketName() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
The name of the bucket where the object is being downloaded from.
getBucketName() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileDownload
Returns the name of the bucket from which files are downloaded.
getBucketName() - 类 中的方法com.qcloud.cos.transfer.MultipleFileDownloadImpl
Returns the name of the bucket from which files are downloaded.
getBucketName() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileUpload
Returns the name of the bucket to which files are uploaded.
getBucketName() - 类 中的方法com.qcloud.cos.transfer.MultipleFileUploadImpl
Returns the name of the bucket to which files are uploaded.
getBytes() - 类 中的方法com.qcloud.cos.event.ProgressEvent
Returns the number of bytes associated with the event.
getBytes() - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
getBytesTransfered() - 类 中的方法com.qcloud.cos.transfer.TransferProgress
已过时。
getBytesTransferred() - 类 中的方法com.qcloud.cos.event.ProgressEvent
Convenient method to returns the number of bytes transferred in this event, or the number of bytes reset (or discarded) if negative.
getBytesTransferred() - 类 中的方法com.qcloud.cos.transfer.TransferProgress
Returns the number of bytes completed in the associated transfer.
getCacheControl() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the optional Cache-Control HTTP header which allows the user to specify caching behavior along the HTTP request/reply chain.
getCacheControl() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the cache control response header override if it has been specified, or null otherwise.
getCannedAccessControlList() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the canned ACL to use for the new, copied object.
getCannedAcl() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the optional pre-configured access control policy to use for the new object.
getCannedAcl() - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Returns the optional Canned ACL to set for the new bucket.
getCannedACL() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
getCause() - 类 中的方法com.qcloud.cos.event.ProgressListener.ExceptionReporter
Returns the underlying exception, if any; or null otherwise.
getClientMarker(RequestClientOptions.Marker) - 类 中的方法com.qcloud.cos.internal.RequestClientOptions
Returns the value of the specified marker; or null if there is no such value.
getCommonPrefixes() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the common prefixes included in this multipart upload listing.
getCommonPrefixes() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the common prefixes included in this object listing.
getCompleteMultipartUploadResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getConfiguration() - 类 中的方法com.qcloud.cos.transfer.TransferManager
Returns the configuration which specifies how this TransferManager processes requests.
getConnectionRequestTimeout() - 类 中的方法com.qcloud.cos.ClientConfig
 
getConnectionTimeout() - 类 中的方法com.qcloud.cos.ClientConfig
 
getContent() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getContent() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getContentDisposition() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the optional Content-Disposition HTTP header, which specifies presentation information for the object such as the recommended filename for the object to be saved as.
getContentDisposition() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the content disposition response header override if it has been specified, or null otherwise.
getContentEncoding() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
getContentEncoding() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the content encoding response header override if it has been specified, or null otherwise.
getContentLanguage() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the content language response header override if it has been specified, or null otherwise.
getContentLength() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the Content-Length HTTP header indicating the size of the associated object in bytes.
getContentLength(PutObjectRequest) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Returns the size of the data in this request, otherwise -1 if the content length is unknown.
getContentMD5() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the base64 encoded 128-bit MD5 digest of the associated object (content - not including headers) according to RFC 1864.
getContentMd5() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Returns the Base64-encoded MD5 hash of the object content that was calculated on the client-side.
getContentType() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the Content-Type HTTP header, which indicates the type of content stored in the associated object.
getContentType() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the content type response header override if it has been specified, or null otherwise.
getCOSAccessKeyId() - 类 中的方法com.qcloud.cos.auth.AnonymousCOSCredentials
 
getCOSAccessKeyId() - 类 中的方法com.qcloud.cos.auth.BasicCOSCredentials
 
getCOSAccessKeyId() - 类 中的方法com.qcloud.cos.auth.BasicSessionCredentials
 
getCOSAccessKeyId() - 接口 中的方法com.qcloud.cos.auth.COSCredentials
Returns the COS access key ID for this credentials object.
getCOSAppId() - 类 中的方法com.qcloud.cos.auth.AnonymousCOSCredentials
 
getCOSAppId() - 类 中的方法com.qcloud.cos.auth.BasicCOSCredentials
 
getCOSAppId() - 类 中的方法com.qcloud.cos.auth.BasicSessionCredentials
 
getCOSAppId() - 接口 中的方法com.qcloud.cos.auth.COSCredentials
Returns the COS AppId for this credentials object.
getCOSClient() - 类 中的方法com.qcloud.cos.transfer.TransferManager
Returns the underlying Qcloud COS client used to make requests to Qcloud COS.
getCOSException() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getCOSKmsKeyId() - 类 中的方法com.qcloud.cos.model.SSECOSKeyManagementParams
Returns the COS Key Management System Key Id used for encryption.
getCosObject() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
 
getCOSObjectStream() - 接口 中的方法com.qcloud.cos.utils.ServiceUtils.RetryableCOSDownloadTask
User defines how to get the COSObject from COS for this RetryableCOSDownloadTask.
getCOSSecretKey() - 类 中的方法com.qcloud.cos.auth.AnonymousCOSCredentials
 
getCOSSecretKey() - 类 中的方法com.qcloud.cos.auth.BasicCOSCredentials
 
getCOSSecretKey() - 类 中的方法com.qcloud.cos.auth.BasicSessionCredentials
 
getCOSSecretKey() - 接口 中的方法com.qcloud.cos.auth.COSCredentials
Returns the COS secret access key for this credentials object.
getCreationDate() - 类 中的方法com.qcloud.cos.model.Bucket
Gets the bucket's creation date.
getCustomQueryParameters() - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
 
getCustomRequestHeaders() - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Returns an immutable map of custom header names to header values.
getDate() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Returns the expiration date of this object.
getDays() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Returns the time in days from an object's creation to its expiration.
getDefault() - 枚举 中的静态方法com.qcloud.cos.model.SSEAlgorithm
Returns the default server side encryption algorithm, which is AES256.
getDelimiter() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
getDelimiter() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the ObjectListing.getCommonPrefixes() list.
getDelimiter() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Gets the delimiter parameter originally used to request this multipart upload listing, or null if no delimiter specified.
getDelimiter() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the delimiter parameter originally used to request this object listing, or null if no delimiter specified.
getDescription() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Returns a human-readable description of this transfer.
getDescription() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Returns a human-readable description of this transfer.
getDestinationBucketName() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the destination bucket name which will contain the new, copied object.
getDestinationKey() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the destination bucket key under which the new, copied object will be stored.
getDestinationSSECustomerKey() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
getDisplayName() - 类 中的方法com.qcloud.cos.model.Owner
Gets the display name of the owner.
getDisplayName() - 类 中的方法com.qcloud.cos.region.Region
 
getEncodingType() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Gets the optional encodingType parameter indicating the encoding method to be applied on the response.
getEncodingType() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the optional encodingType parameter indicating the encoding method to be applied on the response.
getEncodingType() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Gets the optional encodingType parameter indicating the encoding method to be applied on the response.
getEncodingType() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Gets the encoding type used by Qcloud COS to encode object key names in the XML response.
getEncodingType() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the encoding type used by Qcloud COS to encode object key names in the XML response.
getEncodingType() - 类 中的方法com.qcloud.cos.model.PartListing
Gets the encoding type used by Qcloud COS to encode object key names in the XML response.
getEncryption() - 类 中的方法com.qcloud.cos.model.SSECOSKeyManagementParams
Returns the scheme used for encrypting the Qcloud COS object.
getEndPoint() - 类 中的方法com.qcloud.cos.ClientConfig
 
getEndpoint() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getErrorCode() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Returns the COS error code represented by this exception.
getErrorCode() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
 
getErrorCode() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorHostId() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorMessage() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
getErrorMessage() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Returns the human-readable error message provided by the service
getErrorMessage() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorRequestId() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getErrorResponseXml() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
getErrorResponseXml() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Returns the original error response XML received from Qcloud COS
getErrorType() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Indicates who is responsible for this exception (caller, service, or unknown).
getETag() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getETag() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the entity tag identifying the new object.
getETag() - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Gets the ETag value for the new object that was created in the associated CopyObjectRequest.
getETag() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the hex encoded 128-bit MD5 hash of this object's contents as computed by Qcloud COS.
getETag() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the hex encoded 128-bit MD5 digest of the associated object according to RFC 1864.
getETag() - 类 中的方法com.qcloud.cos.model.PartETag
Returns the entity tag generated from the content of the associated part.
getETag() - 类 中的方法com.qcloud.cos.model.PartSummary
Returns the entity tag generated from the part content.
getETag() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Gets the server-side ETag value for the newly created object.
getETag() - 类 中的方法com.qcloud.cos.model.UploadPartResult
Returns the entity tag of the newly uploaded part.
getETag() - 类 中的方法com.qcloud.cos.model.UploadResult
Returns the entity tag identifying the new object.
getEventCode() - 类 中的方法com.qcloud.cos.event.ProgressEvent
已过时。
getEventType() - 类 中的方法com.qcloud.cos.event.ProgressEvent
Returns the type of event this object represents.
getExecutorService() - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Returns the executor service used for performing the callbacks.
getExpirationDate() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the expiration date of the object.
getExpirationInDays() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the time in days from an object's creation to its expiration.
getExpirationTime() - 接口 中的方法com.qcloud.cos.internal.ObjectExpirationResult
Returns the expiration date of the object, or null if the object is not configured to expire.
getExpirationTime() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTime() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpirationTime() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTime() - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTime() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Returns the time this object will expire and be completely removed from COS.
getExpirationTime() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Returns the expiration time for this object, or null if it doesn't expire.
getExpirationTimeRuleId() - 接口 中的方法com.qcloud.cos.internal.ObjectExpirationResult
Returns the bucket lifecycle configuration rule ID for the expiration of this object.
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the BucketLifecycleConfiguration rule ID for this object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Returns the BucketLifecycleConfiguration rule ID for this object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Returns the BucketLifecycleConfiguration rule ID for this object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Returns the BucketLifecycleConfiguration rule ID for this object's expiration, or null if it doesn't expire.
getExpires() - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Returns the expires response header override if it has been specified, or null otherwise.
getFile() - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
Returns the underlying file, if known; or null if not;
getFile() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the path and name of the file containing the data to be uploaded to Qcloud COS.
getFile() - 接口 中的方法com.qcloud.cos.model.CosDataSource
 
getFile() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the file containing the data to upload.
getFileOffset() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the optional offset in the specified file, at which to begin uploading data for this part.
getFuture() - 类 中的方法com.qcloud.cos.transfer.DownloadMonitor
 
getFuture() - 类 中的方法com.qcloud.cos.transfer.MultipleFileTransferMonitor
 
getFuture() - 接口 中的方法com.qcloud.cos.transfer.TransferMonitor
Returns a Future to wait on.
getFuture() - 类 中的方法com.qcloud.cos.transfer.UploadMonitor
 
getGeneralProgressListener() - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Returns the optional progress listener for receiving updates about the progress of the request.
getGrantee() - 类 中的方法com.qcloud.cos.model.Grant
Gets the grantee being granted a permission by this grant.
getGrants() - 类 中的方法com.qcloud.cos.model.AccessControlList
已过时。
This will remove the duplicate grants if received from Qcloud COS. Use AccessControlList.getGrantsAsList() instead.
getGrantsAsList() - 类 中的方法com.qcloud.cos.model.AccessControlList
Gets the list of Grant objects in this access control list (ACL).
getHeaderName() - 枚举 中的方法com.qcloud.cos.model.Permission
Returns the name of the header used to grant this permission.
getHeaders() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getHeaders() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getHttpExpiresDate() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Returns the date when the object is no longer cacheable.
getHttpMethod() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getHttpProtocol() - 类 中的方法com.qcloud.cos.ClientConfig
 
getHttpProxyIp() - 类 中的方法com.qcloud.cos.ClientConfig
 
getHttpProxyPort() - 类 中的方法com.qcloud.cos.ClientConfig
 
getHttpRequest() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getHttpRequest() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
Returns the http request from which this input stream is derived.
getId() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the ID of this rule.
getId() - 类 中的方法com.qcloud.cos.model.Owner
Gets the ID of the owner.
getIdentifier() - 接口 中的方法com.qcloud.cos.model.Grantee
Gets the identifier for this grantee.
getIdentifier() - 类 中的方法com.qcloud.cos.model.UinGrantee
 
getInfoToResume() - 类 中的方法com.qcloud.cos.transfer.PauseResult
Returns the information that can be used to resume a successfully paused operation.
getInitiated() - 类 中的方法com.qcloud.cos.model.MultipartUpload
Returns the date at which this upload was initiated.
getInitiateMultipartUploadResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
getInitiator() - 类 中的方法com.qcloud.cos.model.MultipartUpload
Returns the user who initiated this multipart upload.
getInitiator() - 类 中的方法com.qcloud.cos.model.PartListing
Returns details on the user who initiated the associated multipart upload.
getInputStream() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the input stream containing the data to be uploaded to Qcloud COS.
getInputStream() - 接口 中的方法com.qcloud.cos.model.CosDataSource
 
getInputStream() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the stream containing the data to upload for the new part.
getInstance() - 类 中的静态方法com.qcloud.cos.http.Mimetypes
Loads MIME type info from the file 'mime.types' in the classpath, if it's available.
getKey() - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Returns the key of the multipart upload to abort.
getKey() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the key under which to store the new object.
getKey() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Returns the key under which the multipart upload to complete is stored.
getKey() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Gets the key by which the newly created object is stored.
getKey() - 类 中的方法com.qcloud.cos.model.COSObject
Gets the key under which this object is stored.
getKey() - 类 中的方法com.qcloud.cos.model.COSObjectId
 
getKey() - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
getKey() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the key under which this object is stored in Qcloud COS.
getKey() - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Gets the key of the object to delete.
getKey() - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Gets the key of the object whose metadata is being retrieved.
getKey() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the key under which the object to be downloaded is stored.
getKey() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
getKey() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Returns the object key for which the multipart upload was initiated.
getKey() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Returns the key of the associated multipart upload whose parts are being listed.
getKey() - 类 中的方法com.qcloud.cos.model.MultipartUpload
Returns the key by which this upload is stored.
getKey() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the key value specified in the original request used to identify which multipart upload contains the parts to list.
getKey() - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Returns the base64-encoded server-side encryption key that was provided in this object's constructor.
getKey() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the key of the initiated multipart upload.
getKey() - 类 中的方法com.qcloud.cos.model.UploadResult
Returns the key by which the newly created object is stored.
getKey() - 接口 中的方法com.qcloud.cos.transfer.Download
The key under which this object was stored in Qcloud COS.
getKey() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
The key under which this object was stored in Qcloud COS.
getKeyMarker() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the optional key marker indicating where in the results to begin listing.
getKeyMarker() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
getKeyPrefix() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileDownload
Returns the key prefix of the virtual directory being downloaded.
getKeyPrefix() - 类 中的方法com.qcloud.cos.transfer.MultipleFileDownloadImpl
Returns the key prefix of the virtual directory being downloaded.
getKeyPrefix() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileUpload
Returns the key prefix of the virtual directory being uploaded.
getKeyPrefix() - 类 中的方法com.qcloud.cos.transfer.MultipleFileUploadImpl
Returns the key prefix of the virtual directory being uploaded to.
getLastModified() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getLastModified() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the date when, according to Qcloud COS, this object was last modified.
getLastModified() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the value of the Last-Modified header, indicating the date and time at which Qcloud COS last recorded a modification to the associated object.
getLastModified() - 类 中的方法com.qcloud.cos.model.PartSummary
Returns the date this part was last modified.
getLastModifiedDate() - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Gets the date the newly copied object was last modified.
getListeners() - 类 中的方法com.qcloud.cos.event.ProgressListenerChain
Returns the listeners associated with this listener chain.
getListMultipartUploadsResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
getListPartsResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListPartsHandler
 
getLocation() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the URL identifying the new multipart object.
getMarker() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the optional marker parameter indicating where in the bucket to begin listing.
getMarker() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the marker parameter originally used to request this object listing, or null if no marker was specified.
getMatchingETagConstraints() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional list of ETag constraints that, when present, must include a match for the source object's current ETag in order for the copy object request to be executed.
getMatchingETagConstraints() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional list of ETag constraints that, when present, must include a match for the object's current ETag in order for this request to be executed.
getMaterialsDescription() - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
 
getMaterialsDescription() - 类 中的方法com.qcloud.cos.model.EncryptedPutObjectRequest
 
getMaterialsDescription() - 接口 中的方法com.qcloud.cos.model.MaterialsDescriptionProvider
Returns an unmodifiable view of the MaterialsDescription which the caller can use to load EncryptionMaterials from any EncryptionMaterialsAccessor
getMaxConnectionsCount() - 类 中的方法com.qcloud.cos.ClientConfig
 
getMaxKeys() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
getMaxKeys() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the maxKeys parameter originally used to request this object listing, or the default maxKeys value provided by Qcloud COS if the requester didn't specify a value.
getMaxParts() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Returns the optional maximum number of parts to be returned in the part listing.
getMaxParts() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the optional max parts value specified in the original request to limit how many parts are listed.
getMaxUploads() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the optional maximum number of uploads to return, or null if no maximum number of uploads has been set for this request.
getMaxUploads() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the optional maximum number of uploads to be listed, as specified in the original request.
getMd5() - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Returns the optional base64-encoded MD5 digest of the encryption key to use when validating the integrity of the transmitted server-side encryption key.
getMd5Digest() - 类 中的方法com.qcloud.cos.internal.MD5DigestCalculatingInputStream
 
getMd5Digest() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the optional, but recommended, MD5 hash of the content of this part.
getMessage() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
getMetadata() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the optional metadata instructing Qcloud COS how to handle the uploaded data (e.g. custom user metadata, hooks for specifying content type, etc.).
getMetadata() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Returns the metadata retrieved as a response to COSClient#putObject(PutObjectRequest) operation.
getMimetype(String) - 类 中的方法com.qcloud.cos.http.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMimetype(File) - 类 中的方法com.qcloud.cos.http.Mimetypes
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMinimumUploadPartSize() - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Returns the minimum part size for upload parts.
getModifiedSinceConstraint() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
getModifiedSinceConstraint() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
getMonitor() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
 
getMultipartCopyPartSize() - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Returns the minimum size in bytes of each part in a multi-part copy request.
getMultipartCopyThreshold() - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Returns the maximum threshold size of an COS object after which the copy operation is carried out using multi-part request.
getMultipartUploads() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the list of multipart uploads.
getMultipartUploadThreshold() - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Returns the size threshold in bytes for when to use multipart uploads.
getName() - 类 中的方法com.qcloud.cos.model.Bucket
Gets the name of the bucket.
getNewObjectMetadata() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional object metadata to set for the new, copied object.
getNextKeyMarker() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the next key marker that should be used in the next request to get the next page of results.
getNextMarker() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the marker to use in the next listObjects request in order to see the next page of results.
getNextPartNumberMarker() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the next part number marker.
getNextUploadIdMarker() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the next upload ID marker that should be used in the next request to get the next page of results.
getNextUploadPartRequest() - 类 中的方法com.qcloud.cos.internal.UploadPartRequestFactory
 
getNonmatchingETagConstraints() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional list of ETag constraints that, when present, must not include a match for the source object's current ETag in order for the copy object request to be executed.
getNonmatchingETagConstraints() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional list of ETag constraints that when present, must not include a match for the object's current ETag in order for this request to be executed.
getObject(String, String) - 接口 中的方法com.qcloud.cos.COS
Gets the object stored in Qcloud COS under the specified bucket and key.
getObject(GetObjectRequest) - 接口 中的方法com.qcloud.cos.COS
Gets the object stored in Qcloud COS under the specified bucket and key.
getObject(GetObjectRequest, File) - 接口 中的方法com.qcloud.cos.COS
Gets the object metadata for the object stored in Qcloud COS under the specified bucket and key, and saves the object contents to the specified file.
getObject(String, String) - 类 中的方法com.qcloud.cos.COSClient
 
getObject(GetObjectRequest) - 类 中的方法com.qcloud.cos.COSClient
 
getObject(GetObjectRequest, File) - 类 中的方法com.qcloud.cos.COSClient
 
getObjectContent() - 类 中的方法com.qcloud.cos.model.COSObject
Gets the input stream containing the contents of this object.
getObjectListing() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.ListBucketHandler
 
getObjectMapper() - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
getobjectMetadata(String, String) - 接口 中的方法com.qcloud.cos.COS
Gets the metadata for the specified Qcloud COS object without actually fetching the object itself.
getObjectMetadata(GetObjectMetadataRequest) - 接口 中的方法com.qcloud.cos.COS
Gets the metadata for the specified Qcloud COS object without actually fetching the object itself.
getobjectMetadata(String, String) - 类 中的方法com.qcloud.cos.COSClient
 
getObjectMetadata(GetObjectMetadataRequest) - 类 中的方法com.qcloud.cos.COSClient
 
getObjectMetadata() - 类 中的方法com.qcloud.cos.model.COSObject
Gets the metadata stored by Qcloud COS for this object.
getObjectMetadata() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
getObjectMetadata() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the additional information about the part being uploaded.
getObjectMetadata() - 接口 中的方法com.qcloud.cos.transfer.Download
Returns the ObjectMetadata for the object being downloaded.
getObjectMetadata() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
Returns the ObjectMetadata for the object being downloaded.
GetObjectMetadataRequest - com.qcloud.cos.model中的类
 
GetObjectMetadataRequest(String, String) - 类 的构造器com.qcloud.cos.model.GetObjectMetadataRequest
Constructs a new GetObjectMetadataRequest used to retrieve a specified object's metadata.
GetObjectMetadataRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.GetObjectMetadataRequest
Constructs a new GetObjectMetadataRequest with basic options.
GetObjectRequest - com.qcloud.cos.model中的类
 
GetObjectRequest(String, String) - 类 的构造器com.qcloud.cos.model.GetObjectRequest
Constructs a new GetObjectRequest with all the required parameters.
GetObjectRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.GetObjectRequest
Constructs a new GetObjectRequest with all the required parameters.
getObjectSummaries() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the list of object summaries describing the objects stored in the COS bucket.
getOriginalRequest() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getOwner() - 类 中的方法com.qcloud.cos.model.AccessControlList
Gets the owner of the AccessControlList.
getOwner() - 类 中的方法com.qcloud.cos.model.Bucket
Gets the bucket's owner.
getOwner() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the owner of this object.
getOwner() - 类 中的方法com.qcloud.cos.model.MultipartUpload
Returns the owner of this multipart upload.
getOwner() - 类 中的方法com.qcloud.cos.model.PartListing
Returns details on the user who owns the associated multipart upload.
getParameters() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getPartETag() - 类 中的方法com.qcloud.cos.model.UploadPartResult
Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.
getPartETags() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Returns the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.
getPartNumber() - 类 中的方法com.qcloud.cos.model.PartETag
Returns the part number of the associated part.
getPartNumber() - 类 中的方法com.qcloud.cos.model.PartSummary
Returns the part number describing this part's position relative to the other parts in the multipart upload.
getPartNumber() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the part number describing this part's position relative to the other parts in the multipart upload.
getPartNumber() - 类 中的方法com.qcloud.cos.model.UploadPartResult
Returns the part number of the newly uploaded part.
getPartNumberMarker() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Returns the optional part number marker indicating where in the results to being listing parts.
getPartNumberMarker() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts.
getParts() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the list of parts described in this part listing.
getPartSize() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the size of this part, in bytes.
getPauseStatus() - 异常错误 中的方法com.qcloud.cos.exception.PauseException
Returns more information on why the pause failed.
getPauseStatus() - 类 中的方法com.qcloud.cos.transfer.PauseResult
Returns information about whether the pause was successful or not; and if not why.
getPercentTransfered() - 类 中的方法com.qcloud.cos.transfer.TransferProgress
getPercentTransferred() - 类 中的方法com.qcloud.cos.transfer.TransferProgress
Returns a percentage of the number of bytes transferred out of the total number of bytes to transfer.
getPermission() - 类 中的方法com.qcloud.cos.model.Grant
Gets the permission being granted to the grantee by this grant.
getPersistableUpload() - 类 中的方法com.qcloud.cos.transfer.UploadCallable
 
getPlatform() - 类 中的静态方法com.qcloud.cos.utils.VersionInfoUtils
Returns the current platform for the COS SDK in which this class is running.
getPrefix() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the key prefix for which this rule will apply.
getPrefix() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the optional prefix parameter that restricts the response to multipart uploads for keys that begin with the specified prefix.
getPrefix() - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Gets the optional prefix parameter and restricts the response to keys that begin with the specified prefix.
getPrefix() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the prefix parameter originally used to request this multipart upload listing, or null if no prefix was specified.
getPrefix() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets the prefix parameter originally used to request this object listing, or null if no prefix was specified.
getPrettywriter() - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
getPreviousObjectListing() - 类 中的方法com.qcloud.cos.model.ListNextBatchOfObjectsRequest
Returns the previous object listing.
getProgress() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Returns progress information about this transfer.
getProgress() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Returns progress information about this transfer.
getRange() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional inclusive byte range within the desired object that will be downloaded by this request.
getRawMetadata() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
For internal use only.
getRawMetadataValue(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
For internal use only.
getRawResponseContent() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Typically only useful for debugging purpose if for some reason the SDK cannot parse the HTTP response from a service
getReadLimit() - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
 
getReadLimit() - 接口 中的方法com.qcloud.cos.internal.ReadLimitInfo
Returns the read limit for mark-and-reset during retries; or -1 if not available.
getReadLimit() - 类 中的方法com.qcloud.cos.internal.RequestClientOptions
Returns the mark-and-reset read limit; defaults to 131073.
getRedirectLocation() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the optional redirect location for the new object.
getRedirectLocation() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional redirect location for the newly copied object.
getRedirectLocation() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Gets the optional redirect location for the new object.
getRegion() - 类 中的方法com.qcloud.cos.ClientConfig
 
getRegionName() - 类 中的方法com.qcloud.cos.region.Region
 
getRequest() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getRequestClientOptions() - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Gets the options stored with this request object.
getRequestFile(PutObjectRequest) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Convenience method for getting the file specified in a request.
getRequestId() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Returns the COS request ID that uniquely identifies the service request the caller made.
getRequestId() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
 
getRequestId() - 类 中的方法com.qcloud.cos.internal.CosServiceResponse
Returns the cos request ID from the response metadata
getRequestId() - 类 中的方法com.qcloud.cos.internal.ResponseMetadata
 
getResourcePath() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
getResponseHeaders() - 类 中的方法com.qcloud.cos.internal.COSXmlResponseHandler
Returns the headers from the processed response.
getResponseHeaders() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Returns the headers to be overridden in the service response.
getResponseMetadata() - 类 中的方法com.qcloud.cos.internal.CosServiceResponse
Returns the response metadata for this response.
getResult() - 类 中的方法com.qcloud.cos.internal.CosServiceResponse
Returns the result contained by this response.
getRules() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration
Returns the list of rules that comprise this configuration.
getServerSideEncryption() - 类 中的方法com.qcloud.cos.internal.SSEResultBase
已过时。
getServerSideEncryption() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Returns the server-side encryption algorithm for the object, or null if none was used.
getSessionCredential() - 类 中的静态方法com.qcloud.cos.demo.STSDemo
 
getSessionToken() - 类 中的方法com.qcloud.cos.auth.BasicSessionCredentials
 
getSessionToken() - 接口 中的方法com.qcloud.cos.auth.COSSessionCredentials
Returns the session token for this session.
getSignExpired() - 类 中的方法com.qcloud.cos.ClientConfig
 
getSignExpiredTime() - 类 中的方法com.qcloud.cos.auth.COSSigner
 
getSize() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the size of this object in bytes.
getSize() - 类 中的方法com.qcloud.cos.model.PartSummary
Returns the size of this part, in bytes.
getSocketTimeout() - 类 中的方法com.qcloud.cos.ClientConfig
 
getSourceBucketName() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the name of the bucket containing the source object to be copied.
getSourceBucketRegion() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
getSourceKey() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the source bucket key under which the source object to be copied is stored.
getSourceSSECustomerKey() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
getSourceVersionId() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the version ID specifying which version of the source object to copy.
getSSEAlgorithm() - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Returns the server-side encryption algorithm if the object is encrypted using COS-managed keys.
getSSEAlgorithm() - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
getSSECOSKeyManagementParams() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Returns the COS Key Management System parameters used to encrypt the object on server side.
getSseCOSKeyManagementParams() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
getSSECOSKeyManagementParams() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
getSSECOSKeyManagementParams() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the COS Key Management System parameters used to encrypt the object on server side.
getSSECOSKeyManagementParams() - 接口 中的方法com.qcloud.cos.model.SSECOSKeyManagementParamsProvider
Returns the optional SSECOSKeyManagementParams to use to encrypt the uploaded object.
getSSECustomerAlgorithm() - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Returns the server-side encryption algorithm if the object is encrypted using customer-provided keys.
getSSECustomerAlgorithm() - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
getSSECustomerKey() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
 
getSSECustomerKey() - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
 
getSSECustomerKey() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
 
getSSECustomerKey() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
 
getSSECustomerKey() - 接口 中的方法com.qcloud.cos.model.SSECustomerKeyProvider
Returns the optional customer-provided server-side encryption key to use to encrypt the uploaded object.
getSSECustomerKey() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
 
getSSECustomerKeyMd5() - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Returns the base64-encoded MD5 digest of the encryption key for server-side encryption, if the object is encrypted using customer-provided keys.
getSSECustomerKeyMd5() - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
getState() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Returns the current state of this transfer.
getState() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Returns the current state of this transfer.
getStatus() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the status of this rule.
getStatusCode() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Returns the HTTP status code that was returned with this service exception.
getStatusCode() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Returns the HTTP status code that was returned with this service exception.
getStatusCode() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getStatusText() - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
getStorageClass() - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Gets the optional Qcloud COS storage class to use when storing the new object.
getStorageClass() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Returns the storage class of this object.
getStorageClass() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional Qcloud COS storage class to use when storing the newly copied object.
getStorageClass() - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Gets the storage class used by Qcloud COS for this object.
getStorageClass() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Returns the optional storage class to use when storing this upload's data in COS.
getStorageClass() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the class of storage used for the parts in the associated multipart upload.
getSubTransfers() - 接口 中的方法com.qcloud.cos.transfer.MultipleFileUpload
Returns a collection of sub transfers associated with the multi file upload.
getSubTransfers() - 类 中的方法com.qcloud.cos.transfer.MultipleFileUploadImpl
 
getTotalBytesToTransfer() - 类 中的方法com.qcloud.cos.transfer.TransferProgress
Returns the total size in bytes of the associated transfer, or -1 if the total size isn't known.
getTotalNumberOfParts() - 类 中的方法com.qcloud.cos.internal.UploadPartRequestFactory
 
getTraceId() - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
getTraceId() - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Gets Qcloud COS's extended request ID.
getTraceId() - 类 中的方法com.qcloud.cos.internal.ResponseMetadata
 
getTransition() - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Returns the transition attribute of the rule.
getTypeIdentifier() - 接口 中的方法com.qcloud.cos.model.Grantee
Returns the identifier for the type of this grant, to be used when specifying grants in the header of a request.
getTypeIdentifier() - 类 中的方法com.qcloud.cos.model.UinGrantee
 
getUnmodifiedSinceConstraint() - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Gets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
getUnmodifiedSinceConstraint() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional unmodified constraint that restricts this request to executing only if the object has not been modified after the specified date.
getUploadId() - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Returns the ID of the upload to abort.
getUploadId() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Returns the ID of the multipart upload to complete.
getUploadId() - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Returns the initiated multipart upload ID.
getUploadId() - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Returns the ID of the multipart upload whose parts are being listed.
getUploadId() - 类 中的方法com.qcloud.cos.model.MultipartUpload
Returns the unique ID of this multipart upload.
getUploadId() - 类 中的方法com.qcloud.cos.model.PartListing
Returns the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
getUploadId() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns the ID of the existing, initiated multipart upload with which this new part will be associated.
getUploadIdMarker() - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Returns the optional upload ID marker indicating where in the results to begin listing.
getUploadIdMarker() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
getUserAgent() - 类 中的方法com.qcloud.cos.ClientConfig
 
getUserAgent() - 类 中的静态方法com.qcloud.cos.utils.VersionInfoUtils
 
getUserMetadata() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the custom user-metadata for the associated object.
getUserMetaDataOf(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Returns the value of the specified user meta datum.
getVersion() - 类 中的静态方法com.qcloud.cos.utils.VersionInfoUtils
Returns the current version for the COS SDK in which this class is running.
getVersionId() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
getVersionId() - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Returns the version ID of the new object, only present if versioning has been enabled for the bucket.
getVersionId() - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Gets the version ID of the newly copied object.
getVersionId() - 类 中的方法com.qcloud.cos.model.COSObjectId
Returns the version id which is optionally applicable for COS get (but not put) operations.
getVersionId() - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
getVersionId() - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Gets the optional version ID of the object version whose metadata is being retrieved.
getVersionId() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Gets the optional version ID specifying which version of the object to download.
getVersionId() - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Gets the version ID of the associated Qcloud COS object if available.
getVersionId() - 类 中的方法com.qcloud.cos.model.PutObjectResult
Gets the optional version ID of the newly uploaded object.
getVersionId() - 类 中的方法com.qcloud.cos.model.UploadResult
Returns the version ID of the new object.
getWriter() - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
Grant - com.qcloud.cos.model中的类
Specifies a grant, consisting of one grantee and one permission.
Grant(Grantee, Permission) - 类 的构造器com.qcloud.cos.model.Grant
Constructs a new Grant object using the specified grantee and permission objects.
grantAllPermissions(Grant...) - 类 中的方法com.qcloud.cos.model.AccessControlList
Adds a set of grantee/permission pairs to the access control list (ACL), where each item in the set is a Grant object.
Grantee - com.qcloud.cos.model中的接口
Represents a grantee (entity) that can be assigned access permissions in an AccessControlList.
grantPermission(Grantee, Permission) - 类 中的方法com.qcloud.cos.model.AccessControlList
Adds a grantee to the access control list (ACL) with the given permission.

H

handle(CosHttpResponse) - 接口 中的方法com.qcloud.cos.http.HttpResponseHandler
Accepts an HTTP response object, and returns an object of type T.
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.CosErrorResponseHandler
 
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.CosMetadataResponseHandler
 
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.COSObjectResponseHandler
 
handle(XmlResponsesSaxParser.CopyObjectResultHandler, CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.COSVersionHeaderHandler
 
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.COSXmlResponseHandler
 
handle(T, CosHttpResponse) - 接口 中的方法com.qcloud.cos.internal.HeaderHandler
Applies one or more headers to the response object given.
handle(T, CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.ObjectExpirationHeaderHandler
 
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.ResponseHeaderHandlerChain
 
handle(T, CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.ServerSideEncryptionHeaderHandler
 
handle(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.VoidCosResponseHandler
 
hashCode() - 类 中的方法com.qcloud.cos.model.Grant
 
hashCode() - 类 中的方法com.qcloud.cos.model.Owner
 
hasMoreRequests() - 类 中的方法com.qcloud.cos.internal.UploadPartRequestFactory
 
HeaderHandler<T> - com.qcloud.cos.internal中的接口
Assistant response handler that can pull an HTTP header out of the response and apply it to a response object.
Headers - com.qcloud.cos中的接口
Common COS HTTP header values used throughout the COS Java client.
HOST - 接口 中的静态变量com.qcloud.cos.Headers
 
HttpMethodName - com.qcloud.cos.http中的枚举
 
HttpProtocol - com.qcloud.cos.http中的枚举
 
HttpResponseHandler<T> - com.qcloud.cos.http中的接口
 

I

IdleConnectionMonitorThread - com.qcloud.cos.http中的类
 
IdleConnectionMonitorThread(HttpClientConnectionManager) - 类 的构造器com.qcloud.cos.http.IdleConnectionMonitorThread
 
INCLUDE_SKIPPED_BYTES - 类 中的静态变量com.qcloud.cos.internal.LengthCheckInputStream
 
initiateMultipartUpload(InitiateMultipartUploadRequest) - 接口 中的方法com.qcloud.cos.COS
Initiates a multipart upload and returns an InitiateMultipartUploadResult which contains an upload ID.
initiateMultipartUpload(InitiateMultipartUploadRequest) - 类 中的方法com.qcloud.cos.COSClient
 
InitiateMultipartUploadRequest - com.qcloud.cos.model中的类
 
InitiateMultipartUploadRequest(String, String) - 类 的构造器com.qcloud.cos.model.InitiateMultipartUploadRequest
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key.
InitiateMultipartUploadRequest(String, String, ObjectMetadata) - 类 的构造器com.qcloud.cos.model.InitiateMultipartUploadRequest
Constructs a request to initiate a new multipart upload in the specified bucket, stored by the specified key, and with the additional specified object metadata.
InitiateMultipartUploadResult - com.qcloud.cos.model中的类
 
InitiateMultipartUploadResult() - 类 的构造器com.qcloud.cos.model.InitiateMultipartUploadResult
 
InputSubstream - com.qcloud.cos.internal中的类
Filtered input stream implementation that exposes a range of an input stream as a new input stream.
InputSubstream(InputStream, long, long, boolean) - 类 的构造器com.qcloud.cos.internal.InputSubstream
Constructs a new InputSubstream so that when callers start reading from this stream they'll start at the specified offset in the real stream and after they've read the specified length, this stream will look empty.
INSTANCE - 类 中的静态变量com.qcloud.cos.internal.SkipMd5CheckStrategy
 
IOUtils - com.qcloud.cos.utils中的枚举
Utilities for IO operations.
isByteCountEvent() - 枚举 中的方法com.qcloud.cos.event.ProgressEventType
Returns true if this even type is associated with some number of bytes; false otherwise.
isCancelled() - 枚举 中的方法com.qcloud.cos.transfer.PauseStatus
Returns true if the transfer is cancelled else false.
isCloseDisabled() - 类 中的方法com.qcloud.cos.internal.ReleasableInputStream
Returns true if the close method has been disabled; false otherwise.
isCreateEncryptionMaterial() - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
Returns true if a new set of encryption material is to be created; false otherwise.
isDone() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Returns whether or not the transfer is finished (i.e. completed successfully, failed, or was canceled).
isDone() - 类 中的方法com.qcloud.cos.transfer.DownloadMonitor
 
isDone() - 类 中的方法com.qcloud.cos.transfer.MultipleFileTransferMonitor
 
isDone() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Returns whether or not the transfer is finished (i.e. completed successfully, failed, or was canceled).
isDone() - 接口 中的方法com.qcloud.cos.transfer.TransferMonitor
Returns whether the transfer is completed.
isDone() - 类 中的方法com.qcloud.cos.transfer.UploadMonitor
 
isErrorResponse() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
isFileLocked(File) - 枚举 中的静态方法com.qcloud.cos.internal.FileLocks
Returns true if the specified file is currently locked; false otherwise.
isLastPart() - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Returns true if the creator of this request has indicated this part is the last part being uploaded in a multipart upload.
isMultipartUpload() - 类 中的方法com.qcloud.cos.transfer.UploadCallable
Returns true if this UploadCallable is processing a multipart upload.
isNullOrEmpty(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
iso8601DateFormat - 类 中的静态变量com.qcloud.cos.utils.DateUtils
ISO 8601 format
isPaused() - 枚举 中的方法com.qcloud.cos.transfer.PauseStatus
Returns true if the transfer is paused else false.
isRequestCycleEvent() - 枚举 中的方法com.qcloud.cos.event.ProgressEventType
Returns true if this event type is related to the execution of a single http request-response to COS; false otherwise.
isRequesterPays() - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Returns true if the user has enabled Requester Pays option when downloading an object from Requester Pays Bucket; else false.
isRetryable() - 异常错误 中的方法com.qcloud.cos.exception.AbortedException
Returns a hint as to whether it makes sense to retry upon this exception.
isRetryable() - 异常错误 中的方法com.qcloud.cos.exception.CosClientException
Returns a hint as to whether it makes sense to retry upon this exception.
isRetryable() - 异常错误 中的方法com.qcloud.cos.exception.FileLockException
 
isRetryable() - 异常错误 中的方法com.qcloud.cos.exception.PauseException
Returns a hint as to whether it makes sense to retry upon this exception.
isSyncCallSafe(ProgressListener) - 类 中的静态方法com.qcloud.cos.event.DeliveryMode.Check
 
isSyncCallSafe() - 接口 中的方法com.qcloud.cos.event.DeliveryMode
Returns true if it is safe to make a synchronous callback to the implementing listener without the risk of incurring undue latency; false otherwise.
isSyncCallSafe() - 类 中的方法com.qcloud.cos.event.MultipleFileTransferProgressUpdatingListener
 
isSyncCallSafe() - 类 中的方法com.qcloud.cos.event.ProgressListener.ExceptionReporter
 
isSyncCallSafe() - 类 中的方法com.qcloud.cos.event.ProgressListenerChain
 
isSyncCallSafe() - 类 中的方法com.qcloud.cos.event.SyncProgressListener
Always returns true.
isTransferEvent() - 枚举 中的方法com.qcloud.cos.event.ProgressEventType
Returns true if this event type is a transfer event, which may involve multiple request cycle events.
isTruncated() - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Returns true if the listing is truncated, and additional requests need to be made to get more results.
isTruncated() - 类 中的方法com.qcloud.cos.model.ObjectListing
Gets whether or not this object listing is complete.
isTruncated() - 类 中的方法com.qcloud.cos.model.PartListing
Returns whether or not this listing is truncated, and additional requests need to be made to get more results.
isUploadParallelizable(PutObjectRequest, boolean) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Returns true if the specified upload request can use parallel part uploads for increased performance.

J

Jackson - com.qcloud.cos.utils中的枚举
 
join(String, String...) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Joins the strings in parts with joiner between each string
join(List<String>) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Returns a new string created by joining each of the strings in the specified list together, with a comma between them.
jsonGeneratorOf(Writer) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
jsonNodeOf(String) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 

K

KB - 类 中的静态变量com.qcloud.cos.internal.Constants
Kilobytes
key - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The key under which this object is stored

L

LAST_MODIFIED - 接口 中的静态变量com.qcloud.cos.Headers
 
lastModified - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The date, according to Qcloud COS, when this object was last modified
LengthCheckInputStream - com.qcloud.cos.internal中的类
 
LengthCheckInputStream(InputStream, long, boolean) - 类 的构造器com.qcloud.cos.internal.LengthCheckInputStream
Constructs an input stream that performs length check to ensure the number of bytes read from the underlying input stream is the same as the expected total.
LINE_SEPARATOR - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
listenerChain - 类 中的变量com.qcloud.cos.transfer.AbstractTransfer
Hook for adding/removing more progress listeners.
listMultipartUploads(ListMultipartUploadsRequest) - 接口 中的方法com.qcloud.cos.COS
Lists in-progress multipart uploads.
listMultipartUploads(ListMultipartUploadsRequest) - 类 中的方法com.qcloud.cos.COSClient
 
ListMultipartUploadsRequest - com.qcloud.cos.model中的类
 
ListMultipartUploadsRequest(String) - 类 的构造器com.qcloud.cos.model.ListMultipartUploadsRequest
Constructs a new ListMultipartUploadsRequest to list the multipart uploads from the specified bucket.
listNextBatchOfObjects(ObjectListing) - 接口 中的方法com.qcloud.cos.COS
Provides an easy way to continue a truncated object listing and retrieve the next page of results.
listNextBatchOfObjects(ListNextBatchOfObjectsRequest) - 接口 中的方法com.qcloud.cos.COS
Provides an easy way to continue a truncated object listing and retrieve the next page of results.
listNextBatchOfObjects(ObjectListing) - 类 中的方法com.qcloud.cos.COSClient
 
listNextBatchOfObjects(ListNextBatchOfObjectsRequest) - 类 中的方法com.qcloud.cos.COSClient
 
ListNextBatchOfObjectsRequest - com.qcloud.cos.model中的类
Request object for parameters of listing next batch of objects.
ListNextBatchOfObjectsRequest(ObjectListing) - 类 的构造器com.qcloud.cos.model.ListNextBatchOfObjectsRequest
Creates a request object for listing next batch of objects.
listObjects(String) - 接口 中的方法com.qcloud.cos.COS
Returns a list of summary information about the objects in the specified buckets.
listObjects(String, String) - 接口 中的方法com.qcloud.cos.COS
Returns a list of summary information about the objects in the specified bucket.
listObjects(ListObjectsRequest) - 接口 中的方法com.qcloud.cos.COS
Returns a list of summary information about the objects in the specified bucket.
listObjects(String) - 类 中的方法com.qcloud.cos.COSClient
 
listObjects(String, String) - 类 中的方法com.qcloud.cos.COSClient
 
listObjects(ListObjectsRequest) - 类 中的方法com.qcloud.cos.COSClient
 
ListObjectsRequest - com.qcloud.cos.model中的类
Contains options to return a list of summary information about the objects in the specified bucket.
ListObjectsRequest() - 类 的构造器com.qcloud.cos.model.ListObjectsRequest
Constructs a new ListObjectsRequest object.
ListObjectsRequest(String, String, String, String, Integer) - 类 的构造器com.qcloud.cos.model.ListObjectsRequest
Constructs a new ListObjectsRequest object and initializes all required and optional object fields.
listParts(ListPartsRequest) - 接口 中的方法com.qcloud.cos.COS
Lists the parts that have been uploaded for a specific multipart upload.
listParts(ListPartsRequest) - 类 中的方法com.qcloud.cos.COSClient
 
ListPartsRequest - com.qcloud.cos.model中的类
Container for the the parameters of the ListParts operation.
ListPartsRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.ListPartsRequest
Constructs a new ListPartsRequest from the required parameters bucket name, key and upload ID.
loadAndReplaceMimetypes(InputStream) - 类 中的方法com.qcloud.cos.http.Mimetypes
Reads and stores the mime type setting corresponding to a file extension, by reading text from an InputStream.
loadFrom(File, Class<T>) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
lock(File) - 枚举 中的静态方法com.qcloud.cos.internal.FileLocks
Acquires an exclusive lock on the specified file, creating the file as necessary.

M

main(String[]) - 类 中的静态方法com.qcloud.cos.demo.Demo
 
main(String[]) - 类 中的静态方法com.qcloud.cos.demo.STSDemo
 
mark(int) - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
mark(int) - 类 中的方法com.qcloud.cos.internal.LengthCheckInputStream
 
mark(int) - 类 中的方法com.qcloud.cos.internal.MD5DigestCalculatingInputStream
 
mark(int) - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
Marks the current position in this input stream.
mark(int) - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
markSupported() - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
 
markSupported() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
MATERIALS_DESCRIPTION - 接口 中的静态变量com.qcloud.cos.Headers
JSON-encoded description of encryption materials used during encryption
MaterialsDescriptionProvider - com.qcloud.cos.model中的接口
Interface for providing MaterialsDescription.
MAXIMUM_UPLOAD_PARTS - 类 中的静态变量com.qcloud.cos.internal.Constants
The maximum allowed parts in a multipart upload.
MB - 类 中的静态变量com.qcloud.cos.internal.Constants
Megabytes
md5AsBase64(InputStream) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
Returns the MD5 in base64 for the data from the given input stream.
md5AsBase64(byte[]) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
Returns the MD5 in base64 for the given byte array.
md5AsBase64(File) - 类 中的静态方法com.qcloud.cos.utils.Md5Utils
Returns the MD5 in base64 for the given file.
MD5DigestCalculatingInputStream - com.qcloud.cos.internal中的类
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and MD5 digest.
MD5DigestCalculatingInputStream(InputStream) - 类 的构造器com.qcloud.cos.internal.MD5DigestCalculatingInputStream
 
Md5Utils - com.qcloud.cos.utils中的类
 
Md5Utils() - 类 的构造器com.qcloud.cos.utils.Md5Utils
 
metadata - 类 中的变量com.qcloud.cos.internal.ResponseMetadata
 
METADATA_DIRECTIVE - 接口 中的静态变量com.qcloud.cos.Headers
COS request header indicating how to handle metadata when copying an object
MIMETYPE_GZIP - 类 中的静态变量com.qcloud.cos.http.Mimetypes
The default gzip mimetype: application/x-gzip
MIMETYPE_HTML - 类 中的静态变量com.qcloud.cos.http.Mimetypes
The default HTML mimetype: text/html
MIMETYPE_OCTET_STREAM - 类 中的静态变量com.qcloud.cos.http.Mimetypes
The default binary mimetype: application/octet-stream
MIMETYPE_XML - 类 中的静态变量com.qcloud.cos.http.Mimetypes
The default XML mimetype: application/xml
Mimetypes - com.qcloud.cos.http中的类
Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
monitor - 类 中的变量com.qcloud.cos.transfer.AbstractTransfer
 
MultipartUpload - com.qcloud.cos.model中的类
 
MultipartUpload() - 类 的构造器com.qcloud.cos.model.MultipartUpload
 
MultipartUploadListing - com.qcloud.cos.model中的类
The ListMultipartUploadsResponse contains all the information about the ListMultipartUploads method.
MultipartUploadListing() - 类 的构造器com.qcloud.cos.model.MultipartUploadListing
 
MultipleFileDownload - com.qcloud.cos.transfer中的接口
Multiple file download of an entire virtual directory.
MultipleFileDownloadImpl - com.qcloud.cos.transfer中的类
Multiple file download when downloading an entire virtual directory.
MultipleFileDownloadImpl(String, TransferProgress, ProgressListenerChain, String, String, Collection<? extends Download>) - 类 的构造器com.qcloud.cos.transfer.MultipleFileDownloadImpl
 
MultipleFileTransfer<T extends Transfer> - com.qcloud.cos.transfer中的类
Interface for multiple file transfers
MultipleFileTransferMonitor - com.qcloud.cos.transfer中的类
 
MultipleFileTransferMonitor(AbstractTransfer, Collection<? extends AbstractTransfer>) - 类 的构造器com.qcloud.cos.transfer.MultipleFileTransferMonitor
 
MultipleFileTransferProgressUpdatingListener - com.qcloud.cos.event中的类
TransferProgressUpdatingListener for multiple-file transfer.
MultipleFileTransferProgressUpdatingListener(TransferProgress, ProgressListenerChain) - 类 的构造器com.qcloud.cos.event.MultipleFileTransferProgressUpdatingListener
 
MultipleFileTransferStateChangeListener - com.qcloud.cos.event中的类
 
MultipleFileTransferStateChangeListener(CountDownLatch, MultipleFileTransfer<?>) - 类 的构造器com.qcloud.cos.event.MultipleFileTransferStateChangeListener
 
MultipleFileUpload - com.qcloud.cos.transfer中的接口
Multiple file download of an entire virtual directory.
MultipleFileUploadImpl - com.qcloud.cos.transfer中的类
Multiple file upload when uploading an entire directory.
MultipleFileUploadImpl(String, TransferProgress, ProgressListenerChain, String, String, Collection<? extends Upload>) - 类 的构造器com.qcloud.cos.transfer.MultipleFileUploadImpl
 

N

needIntegrityCheck() - 接口 中的方法com.qcloud.cos.utils.ServiceUtils.RetryableCOSDownloadTask
User defines whether integrity check is needed for this RetryableCOSDownloadTask.
needsConnectionLeftOpen() - 接口 中的方法com.qcloud.cos.http.HttpResponseHandler
Indicates if this response handler requires that the underlying HTTP connection not be closed automatically after the response is handled.
needsConnectionLeftOpen() - 类 中的方法com.qcloud.cos.internal.AbstractCosResponseHandler
The majority of COS response handlers read the complete response while handling it, and don't need to manually manage the underlying HTTP connection.
needsConnectionLeftOpen() - 类 中的方法com.qcloud.cos.internal.CosErrorResponseHandler
 
needsConnectionLeftOpen() - 类 中的方法com.qcloud.cos.internal.COSObjectResponseHandler
 
newResettableInputStream(File) - 类 中的静态方法com.qcloud.cos.internal.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into CosClientException.
newResettableInputStream(File, String) - 类 中的静态方法com.qcloud.cos.internal.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into CosClientException with the given error message.
newResettableInputStream(FileInputStream) - 类 中的静态方法com.qcloud.cos.internal.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into CosClientException.
newResettableInputStream(FileInputStream, String) - 类 中的静态方法com.qcloud.cos.internal.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into CosClientException with the given error message.
NOOP - 接口 中的静态变量com.qcloud.cos.event.ProgressListener
 
notifyStateChangeListeners(Transfer.TransferState) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Notifies all the registered state change listeners of the state update.

O

ObjectExpirationHeaderHandler<T extends ObjectExpirationResult> - com.qcloud.cos.internal中的类
 
ObjectExpirationHeaderHandler() - 类 的构造器com.qcloud.cos.internal.ObjectExpirationHeaderHandler
 
ObjectExpirationResult - com.qcloud.cos.internal中的接口
Interface for service responses that receive the x-amz-expiration header.
ObjectListing - com.qcloud.cos.model中的类
Contains the results of listing the objects in an Qcloud COS bucket.
ObjectListing() - 类 的构造器com.qcloud.cos.model.ObjectListing
 
objectMetadata - 类 中的变量com.qcloud.cos.model.InitiateMultipartUploadRequest
Additional information about the new object being created, such as content type, content encoding, user metadata, etc.
ObjectMetadata - com.qcloud.cos.model中的类
Represents the object metadata that is stored with Qcloud COS.
ObjectMetadata() - 类 的构造器com.qcloud.cos.model.ObjectMetadata
 
ObjectMetadataProvider - com.qcloud.cos.transfer中的接口
This is the callback interface which is used by TransferManager.uploadDirectory and TransferManager.uploadFileList.
onPersistableTransfer(PersistableTransfer) - 接口 中的方法com.qcloud.cos.event.COSProgressListener
Called when the information to resume an upload/download operation is available, The execution of the callback of this listener is managed by COSProgressListener.
onPersistableTransfer(PersistableTransfer) - 类 中的方法com.qcloud.cos.event.COSProgressListenerChain
 
OVERWRITE_MODE - 类 中的静态变量com.qcloud.cos.utils.ServiceUtils
 
owner - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The owner of this object - can be null if the requester doesn't have permission to view object ownership information
Owner - com.qcloud.cos.model中的类
Represents the owner of an COS COS bucket.
Owner() - 类 的构造器com.qcloud.cos.model.Owner
Constructs a new Owner without specifying an ID or display name.
Owner(String, String) - 类 的构造器com.qcloud.cos.model.Owner
Constructs a new Owner with the specified ID and display name.

P

parseCompleteMultipartUploadResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
parseCopyObjectResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
parseInitiateMultipartUploadResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
parseISO8601Date(String) - 类 中的静态方法com.qcloud.cos.utils.DateUtils
Parses the specified date string as an ISO 8601 date and returns the Date object.
parseListBucketObjectsResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
Parses a ListBucket response XML document from an input stream.
parseListMultipartUploadsResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
parseListPartsResponse(InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
parsePermission(String) - 枚举 中的静态方法com.qcloud.cos.model.Permission
Returns the Permission enumeration value representing the specified Qcloud COS Region ID string.
parseResponseMetadata(CosHttpResponse) - 类 中的方法com.qcloud.cos.internal.AbstractCosResponseHandler
Parses the COS response metadata (ex: COS request ID) from the specified response, and returns a CosServiceResponse object ready for the result to be plugged in.
parseRFC822Date(String) - 类 中的静态方法com.qcloud.cos.utils.DateUtils
Parses the specified date string as an RFC 822 date and returns the Date object.
parseXmlInputStream(DefaultHandler, InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
Parses an XML document from an input stream using a document handler.
PART_COMPLETED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
PART_FAILED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
PART_STARTED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
PartETag - com.qcloud.cos.model中的类
 
PartETag(int, String) - 类 的构造器com.qcloud.cos.model.PartETag
Constructs an instance of PartETag and sets the part number and ETag.
PartListing - com.qcloud.cos.model中的类
The ListPartsResponse contains all the information about the ListParts method.
PartListing() - 类 的构造器com.qcloud.cos.model.PartListing
 
PartSummary - com.qcloud.cos.model中的类
Container for summary information about a part in a multipart upload, such as part number, size, etc.
PartSummary() - 类 的构造器com.qcloud.cos.model.PartSummary
 
pause() - 接口 中的方法com.qcloud.cos.transfer.Download
Pause the current download operation and returns the information that can be used to resume the download at a later time.
pause() - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
 
pause() - 接口 中的方法com.qcloud.cos.transfer.Upload
Pause the current upload operation and returns the information that can be used to resume the upload.
pause() - 类 中的方法com.qcloud.cos.transfer.UploadImpl
 
PauseException - com.qcloud.cos.exception中的异常错误
 
PauseException(PauseStatus) - 异常错误 的构造器com.qcloud.cos.exception.PauseException
 
PauseResult<T> - com.qcloud.cos.transfer中的类
The result of a pause operation.
PauseResult(PauseStatus, T) - 类 的构造器com.qcloud.cos.transfer.PauseResult
 
PauseResult(PauseStatus) - 类 的构造器com.qcloud.cos.transfer.PauseResult
 
PauseStatus - com.qcloud.cos.transfer中的枚举
The status of a pause operation initiated on a Upload/ Download.
Permission - com.qcloud.cos.model中的枚举
Specifies constants defining an access permission, as granted to grantees in an AccessControlList.
PersistableDownload - com.qcloud.cos.transfer中的类
An opaque token that holds some private state and can be used to resume a paused download operation.
PersistableDownload() - 类 的构造器com.qcloud.cos.transfer.PersistableDownload
 
PersistableDownload(String, String, String, long[], ResponseHeaderOverrides, boolean, String) - 类 的构造器com.qcloud.cos.transfer.PersistableDownload
 
PersistableTransfer - com.qcloud.cos.transfer中的类
Abstract base class for the information of a pausible upload or download; such information can be used to resume the upload or download later on, and can be serialized/deserialized for persistence purposes.
PersistableTransfer() - 类 的构造器com.qcloud.cos.transfer.PersistableTransfer
 
PersistableUpload - com.qcloud.cos.transfer中的类
 
PersistableUpload() - 类 的构造器com.qcloud.cos.transfer.PersistableUpload
 
PersistableUpload(String, String, String, String, long, long) - 类 的构造器com.qcloud.cos.transfer.PersistableUpload
 
populateObjectMetadata(CosHttpResponse, ObjectMetadata) - 类 中的方法com.qcloud.cos.internal.AbstractCosResponseHandler
Populates the specified COSObjectMetadata object with all object metadata pulled from the headers in the specified response.
populateRequestMetadata(CosHttpRequest<?>, ObjectMetadata) - 类 中的静态方法com.qcloud.cos.COSClient
Populates the specified request object with the appropriate headers from the ObjectMetadata object.
PREPARING_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
progressChanged(ProgressEvent) - 类 中的方法com.qcloud.cos.event.MultipleFileTransferProgressUpdatingListener
 
progressChanged(ProgressEvent) - 类 中的方法com.qcloud.cos.event.ProgressListener.ExceptionReporter
Delivers the progress event to the underlying listener but only if there has not been an exception previously thrown by the listener.
progressChanged(ProgressEvent) - 接口 中的方法com.qcloud.cos.event.ProgressListener
Called when progress has changed, such as additional bytes transferred, transfer failed, etc.
progressChanged(ProgressEvent) - 类 中的方法com.qcloud.cos.event.ProgressListenerCallbackExecutor
 
progressChanged(ProgressEvent) - 类 中的方法com.qcloud.cos.event.ProgressListenerChain
 
progressChanged(ProgressEvent) - 类 中的方法com.qcloud.cos.event.TransferProgressUpdatingListener
 
ProgressEvent - com.qcloud.cos.event中的类
A progress event.
ProgressEvent(long) - 类 的构造器com.qcloud.cos.event.ProgressEvent
已过时。
ProgressEvent(ProgressEventType) - 类 的构造器com.qcloud.cos.event.ProgressEvent
Creates a ProgressEvent object with the specified event type.
ProgressEvent(ProgressEventType, long) - 类 的构造器com.qcloud.cos.event.ProgressEvent
Creates a ProgressEvent object.
ProgressEventFilter - com.qcloud.cos.event中的接口
An interface that filters the incoming events before passing them into the registered listeners.
ProgressEventType - com.qcloud.cos.event中的枚举
An enumeration that denotes various types of progress event.
ProgressListener - com.qcloud.cos.event中的接口
 
ProgressListener.ExceptionReporter - com.qcloud.cos.event中的类
A utility class for capturing and reporting the first exception thrown by a given progress listener.
ProgressListener.ExceptionReporter(ProgressListener) - 类 的构造器com.qcloud.cos.event.ProgressListener.ExceptionReporter
 
ProgressListenerCallbackExecutor - com.qcloud.cos.event中的类
This class wraps a ProgressListener object, and manages all its callback execution.
ProgressListenerCallbackExecutor(ProgressListener) - 类 的构造器com.qcloud.cos.event.ProgressListenerCallbackExecutor
 
ProgressListenerChain - com.qcloud.cos.event中的类
An implementation of ProgressListener interface that delegates progressChanged callback to multiple listeners.
ProgressListenerChain(ProgressListener...) - 类 的构造器com.qcloud.cos.event.ProgressListenerChain
Create a listener chain that directly passes all the progress events to the specified listeners.
ProgressListenerChain(ProgressEventFilter, ProgressListener...) - 类 的构造器com.qcloud.cos.event.ProgressListenerChain
Create a listener chain with a ProgressEventFilter.
provideObjectMetadata(File, ObjectMetadata) - 接口 中的方法com.qcloud.cos.transfer.ObjectMetadataProvider
 
publishProgress(ProgressListener, ProgressEventType) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Used to deliver a progress event to the given listener.
publishRequestBytesTransferred(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a request byte transfer event to the given listener.
publishRequestContentLength(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a request content length event to the given listener.
publishRequestReset(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a request reset event to the given listener.
publishResponseBytesDiscarded(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a response bytes discard event to the given listener.
publishResponseBytesTransferred(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a response byte transfer event to the given listener.
publishResponseContentLength(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a response content length event to the given listener.
publishResponseReset(ProgressListener, long) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Convenient method to publish a response reset event to the given listener.
publishTransferPersistable(ProgressListener, PersistableTransfer) - 类 中的静态方法com.qcloud.cos.event.COSProgressPublisher
Used to deliver a persistable transfer to the given cos listener.
putClientMarker(RequestClientOptions.Marker, String) - 类 中的方法com.qcloud.cos.internal.RequestClientOptions
Associates the given value with the given marker.
putCustomQueryParameter(String, String) - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Add a custom query parameter for the request.
putCustomRequestHeader(String, String) - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Put a new custom header to the map of custom header names to custom header values, and return the previous value if the header has already been set in this map.
putObject(PutObjectRequest) - 接口 中的方法com.qcloud.cos.COS
Uploads a new object to the specified Qcloud COS bucket.
putObject(String, String, File) - 接口 中的方法com.qcloud.cos.COS
Uploads the specified file to Qcloud COS under the specified bucket and key name.
putObject(String, String, InputStream, ObjectMetadata) - 接口 中的方法com.qcloud.cos.COS
Uploads the specified file to Qcloud COS under the specified bucket and key name.
putObject(PutObjectRequest) - 类 中的方法com.qcloud.cos.COSClient
 
putObject(String, String, File) - 类 中的方法com.qcloud.cos.COSClient
 
putObject(String, String, InputStream, ObjectMetadata) - 类 中的方法com.qcloud.cos.COSClient
 
PutObjectRequest - com.qcloud.cos.model中的类
Uploads a new object to the specified Qcloud COS bucket.
PutObjectRequest(String, String, File) - 类 的构造器com.qcloud.cos.model.PutObjectRequest
Constructs a new PutObjectRequest object to upload a file to the specified bucket and key.
PutObjectRequest(String, String, String) - 类 的构造器com.qcloud.cos.model.PutObjectRequest
Constructs a new PutObjectRequest object to perform a redirect for the specified bucket and key.
PutObjectRequest(String, String, InputStream, ObjectMetadata) - 类 的构造器com.qcloud.cos.model.PutObjectRequest
Constructs a new PutObjectRequest object to upload a stream of data to the specified bucket and key.
PutObjectResult - com.qcloud.cos.model中的类
 
PutObjectResult() - 类 的构造器com.qcloud.cos.model.PutObjectResult
 

Q

Q_AK - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_HEADER_LIST - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_KEY_TIME - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_SIGN_ALGORITHM_KEY - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_SIGN_ALGORITHM_VALUE - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_SIGN_TIME - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_SIGNATURE - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
Q_URL_PARAM_LIST - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 

R

RANGE - 接口 中的静态变量com.qcloud.cos.Headers
Range header for the get object request
read() - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
read(byte[], int, int) - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
read() - 类 中的方法com.qcloud.cos.internal.LengthCheckInputStream
read(byte[], int, int) - 类 中的方法com.qcloud.cos.internal.LengthCheckInputStream
read() - 类 中的方法com.qcloud.cos.internal.MD5DigestCalculatingInputStream
 
read(byte[], int, int) - 类 中的方法com.qcloud.cos.internal.MD5DigestCalculatingInputStream
 
read() - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
 
read(byte[], int, int) - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
 
read() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
read(byte[], int, int) - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
read() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
read(byte[]) - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
read(byte[], int, int) - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
ReadLimitInfo - com.qcloud.cos.internal中的接口
 
REDIRECT_LOCATION - 接口 中的静态变量com.qcloud.cos.Headers
Header for optional redirect location of an object
Region - com.qcloud.cos.region中的类
 
Region(String) - 类 的构造器com.qcloud.cos.region.Region
 
Region(String, String) - 类 的构造器com.qcloud.cos.region.Region
 
Releasable - com.qcloud.cos.internal中的接口
Used for releasing a resource.
ReleasableInputStream - com.qcloud.cos.internal中的类
An input stream that can have the close operation disabled (to avoid accidentally being closed).
ReleasableInputStream(InputStream) - 类 的构造器com.qcloud.cos.internal.ReleasableInputStream
This constructor is not meant to be used directly.
release() - 接口 中的方法com.qcloud.cos.internal.Releasable
Releases the allocated resource.
release() - 类 中的方法com.qcloud.cos.internal.ReleasableInputStream
Closes the underlying stream file and releases any system resources associated.
release() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
release(Closeable, Logger) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
Releases the given Closeable especially if it was an instance of Releasable.
removeProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.event.ProgressListenerChain
 
removeProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Removes the specified progress listener from the list of progress listeners receiving updates about this transfer's progress.
removeProgressListener(ProgressListener) - 接口 中的方法com.qcloud.cos.transfer.Transfer
Removes the specified progress listener from the list of progress listeners receiving updates about this transfer's progress.
removeQuotes(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
Removes any surrounding quotes from the specified string and returns a new string.
removeStateChangeListener(TransferStateChangeListener) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Removes the given state change listener from the collection of listeners.
replace(String, String, String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
REQUEST_ID - 接口 中的静态变量com.qcloud.cos.Headers
COS response header for a request's cos request ID
RequestClientOptions - com.qcloud.cos.internal中的类
Client request options such as client markers for individual QcloudWebServiceRequests.
RequestClientOptions() - 类 的构造器com.qcloud.cos.internal.RequestClientOptions
 
RequestClientOptions.Marker - com.qcloud.cos.internal中的枚举
 
RequestXmlFactory - com.qcloud.cos.internal中的类
 
RequestXmlFactory() - 类 的构造器com.qcloud.cos.internal.RequestXmlFactory
 
reset() - 类 中的方法com.qcloud.cos.internal.InputSubstream
 
reset() - 类 中的方法com.qcloud.cos.internal.LengthCheckInputStream
 
reset() - 类 中的方法com.qcloud.cos.internal.MD5DigestCalculatingInputStream
Resets the wrapped input stream and the in progress message digest.
reset() - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
reset() - 类 中的方法com.qcloud.cos.model.COSObjectInputStream
RESET_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
ResettableInputStream - com.qcloud.cos.internal中的类
A mark-and-resettable input stream that can be used on files or file input streams.
ResettableInputStream(File) - 类 的构造器com.qcloud.cos.internal.ResettableInputStream
 
ResettableInputStream(FileInputStream) - 类 的构造器com.qcloud.cos.internal.ResettableInputStream
 
RESPONSE_HEADER_CACHE_CONTROL - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
RESPONSE_HEADER_CONTENT_DISPOSITION - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
RESPONSE_HEADER_CONTENT_ENCODING - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
RESPONSE_HEADER_CONTENT_LANGUAGE - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
RESPONSE_HEADER_CONTENT_TYPE - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
RESPONSE_HEADER_EXPIRES - 类 中的静态变量com.qcloud.cos.model.ResponseHeaderOverrides
 
ResponseHeaderHandlerChain<T> - com.qcloud.cos.internal中的类
An XML response handler that can also process an arbitrary number of headers in the response.
ResponseHeaderHandlerChain(Unmarshaller<T, InputStream>, HeaderHandler<T>...) - 类 的构造器com.qcloud.cos.internal.ResponseHeaderHandlerChain
 
ResponseHeaderOverrides - com.qcloud.cos.model中的类
Container object for overriding headers on a GetObjectRequest or GeneratePresignedUrlRequest response.
ResponseHeaderOverrides() - 类 的构造器com.qcloud.cos.model.ResponseHeaderOverrides
 
ResponseMetadata - com.qcloud.cos.internal中的类
 
ResponseMetadata(Map<String, String>) - 类 的构造器com.qcloud.cos.internal.ResponseMetadata
 
ResponseMetadata(ResponseMetadata) - 类 的构造器com.qcloud.cos.internal.ResponseMetadata
 
RESTORE - 接口 中的静态变量com.qcloud.cos.Headers
Header for the optional restore information of an object
resumeDownload(PersistableDownload) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Resumes an download operation.
resumeUpload(PersistableUpload) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Resumes an upload operation.
rethrowExecutionException(ExecutionException) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Examines the cause of the specified ExecutionException and either rethrows it directly (if it's a type of CosClientException) or wraps it in an CosClientException and rethrows it.
retryableDownloadCOSObjectToFile(File, ServiceUtils.RetryableCOSDownloadTask, boolean) - 类 中的静态方法com.qcloud.cos.utils.ServiceUtils
Gets an object stored in COS and downloads it into the specified file.
revokeAllPermissions(Grantee) - 类 中的方法com.qcloud.cos.model.AccessControlList
Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).
rfc822DateFormat - 类 中的静态变量com.qcloud.cos.utils.DateUtils
RFC 822 format
run() - 类 中的方法com.qcloud.cos.http.IdleConnectionMonitorThread
 

S

sanitizeXmlDocument(DefaultHandler, InputStream) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser
 
SdkFilterInputStream - com.qcloud.cos.internal中的类
Base class for COS Java SDK specific FilterInputStream.
SdkFilterInputStream(InputStream) - 类 的构造器com.qcloud.cos.internal.SdkFilterInputStream
 
SdkIOUtils - com.qcloud.cos.internal中的类
 
SdkIOUtils() - 类 的构造器com.qcloud.cos.internal.SdkIOUtils
 
SDKProgressPublisher - com.qcloud.cos.event中的类
This class is responsible for executing the callback method of ProgressListener; listener callbacks are executed sequentially in a separate single thread.
SDKProgressPublisher() - 类 的构造器com.qcloud.cos.event.SDKProgressPublisher
 
SECURITY_TOKEN - 接口 中的静态变量com.qcloud.cos.Headers
DevPay token header
serialize() - 类 中的方法com.qcloud.cos.transfer.PersistableTransfer
Returns the serialized representation of the paused transfer state.
serialize(OutputStream) - 类 中的方法com.qcloud.cos.transfer.PersistableTransfer
Writes the serialized representation of the paused transfer state to the given OutputStream.
SERVER - 接口 中的静态变量com.qcloud.cos.Headers
 
SERVER_SIDE_ENCRYPTION - 接口 中的静态变量com.qcloud.cos.Headers
Header for optional server-side encryption algorithm
SERVER_SIDE_ENCRYPTION_CUSTOMER_ALGORITHM - 接口 中的静态变量com.qcloud.cos.Headers
Header for the encryption algorithm used when encrypting the object with customer-provided keys
SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY - 接口 中的静态变量com.qcloud.cos.Headers
Header for the customer-provided key for server-side encryption
SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY_MD5 - 接口 中的静态变量com.qcloud.cos.Headers
Header for the MD5 digest of the customer-provided key for server-side encryption
ServerSideEncryptionHeaderHandler<T extends ServerSideEncryptionResult> - com.qcloud.cos.internal中的类
Base request handler for responses that include a server-side encryption header
ServerSideEncryptionHeaderHandler() - 类 的构造器com.qcloud.cos.internal.ServerSideEncryptionHeaderHandler
 
ServerSideEncryptionResult - com.qcloud.cos.internal中的接口
Interface for service responses that include the server-side-encryption related headers.
ServiceClientHolderInputStream - com.qcloud.cos.internal中的类
This wrapper input stream holds a reference to the service client.
ServiceClientHolderInputStream(InputStream, COSClient) - 类 的构造器com.qcloud.cos.internal.ServiceClientHolderInputStream
 
ServiceUtils - com.qcloud.cos.utils中的类
 
ServiceUtils() - 类 的构造器com.qcloud.cos.utils.ServiceUtils
 
ServiceUtils.RetryableCOSDownloadTask - com.qcloud.cos.utils中的接口
Interface for the task of downloading object from COS to a specific file, enabling one-time retry mechanism after integrity check failure on the downloaded file.
setAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional access control list for the new object.
setAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional access control list for the new object.
setAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Sets the optional access control list for the new bucket.
setAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional access control list for the new upload.
setAdditionalDetails(Map<String, String>) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
setAdditionalDetails(Map<String, String>) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Sets additional information about the response.
setAlgorithm(String) - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Sets the encryption algorithm to use with this customer-provided server-side encryption key.
setBucket(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
setBucketName(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to abort.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the name of an existing bucket where this request will upload a new object to.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to complete.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the name of the bucket containing the completed multipart object.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.COSObject
Sets the name of the bucket in which this object is contained.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the name of the Qcloud COS bucket in which this object is stored.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Sets the name of the Qcloud COS bucket to create.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.DeleteBucketRequest
Sets the name of the Qcloud COS bucket to delete.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Sets the name of the Qcloud COS bucket containing the object to delete.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the name of the bucket containing the object whose metadata is being retrieved.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the name of the bucket containing the object to be downloaded.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Sets the name of the bucket in which the new multipart upload was initiated.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the name of the bucket containing the multipart uploads to list.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the name of the Qcloud COS bucket whose objects are to be listed.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the name of the bucket containing the multipart upload whose parts are being listed.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the name of the bucket containing the listed multipart uploads, as specified in the original request.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the name of the bucket containing the listed parts, as specified in the original request.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated.
setBucketName(String) - 类 中的方法com.qcloud.cos.model.UploadResult
Sets the name of the bucket containing the uploaded object.
setCacheControl(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the optional Cache-Control HTTP header which allows the user to specify caching behavior along the HTTP request/reply chain.
setCacheControl(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the cache control response header.
setCannedAccessControlList(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the canned ACL to use for the newly copied object.
setCannedAcl(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional pre-configured access control policy to use for the new object.
setCannedAcl(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Sets the optional Canned ACL to set for the new bucket.
setCannedACL(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
setCommonPrefixes(List<String>) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
For internal use only.
setCommonPrefixes(List<String>) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setConfiguration(TransferManagerConfiguration) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Sets the configuration which specifies how this TransferManager processes requests.
setConnectionRequestTimeout(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setConnectionTimeout(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setContent(InputStream) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setContent(InputStream) - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
setContentDisposition(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the optional Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as.
setContentDisposition(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content disposition response header override.
setContentEncoding(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the optional Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field.
setContentEncoding(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content encoding response header override.
setContentLanguage(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content language response header override
setContentLength(long) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the Content-Length HTTP header indicating the size of the associated object in bytes.
setContentMD5(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the base64 encoded 128-bit MD5 digest of the associated object (content - not including headers) according to RFC 1864.
setContentMd5(String) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the Base64-encoded MD5 hash of the object content that was calculated on the client-side.
setContentType(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the Content-Type HTTP header indicating the type of content stored in the associated object.
setContentType(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content type response header override.
setCosObject(COSObject) - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
 
setCreateEncryptionMaterial(boolean) - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
 
setCreationDate(Date) - 类 中的方法com.qcloud.cos.model.Bucket
For internal use only.
setDate(Date) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Set the expiration date of this object.
setDays(int) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Sets the time, in days, between when an object is uploaded to the bucket and when it expires.
setDelimiter(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
setDelimiter(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be combined into a single result element in the ObjectListing.getCommonPrefixes() list.
setDelimiter(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
For internal use only.
setDelimiter(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setDestinationBucketName(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the destination bucket name which will contain the new, copied object.
setDestinationKey(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the destination bucket key under which the new, copied object will be stored.
setDestinationSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
setDisplayName(String) - 类 中的方法com.qcloud.cos.model.Owner
Sets the display name of the owner.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
For internal use only.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setEncodingType(String) - 类 中的方法com.qcloud.cos.model.PartListing
For internal use only.
setEndPoint(String) - 类 中的方法com.qcloud.cos.ClientConfig
 
setEndpoint(URI) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setErrorCode(String) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Sets the COS error code represented by this exception.
setErrorCode(String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
 
setErrorMessage(String) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Sets the human-readable error message provided by the service.
setErrorMessage(String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Sets the human-readable error message provided by the service
setErrorResponseXml(String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Sets the error response XML received from Cos
setErrorType(CosServiceException.ErrorType) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Sets the type of error represented by this exception (sender, receiver, or unknown), indicating if this exception was the caller's fault, or the service's fault.
setETag(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the entity tag identifying the new object.
setETag(String) - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Sets the ETag value for the new object that was created from the associated copy object request.
setETag(String) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the hex encoded 128-bit MD5 hash of this object's contents as computed by Qcloud COS.
setETag(String) - 类 中的方法com.qcloud.cos.model.PartETag
Sets the entity tag generated from the content of the associated part.
setETag(String) - 类 中的方法com.qcloud.cos.model.PartSummary
Sets the entity tag generated from the part content.
setETag(String) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the ETag value for the new object that was created from the associated putObject request.
setETag(String) - 类 中的方法com.qcloud.cos.model.UploadPartResult
Sets the entity tag of the newly uploaded part.
setETag(String) - 类 中的方法com.qcloud.cos.model.UploadResult
Sets the entity tag identifying the new object.
setExpirationDate(Date) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the expiration date of the object.
setExpirationInDays(int) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the time, in days, between when an object is uploaded to the bucket and when it expires.
setExpirationTime(Date) - 接口 中的方法com.qcloud.cos.internal.ObjectExpirationResult
Sets the expiration date of the object.
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the expiration time for the object.
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Sets the expiration time for the object.
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
For internal use only.
setExpirationTime(Date) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the expiration time for the object.
setExpirationTimeRuleId(String) - 接口 中的方法com.qcloud.cos.internal.ObjectExpirationResult
Sets the bucket lifecycle configuration rule ID for the expiration of this object.
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the BucketLifecycleConfiguration rule ID for this object's expiration
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Sets the BucketLifecycleConfiguration rule ID for this object's expiration
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the BucketLifecycleConfiguration rule ID for this object's expiration
setExpirationTimeRuleId(String) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the BucketLifecycleConfiguration rule ID for this object's expiration
setExpires(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the expires response header override.
setFile(File) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the path and name of the file containing the data to be uploaded to Qcloud COS.
setFile(File) - 接口 中的方法com.qcloud.cos.model.CosDataSource
 
setFile(File) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the file containing the data to upload.
setFileOffset(long) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional offset in the specified file, at which to begin uploading data for this part.
setGeneralProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
Sets the optional progress listener for receiving updates about the progress of the request.
setHeader(String, Object) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
For internal use only.
setHeaders(Map<String, String>) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setHeaders(Map<String, String>) - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
setHttpExpiresDate(Date) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Set the date when the object is no longer cacheable.
setHttpMethod(HttpMethodName) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setHttpProtocol(HttpProtocol) - 类 中的方法com.qcloud.cos.ClientConfig
 
setHttpProxyIp(String) - 类 中的方法com.qcloud.cos.ClientConfig
 
setHttpProxyPort(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setId(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the ID of this rule.
setId(String) - 类 中的方法com.qcloud.cos.model.Owner
Sets the ID of the owner.
setIdentifier(String) - 接口 中的方法com.qcloud.cos.model.Grantee
Sets the identifier for this grantee.
setIdentifier(String) - 类 中的方法com.qcloud.cos.model.UinGrantee
 
setInitiated(Date) - 类 中的方法com.qcloud.cos.model.MultipartUpload
Sets the date at which this upload was initiated.
setInitiator(Owner) - 类 中的方法com.qcloud.cos.model.MultipartUpload
Sets the user who initiated this multipart upload.
setInitiator(Owner) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the user who initiated the associated multipart upload.
setInputStream(InputStream) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the input stream containing the data to be uploaded to Qcloud COS.
setInputStream(InputStream) - 接口 中的方法com.qcloud.cos.model.CosDataSource
 
setInputStream(InputStream) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the stream containing the data to upload for the new part.
setKey(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the key of the multipart upload to abort.
setKey(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the key under which to store the new object.
setKey(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the key under which the multipart upload to complete is stored.
setKey(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the key of the newly created object.
setKey(String) - 类 中的方法com.qcloud.cos.model.COSObject
Sets the key under which this object is stored.
setKey(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
setKey(String) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the key under which this object is stored in Qcloud COS.
setKey(String) - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Sets the key of the object to delete.
setKey(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the key of the object whose metadata is being retrieved.
setKey(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the key under which the object to be downloaded is stored.
setKey(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
setKey(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Sets the object key for which the multipart upload was initiated.
setKey(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the key of the associated multipart upload whose parts are being listed.
setKey(String) - 类 中的方法com.qcloud.cos.model.MultipartUpload
Sets the key by which this upload is stored.
setKey(String) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the key value specified in the original request used to identify which multipart upload contains the parts to list.
setKey(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the key of the initiated multipart upload.
setKey(String) - 类 中的方法com.qcloud.cos.model.UploadResult
Sets the key of the newly created object.
setKeyMarker(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional key marker indicating where in the results to begin listing.
setKeyMarker(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the optional key marker specified in the original request to specify where in the results to begin listing multipart uploads.
setLastModified(Date) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the date, according to Qcloud COS, this object was last modified.
setLastModified(Date) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
For internal use only.
setLastModified(Date) - 类 中的方法com.qcloud.cos.model.PartSummary
Sets the date this part was last modified.
setLastModifiedDate(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Sets the date the newly copied object was last modified.
setLastPart(boolean) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Marks this part as the last part being uploaded in a multipart upload.
setLatestFutureTask(Future<?>) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
 
setLocation(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the URL identifying the new multipart object.
setMarker(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional marker parameter indicating where in the bucket to begin listing.
setMarker(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setMatchingETagConstraints(List<String>) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional list of ETag constraints that, when present, must include a match for the source object's current ETag in order for the copy object request to be executed.
setMatchingETagConstraints(List<String>) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional list of ETag constraints that when present must include a match for the object's current ETag in order for this request to be executed.
setMaterialsDescription(Map<String, String>) - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
sets the materials description for the encryption materials to be used with the current Multi Part Upload Request.
setMaterialsDescription(Map<String, String>) - 类 中的方法com.qcloud.cos.model.EncryptedPutObjectRequest
sets the materials description for the encryption materials to be used with the current PutObjectRequest.
setMaxConnectionsCount(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setMaxKeys(Integer) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
setMaxKeys(int) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setMaxParts(int) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional maximum number of parts to be returned in the part listing.
setMaxParts(int) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the optional max parts value specified in the original request to limit how many parts are listed.
setMaxUploads(Integer) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional maximum number of uploads to return.
setMaxUploads(int) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the optional maximum number of uploads to be listed, as specified in the original request.
setMd5(String) - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Sets the optional MD5 digest (base64-encoded) of the encryption key to use when encrypting the object.
setMd5Digest(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional, but recommended, MD5 hash of the content of this part.
setMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional metadata instructing Qcloud COS how to handle the uploaded data (e.g. custom user metadata, hooks for specifying content type, etc.).
setMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the metadata retrieved as a response to COSClient#putObject(PutObjectRequest) operation.
setMinimumUploadPartSize(long) - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Sets the minimum part size for upload parts.
setModifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
setModifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
setMonitor(TransferMonitor) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Sets the monitor used to poll for transfer completion.
setMultipartCopyPartSize(long) - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Sets the minimum part size in bytes for each part in a multi-part copy request.
setMultipartCopyThreshold(long) - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Sets the size threshold in bytes for when to use multi-part copy requests.
setMultipartUploads(List<MultipartUpload>) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the list of multipart uploads.
setMultipartUploadThreshold(long) - 类 中的方法com.qcloud.cos.transfer.TransferManagerConfiguration
Sets the size threshold in bytes for when to use multipart uploads.
setName(String) - 类 中的方法com.qcloud.cos.model.Bucket
Sets the name of the bucket.
setNewObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the object metadata to use for the new, copied object.
setNextKeyMarker(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the next key marker that should be used in the next request to get the next page of results.
setNextMarker(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setNextPartNumberMarker(int) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the next part number marker.
setNextUploadIdMarker(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the next upload ID marker that should be used in the next request to get the next page of results.
setNonmatchingETagConstraints(List<String>) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional list of ETag constraints that, when present, must not include a match for the source object's current ETag in order for the copy object request to be executed.
setNonmatchingETagConstraints(List<String>) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional list of ETag constraints that when present must not include a match for the object's current ETag in order for this request to be executed.
setObjectContent(COSObjectInputStream) - 类 中的方法com.qcloud.cos.model.COSObject
Sets the input stream containing this object's contents.
setObjectContent(InputStream) - 类 中的方法com.qcloud.cos.model.COSObject
Sets the input stream containing this object's contents.
setObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.COSObject
Sets the object metadata for this object.
setObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
setObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the additional information about the part being uploaded.
setOwner(Owner) - 类 中的方法com.qcloud.cos.model.AccessControlList
For internal use only.
setOwner(Owner) - 类 中的方法com.qcloud.cos.model.Bucket
For internal use only.
setOwner(Owner) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the owner of this object.
setOwner(Owner) - 类 中的方法com.qcloud.cos.model.MultipartUpload
Sets the owner of this multipart upload.
setOwner(Owner) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the user who owns the associated multipart upload.
setParameters(Map<String, String>) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setPartETags(List<PartETag>) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.
setPartNumber(int) - 类 中的方法com.qcloud.cos.model.PartETag
Sets the part number of the associated part.
setPartNumber(int) - 类 中的方法com.qcloud.cos.model.PartSummary
Sets the part number describing this part's position relative to the other parts in the multipart upload.
setPartNumber(int) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the part number describing this part's position relative to the other parts in the multipart upload.
setPartNumber(int) - 类 中的方法com.qcloud.cos.model.UploadPartResult
Sets the part number of the newly uploaded part.
setPartNumberMarker(Integer) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional part number marker indicating where in the results to being listing parts.
setPartNumberMarker(int) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the optional part number marker specified in the original request to specify where in the results to begin listing parts.
setParts(List<PartSummary>) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the list of parts described in this part listing.
setPartSize(long) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the size of this part, in bytes.
setPrefix(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the key prefix for which this rule will apply.
setPrefix(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional prefix parameter, restricting the response to multipart uploads for keys that begin with the specified prefix.
setPrefix(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional prefix parameter, restricting the response to keys that begin with the specified prefix.
setPrefix(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
For internal use only.
setPrefix(String) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setPreviousObjectListing(ObjectListing) - 类 中的方法com.qcloud.cos.model.ListNextBatchOfObjectsRequest
Sets the previous object listing and all the features of the next object listing as well.
setRange(long, long) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional inclusive byte range within the desired object that will be downloaded by this request.
setRawResponseContent(String) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
setReadLimit(int) - 类 中的方法com.qcloud.cos.internal.RequestClientOptions
Sets the optional mark-and-reset read limit used for signing and retry purposes.
setRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional redirect location for the new object.
setRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional redirect location for the newly copied object.
setRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional redirect location for the new object.
setRegion(Region) - 类 中的方法com.qcloud.cos.ClientConfig
 
setRequesterPays(boolean) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Used for downloading an Qcloud COS Object from a Requester Pays Bucket.
setRequestId(String) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Sets the COS requestId for this exception.
setRequestId(String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
 
setResourcePath(String) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
setResponseHeaders(ResponseHeaderOverrides) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the headers to be overridden in the service response.
setResponseMetadata(ResponseMetadata) - 类 中的方法com.qcloud.cos.internal.CosServiceResponse
Sets the response metadata associated with this response.
setResult(T) - 类 中的方法com.qcloud.cos.internal.CosServiceResponse
Sets the result contained by this response.
setRules(List<BucketLifecycleConfiguration.Rule>) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration
Sets the rules that comprise this configuration.
setSecurityToken(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the security token for the object.
setServerSideEncryption(String) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the server-side encryption algorithm for the object.
setSignExpired(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setSignExpiredTime(long) - 类 中的方法com.qcloud.cos.auth.COSSigner
 
setSize(long) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the size of this object in bytes.
setSize(long) - 类 中的方法com.qcloud.cos.model.PartSummary
Sets the size of this part, in bytes.
setSocketTimeout(int) - 类 中的方法com.qcloud.cos.ClientConfig
 
setSourceBucketName(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the name of the bucket containing the source object to be copied.
setSourceBucketRegion(Region) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
setSourceKey(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the source bucket key under which the source object to be copied is stored.
setSourceSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
setSourceVersionId(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional version ID specifying which version of the source object to copy.
setSSEAlgorithm(String) - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Sets the server-side encryption algorithm for the response.
setSSEAlgorithm(String) - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
setSSECOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the COS Key Management System parameters used to encrypt the object on server side.
setSseCOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
 
setSSECOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the COS Key Management System parameters used to encrypt the object on server side.
setSSECustomerAlgorithm(String) - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Sets the server-side encryption algorithm used when encrypting the object with customer-provided keys.
setSSECustomerAlgorithm(String) - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
setSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the uploaded object.
setSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the optional customer-provided server-side encryption key to use when retrieving the metadata of a server-side encrypted object.
setSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional customer-provided server-side encryption key to use to decrypt this object.
setSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the upload being started.
setSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded.
setSSECustomerKeyMd5(String) - 接口 中的方法com.qcloud.cos.internal.ServerSideEncryptionResult
Sets the base64-encoded MD5 digest of the encryption key for server-side encryption.
setSSECustomerKeyMd5(String) - 类 中的方法com.qcloud.cos.internal.SSEResultBase
 
setState(Transfer.TransferState) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Sets the current state of this transfer.
setState(Transfer.TransferState) - 类 中的方法com.qcloud.cos.transfer.DownloadImpl
This method is also responsible for firing COMPLETED signal to the listeners.
setState(Transfer.TransferState) - 类 中的方法com.qcloud.cos.transfer.MultipleFileTransfer
Override this method so that TransferState updates are also sent out to the progress listener chain in forms of ProgressEvent.
setStatus(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the status of this rule.
setStatusCode(int) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
Sets the HTTP status code that was returned with this service exception.
setStatusCode(int) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
Sets the HTTP status code that was returned with this service exception.
setStatusCode(int) - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
setStatusText(String) - 类 中的方法com.qcloud.cos.http.CosHttpResponse
 
setStorageClass(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional Qcloud COS storage class to use when storing the new object.
setStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional Qcloud COS storage class to use when storing the new object.
setStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Sets the storage class of this object.
setStorageClass(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional Qcloud COS storage class to use when storing the newly copied object.
setStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional Qcloud COS storage class to use when storing the newly copied object.
setStorageClass(String) - 类 中的方法com.qcloud.cos.model.COSObjectSummary
Sets the storage class used by Qcloud COS for this object.
setStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional storage class to use when storing this upload's data in COS.
setStorageClass(String) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the class of storage used for the parts in the associated multipart upload.
setTotalBytesToTransfer(long) - 类 中的方法com.qcloud.cos.transfer.TransferProgress
 
setTraceId(String) - 异常错误 中的方法com.qcloud.cos.exception.CosServiceException
 
setTraceId(String) - 类 中的方法com.qcloud.cos.exception.CosServiceExceptionBuilder
 
setTransition(BucketLifecycleConfiguration.Transition) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the transition describing how this object will move between different storage classes in Qcloud COS.
setTruncated(boolean) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets whether this listing is truncated, and additional requests need to be made to get more results.
setTruncated(boolean) - 类 中的方法com.qcloud.cos.model.ObjectListing
For internal use only.
setTruncated(boolean) - 类 中的方法com.qcloud.cos.model.PartListing
Sets whether or not this listing is truncated, and additional requests need to be made to get more results.
setUnmodifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
setUnmodifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the object has not been modified after the specified date.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the ID of the upload to abort.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the ID of the multipart upload to complete.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadResult
Sets the initiated multipart upload ID.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the ID of the multipart upload whose parts are being listed.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.MultipartUpload
Sets the unique ID of this multipart upload.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.PartListing
Sets the upload ID value specified in the original request used to identify which multipart upload contains the parts to list.
setUploadId(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the ID of the existing, initiated multipart upload with which this new part will be associated.
setUploadIdMarker(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional upload ID marker indicating where in the results to begin listing.
setUploadIdMarker(String) - 类 中的方法com.qcloud.cos.model.MultipartUploadListing
Sets the optional upload ID marker specified in the original request to specify where in the results to begin listing multipart uploads.
setUserAgent(String) - 类 中的方法com.qcloud.cos.ClientConfig
 
setUserMetadata(Map<String, String>) - 类 中的方法com.qcloud.cos.model.ObjectMetadata
Sets the custom user-metadata for the associated object.
setVersionId(String) - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
setVersionId(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadResult
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
setVersionId(String) - 类 中的方法com.qcloud.cos.model.CopyObjectResult
Sets the version ID of the newly copied object.
setVersionId(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
setVersionId(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the optional version ID of the object version whose metadata is being retrieved.
setVersionId(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional version ID specifying which version of the object to download.
setVersionId(String) - 类 中的方法com.qcloud.cos.model.PutObjectResult
Sets the optional version ID of the newly uploaded object.
setVersionId(String) - 类 中的方法com.qcloud.cos.model.UploadResult
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
shouldUseMultipartUpload(PutObjectRequest, TransferManagerConfiguration) - 类 中的静态方法com.qcloud.cos.transfer.TransferManagerUtils
Returns true if the the specified request should be processed as a multipart upload (instead of a single part upload).
shutdown() - 类 中的方法com.qcloud.cos.COSClient
 
shutdown(boolean) - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
Can be used to shutdown the (legacy) executor.
shutdown() - 接口 中的方法com.qcloud.cos.http.CosHttpClient
 
shutdown() - 类 中的方法com.qcloud.cos.http.DefaultCosHttpClient
 
shutdown() - 类 中的方法com.qcloud.cos.http.IdleConnectionMonitorThread
 
shutdownNow() - 类 中的方法com.qcloud.cos.transfer.TransferManager
Forcefully shuts down this TransferManager instance - currently executing transfers will not be allowed to finish.
shutdownNow(boolean) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Forcefully shuts down this TransferManager instance - currently executing transfers will not be allowed to finish.
sign(CosHttpRequest<X>, COSCredentials) - 类 中的方法com.qcloud.cos.auth.COSSigner
 
SIGN_EXPIRED_TIME - 类 中的静态变量com.qcloud.cos.auth.COSSignerConstants
 
size - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The size of this object, in bytes
skip(long) - 类 中的方法com.qcloud.cos.internal.LengthCheckInputStream
skip(long) - 类 中的方法com.qcloud.cos.internal.ResettableInputStream
 
skip(long) - 类 中的方法com.qcloud.cos.internal.SdkFilterInputStream
 
skipClientSideValidationPerGetResponse(ObjectMetadata) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should use the Headers#ETAG header returned by COS to validate the integrity of the message client side based on the server response.
skipClientSideValidationPerPutResponse(ObjectMetadata) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should use the Headers#ETAG header returned by COS to validate the integrity of the message client side based on the server response.
skipClientSideValidationPerRequest(PutObjectRequest) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should use the Headers#ETAG header returned by COS to validate the integrity of the message client side.
skipClientSideValidationPerRequest(UploadPartRequest) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should use the Headers#ETAG header returned by COS to validate the integrity of the message client side.
skipClientSideValidationPerRequest(GetObjectRequest) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Based on the given GetObjectRequest, returns whether the specified request should skip MD5 check on the requested object content.
skipClientSideValidationPerUploadPartResponse(ObjectMetadata) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should use the Headers#ETAG header returned by COS to validate the integrity of the message client side based on the server response.
SkipMd5CheckStrategy - com.qcloud.cos.internal中的类
Logic for determining whether MD5 checksum validation should be performed or not.
skipServerSideValidation(PutObjectRequest) - 类 中的方法com.qcloud.cos.internal.SkipMd5CheckStrategy
Determines whether the client should calculate and send the Headers#CONTENT_MD5 header to be validated by COS per the request.
SSEAlgorithm - com.qcloud.cos.model中的枚举
Server-side Encryption Algorithm.
SSECOSKeyManagementParams - com.qcloud.cos.model中的类
 
SSECOSKeyManagementParams() - 类 的构造器com.qcloud.cos.model.SSECOSKeyManagementParams
Constructs a new instance of SSECOSKeyManagementParams.
SSECOSKeyManagementParams(String) - 类 的构造器com.qcloud.cos.model.SSECOSKeyManagementParams
Constructs a new instance of SSECOSKeyManagementParams with the user specified COS Key Management System Key Id.
SSECOSKeyManagementParamsProvider - com.qcloud.cos.model中的接口
Implemented by classes that support the option of using SSE with COS Key Management System.
SSECustomerKey - com.qcloud.cos.model中的类
Represents a customer provided key for use with Qcloud COS server-side encryption.
SSECustomerKey(String) - 类 的构造器com.qcloud.cos.model.SSECustomerKey
Constructs a new customer provided server-side encryption key using the specified base64-encoded key material.
SSECustomerKey(byte[]) - 类 的构造器com.qcloud.cos.model.SSECustomerKey
Constructs a new customer provided server-side encryption key using the specified raw key material.
SSECustomerKey(SecretKey) - 类 的构造器com.qcloud.cos.model.SSECustomerKey
Constructs a new customer provided server-side encryption key using the specified SecretKey.
SSECustomerKeyProvider - com.qcloud.cos.model中的接口
Implemented by classes that support the option of using SSE Customer key.
sseResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
sseResult() - 类 中的方法com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
SSEResultBase - com.qcloud.cos.internal中的类
Common abstract base class for result that contains server side encryption (SSE) information.
SSEResultBase() - 类 的构造器com.qcloud.cos.internal.SSEResultBase
 
start(String) - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
start(String, String, String) - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
start(String, String[], String[]) - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
STARTED_EVENT_CODE - 类 中的静态变量com.qcloud.cos.event.ProgressEvent
state - 类 中的变量com.qcloud.cos.transfer.AbstractTransfer
The current state of this transfer.
stateChangeListeners - 类 中的变量com.qcloud.cos.transfer.AbstractTransfer
Collection of listeners to be notified for changes to the state of this transfer via setState()
STORAGE_CLASS - 接口 中的静态变量com.qcloud.cos.Headers
Header describing what class of storage a user wants
storageClass - 类 中的变量com.qcloud.cos.model.COSObjectSummary
The class of storage used by Qcloud COS to store this object
StorageClass - com.qcloud.cos.model中的枚举
Specifies constants that define COS storage classes.
StringUtils - com.qcloud.cos.utils中的类
Utilities for converting objects to strings.
StringUtils() - 类 的构造器com.qcloud.cos.utils.StringUtils
 
STSDemo - com.qcloud.cos.demo中的类
 
STSDemo() - 类 的构造器com.qcloud.cos.demo.STSDemo
 
subTransfers - 类 中的变量com.qcloud.cos.transfer.MultipleFileTransfer
 
SYNC - 类 中的静态变量com.qcloud.cos.event.SDKProgressPublisher
 
SyncProgressListener - com.qcloud.cos.event中的类
Abstract adapter class for a progress listener that is delivered with progress event synchronously.
SyncProgressListener() - 类 的构造器com.qcloud.cos.event.SyncProgressListener
 

T

Throwables - com.qcloud.cos.exception中的类
 
Throwables() - 类 的构造器com.qcloud.cos.exception.Throwables
 
throwExceptionIfAny() - 类 中的方法com.qcloud.cos.event.ProgressListener.ExceptionReporter
Throws the underlying exception, if any, as an CosClientException; or do nothing otherwise.
toBase64(byte[]) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Converts byte data to a Base64-encoded string.
toBigDecimal(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
toBigInteger(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
toBoolean(StringBuilder) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
toByteArray(InputStream) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
Reads and returns the rest of the given input stream as a byte array.
toBytesDirect(String) - 枚举 中的静态方法com.qcloud.cos.utils.CodecUtils
Returns a byte array representing the given string, truncating each character into a byte directly.
toHex(byte[]) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Converts byte data to a Hex-encoded string in lower case.
toInteger(StringBuilder) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
toJsonPrettyString(Object) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
toJsonString(Object) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
 
toListObjectsRequest() - 类 中的方法com.qcloud.cos.model.ListNextBatchOfObjectsRequest
Creates a new ListObjectsRequest object using the previous object listing.
toStream(ByteBuffer) - 类 中的静态方法com.qcloud.cos.utils.BinaryUtils
Wraps a ByteBuffer in an InputStream.
toString() - 类 中的方法com.qcloud.cos.event.ProgressEvent
 
toString() - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
toString() - 类 中的方法com.qcloud.cos.internal.ResponseMetadata
 
toString() - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
toString() - 类 中的方法com.qcloud.cos.model.AccessControlList
 
toString() - 类 中的方法com.qcloud.cos.model.Bucket
 
toString() - 枚举 中的方法com.qcloud.cos.model.CannedAccessControlList
Returns the Qcloud COS x-cos-acl header value for this canned acl.
toString() - 类 中的方法com.qcloud.cos.model.COSObject
 
toString() - 类 中的方法com.qcloud.cos.model.COSObjectId
 
toString() - 类 中的方法com.qcloud.cos.model.Grant
 
toString() - 类 中的方法com.qcloud.cos.model.Owner
 
toString() - 枚举 中的方法com.qcloud.cos.model.Permission
Gets the string representation of this permission object as defined by Qcloud COS, eg.
toString() - 枚举 中的方法com.qcloud.cos.model.SSEAlgorithm
 
toString() - 枚举 中的方法com.qcloud.cos.model.StorageClass
 
toString(InputStream) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
Reads and returns the rest of the given input stream as a string.
toString(StringBuilder) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
 
toStringDirect(byte[]) - 枚举 中的静态方法com.qcloud.cos.utils.CodecUtils
Returns a string representing the given byte array, treating each byte as a single octet character.
TRACE_ID - 接口 中的静态变量com.qcloud.cos.Headers
COS response header for TRACE ID
Transfer - com.qcloud.cos.transfer中的接口
 
Transfer.TransferState - com.qcloud.cos.transfer中的枚举
Enumeration of the possible transfer states.
TransferCompletionFilter - com.qcloud.cos.event中的类
 
TransferCompletionFilter() - 类 的构造器com.qcloud.cos.event.TransferCompletionFilter
 
TransferManager - com.qcloud.cos.transfer中的类
High level utility for managing transfers to Qcloud COS.
TransferManager(COS) - 类 的构造器com.qcloud.cos.transfer.TransferManager
Constructs a new TransferManager, specifying the client to use when making requests to Qcloud COS.
TransferManager(COS, ExecutorService) - 类 的构造器com.qcloud.cos.transfer.TransferManager
Constructs a new TransferManager specifying the client and thread pool to use when making requests to Qcloud COS.
TransferManager(COS, ExecutorService, boolean) - 类 的构造器com.qcloud.cos.transfer.TransferManager
Constructs a new TransferManager specifying the client and thread pool to use when making requests to Qcloud COS.
TransferManagerConfiguration - com.qcloud.cos.transfer中的类
Configuration options for how TransferManager processes requests.
TransferManagerConfiguration() - 类 的构造器com.qcloud.cos.transfer.TransferManagerConfiguration
 
TransferManagerUtils - com.qcloud.cos.transfer中的类
Internal utilities for multipart uploads with TransferManager.
TransferManagerUtils() - 类 的构造器com.qcloud.cos.transfer.TransferManagerUtils
 
TransferMonitor - com.qcloud.cos.transfer中的接口
Monitors long-running transfers.
TransferProgress - com.qcloud.cos.transfer中的类
Describes the progress of a transfer.
TransferProgress() - 类 的构造器com.qcloud.cos.transfer.TransferProgress
 
TransferProgressUpdatingListener - com.qcloud.cos.event中的类
 
TransferProgressUpdatingListener(TransferProgress) - 类 的构造器com.qcloud.cos.event.TransferProgressUpdatingListener
 
transferStateChanged(Transfer, Transfer.TransferState) - 类 中的方法com.qcloud.cos.event.MultipleFileTransferStateChangeListener
 
transferStateChanged(Transfer, Transfer.TransferState) - 接口 中的方法com.qcloud.cos.event.TransferStateChangeListener
 
TransferStateChangeListener - com.qcloud.cos.event中的接口
Listener for transfer state changes.
trim(String) - 类 中的静态方法com.qcloud.cos.utils.StringUtils
A null-safe trim method.
tryPause(boolean) - 接口 中的方法com.qcloud.cos.transfer.Upload
Tries to pause the current upload operation and returns the information that can be used to resume the upload.
tryPause(boolean) - 类 中的方法com.qcloud.cos.transfer.UploadImpl
 

U

UinGrantee - com.qcloud.cos.model中的类
 
UinGrantee() - 类 的构造器com.qcloud.cos.model.UinGrantee
 
unchanged() - 枚举 中的方法com.qcloud.cos.transfer.PauseStatus
Returns true if the transfer is not started or the pause operation has no effect on the transfer.
UNENCRYPTED_CONTENT_LENGTH - 接口 中的静态变量com.qcloud.cos.Headers
Header for the original, unencrypted size of an encrypted object
UNENCRYPTED_CONTENT_MD5 - 接口 中的静态变量com.qcloud.cos.Headers
Header for the optional original unencrypted Content MD5 of an encrypted object
unlock(File) - 枚举 中的静态方法com.qcloud.cos.internal.FileLocks
Unlocks a file previously locked via FileLocks.lock(File).
unmarshall(R) - 接口 中的方法com.qcloud.cos.internal.Unmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.CompleteMultipartUploadResultUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.CopyObjectUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.InitiateMultipartUploadResultUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.InputStreamUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.ListMultipartUploadsResultUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.ListObjectsUnmarshaller
 
unmarshall(InputStream) - 类 中的方法com.qcloud.cos.internal.Unmarshallers.ListPartsResultUnmarshaller
 
Unmarshaller<T,R> - com.qcloud.cos.internal中的接口
 
Unmarshallers - com.qcloud.cos.internal中的类
Collection of unmarshallers for COS XML responses.
Unmarshallers() - 类 的构造器com.qcloud.cos.internal.Unmarshallers
 
Unmarshallers.CompleteMultipartUploadResultUnmarshaller - com.qcloud.cos.internal中的类
 
Unmarshallers.CompleteMultipartUploadResultUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.CompleteMultipartUploadResultUnmarshaller
 
Unmarshallers.CopyObjectUnmarshaller - com.qcloud.cos.internal中的类
Unmarshaller for the CopyObject XML response.
Unmarshallers.CopyObjectUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.CopyObjectUnmarshaller
 
Unmarshallers.InitiateMultipartUploadResultUnmarshaller - com.qcloud.cos.internal中的类
 
Unmarshallers.InitiateMultipartUploadResultUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.InitiateMultipartUploadResultUnmarshaller
 
Unmarshallers.InputStreamUnmarshaller - com.qcloud.cos.internal中的类
Unmarshaller for the a direct InputStream response.
Unmarshallers.InputStreamUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.InputStreamUnmarshaller
 
Unmarshallers.ListMultipartUploadsResultUnmarshaller - com.qcloud.cos.internal中的类
 
Unmarshallers.ListMultipartUploadsResultUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.ListMultipartUploadsResultUnmarshaller
 
Unmarshallers.ListObjectsUnmarshaller - com.qcloud.cos.internal中的类
Unmarshaller for the ListObjects XML response.
Unmarshallers.ListObjectsUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.ListObjectsUnmarshaller
 
Unmarshallers.ListPartsResultUnmarshaller - com.qcloud.cos.internal中的类
 
Unmarshallers.ListPartsResultUnmarshaller() - 类 的构造器com.qcloud.cos.internal.Unmarshallers.ListPartsResultUnmarshaller
 
unwrapExecutionException(ExecutionException) - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Unwraps the root exception that caused the specified ExecutionException and returns it.
updateProgress(long) - 类 中的方法com.qcloud.cos.transfer.TransferProgress
 
upload(String, String, InputStream, ObjectMetadata) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to upload data to Qcloud COS.
upload(String, String, File) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to upload data to Qcloud COS.
upload(PutObjectRequest) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to upload data to Qcloud COS.
upload(PutObjectRequest, COSProgressListener) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Schedules a new transfer to upload data to Qcloud COS.
Upload - com.qcloud.cos.transfer中的接口
Represents an asynchronous upload to Qcloud COS.
UploadCallable - com.qcloud.cos.transfer中的类
 
UploadCallable(TransferManager, ExecutorService, UploadImpl, PutObjectRequest, ProgressListenerChain, String, TransferProgress) - 类 的构造器com.qcloud.cos.transfer.UploadCallable
 
uploadDirectory(String, String, File, boolean) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Uploads all files in the directory given to the bucket named, optionally recursing for all subdirectories.
uploadDirectory(String, String, File, boolean, ObjectMetadataProvider) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Uploads all files in the directory given to the bucket named, optionally recursing for all subdirectories.
uploadFileList(String, String, File, List<File>) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Uploads all specified files to the bucket named, constructing relative keys depending on the commonParentDirectory given.
uploadFileList(String, String, File, List<File>, ObjectMetadataProvider) - 类 中的方法com.qcloud.cos.transfer.TransferManager
Uploads all specified files to the bucket named, constructing relative keys depending on the commonParentDirectory given.
UploadImpl - com.qcloud.cos.transfer中的类
 
UploadImpl(String, TransferProgress, ProgressListenerChain, TransferStateChangeListener) - 类 的构造器com.qcloud.cos.transfer.UploadImpl
 
UploadMonitor - com.qcloud.cos.transfer中的类
Manages an upload by periodically checking to see if the upload is done, and returning a result if so.
uploadPart(UploadPartRequest) - 接口 中的方法com.qcloud.cos.COS
Uploads a part in a multipart upload.
uploadPart(UploadPartRequest) - 类 中的方法com.qcloud.cos.COSClient
 
UploadPartCallable - com.qcloud.cos.transfer中的类
 
UploadPartCallable(COS, UploadPartRequest) - 类 的构造器com.qcloud.cos.transfer.UploadPartCallable
 
UploadPartRequest - com.qcloud.cos.model中的类
 
UploadPartRequest() - 类 的构造器com.qcloud.cos.model.UploadPartRequest
 
UploadPartRequestFactory - com.qcloud.cos.internal中的类
Factory for creating all the individual UploadPartRequest objects for a multipart upload.
UploadPartRequestFactory(PutObjectRequest, String, long) - 类 的构造器com.qcloud.cos.internal.UploadPartRequestFactory
 
UploadPartResult - com.qcloud.cos.model中的类
 
UploadPartResult() - 类 的构造器com.qcloud.cos.model.UploadPartResult
 
UploadResult - com.qcloud.cos.model中的类
Contains information returned by Qcloud COS for a completed upload.
UploadResult() - 类 的构造器com.qcloud.cos.model.UploadResult
 
UrlEncoderUtils - com.qcloud.cos.utils中的类
 
UrlEncoderUtils() - 类 的构造器com.qcloud.cos.utils.UrlEncoderUtils
 
USER_AGENT - 接口 中的静态变量com.qcloud.cos.Headers
 
UTF8 - 类 中的静态变量com.qcloud.cos.utils.StringUtils
 

V

validateBucketName(String) - 枚举 中的静态方法com.qcloud.cos.internal.BucketNameUtils
 
value(String) - 类 中的方法com.qcloud.cos.internal.XmlWriter
 
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.event.ProgressEventType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.exception.CosServiceException.ErrorType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.http.HttpMethodName
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.http.HttpProtocol
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.internal.BucketNameUtils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.internal.FileLocks
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.internal.RequestClientOptions.Marker
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.model.CannedAccessControlList
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.model.CosDataSource.Utils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.model.Permission
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.model.SSEAlgorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.model.StorageClass
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.transfer.PauseStatus
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.transfer.Transfer.TransferState
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.utils.Base64
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.utils.CodecUtils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.qcloud.cos.event.ProgressEventType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.exception.CosServiceException.ErrorType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.http.HttpMethodName
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.http.HttpProtocol
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.internal.BucketNameUtils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.internal.FileLocks
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.internal.RequestClientOptions.Marker
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.model.CannedAccessControlList
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.model.CosDataSource.Utils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.model.Permission
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.model.SSEAlgorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.model.StorageClass
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.transfer.PauseStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.transfer.Transfer.TransferState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.utils.Base64
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.utils.CodecUtils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.utils.IOUtils
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qcloud.cos.utils.Jackson
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VersionInfoUtils - com.qcloud.cos.utils中的类
 
VersionInfoUtils() - 类 的构造器com.qcloud.cos.utils.VersionInfoUtils
 
VoidCosResponseHandler - com.qcloud.cos.internal中的类
 
VoidCosResponseHandler() - 类 的构造器com.qcloud.cos.internal.VoidCosResponseHandler
 

W

waitForCompletion() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Waits for this transfer to complete.
waitForCompletion() - 类 中的方法com.qcloud.cos.transfer.MultipleFileDownloadImpl
Waits for this transfer to complete.
waitForCompletion() - 类 中的方法com.qcloud.cos.transfer.MultipleFileUploadImpl
Waits for this transfer to complete.
waitForCompletion() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Waits for this transfer to complete.
waitForException() - 类 中的方法com.qcloud.cos.transfer.AbstractTransfer
Waits for this transfer to finish and returns any error that occurred, or returns null if no errors occurred.
waitForException() - 接口 中的方法com.qcloud.cos.transfer.Transfer
Waits for this transfer to finish and returns any error that occurred, or returns null if no errors occurred.
waitForUploadResult() - 接口 中的方法com.qcloud.cos.transfer.Upload
Waits for this upload to complete and returns the result of this upload.
waitForUploadResult() - 类 中的方法com.qcloud.cos.transfer.UploadImpl
Waits for this upload to complete and returns the result of this upload.
waitTillCompletion() - 类 中的静态方法com.qcloud.cos.event.SDKProgressPublisher
已过时。
withAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional access control list for the new object.
withAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional access control list for the new object.
withAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Sets the optional access control list for the new bucket.
withAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional access control list for the new upload.
withAccessControlList(AccessControlList) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withAlgorithm(String) - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Sets the encryption algorithm to use with this customer-provided server-side encryption key, and returns this object so that method calls can be chained together.
withBucket(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
withBucketName(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to abort and returns the updated object so that additional calls can be chained together.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the name of the bucket where this request will upload a new object to.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the name of the bucket containing the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest so that additional method calls can be chained together.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Sets the name of the Qcloud COS bucket containing the object to delete and returns this object, enabling additional method calls to be chained together.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the name of the bucket containing the object whose metadata is being retrieved.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the name of the bucket containing the object to be downloaded.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the name of the bucket in which to create the new multipart upload, and hence, the eventual object created from the multipart upload.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets The name of the bucket containing the uploads to list, and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the name of the Qcloud COS bucket whose objects are to be listed.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the BucketName property for this request.
withBucketName(String) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withBucketName(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the name of the bucket containing the existing, initiated multipart upload, with which this new part will be associated, and returns this updated object so that additional method calls can be chained together.
withCacheControl(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the cache control response header.
withCannedAccessControlList(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the canned ACL to use for the newly copied object, and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withCannedAcl(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional pre-configured access control policy to use for the new object.
withCannedAcl(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.CreateBucketRequest
Sets the optional Canned ACL to set for the new bucket, and returns this updated object so that additional method calls can be chained together.
withCannedACL(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional canned Access Control List (ACL) to set permissions for the new object created when the multipart upload is completed.
withCannedAcl(CannedAccessControlList) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withContentDisposition(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content disposition response header override.
withContentEncoding(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content encoding response header override.
withContentLanguage(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content language response header override
withContentType(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the content type response header override.
withCreateEncryptionMaterial(boolean) - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
 
withDate(Date) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Set the expiration date of this object and returns a reference to this object(Transition) for method chaining.
withDays(int) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object for method chaining.
withDelimiter(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional delimiter parameter that causes multipart uploads for keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the MultipartUploadListing.getCommonPrefixes() list.
withDelimiter(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional delimiter parameter that causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the ObjectListing.getCommonPrefixes() list.
withDestinationBucketName(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the name of the destination bucket which will contain the new, copied object and returns this object, enabling additional method calls to be chained together.
withDestinationKey(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the destination bucket key under which the new, copied object will be stored and returns this object, enabling additional method calls can be chained together.
withEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
withEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
withEncodingType(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional encodingType parameter indicating the encoding method to be applied on the response.
withETag(String) - 类 中的方法com.qcloud.cos.model.PartETag
Sets the entity tag generated from the content of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.
withExpirationDate(Date) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the expiration date of the object and returns a reference to this object(Rule) for method chaining.
withExpirationInDays(int) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the time, in days, between when an object is uploaded to the bucket and when it expires, and returns a reference to this object for method chaining.
withExpires(String) - 类 中的方法com.qcloud.cos.model.ResponseHeaderOverrides
Sets the expires response header override.
withFile(File) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the file containing the data to be uploaded to Qcloud COS.
withFile(File) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withFile(File) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the file containing the data to upload, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withFileOffset(long) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional offset in the specified file, at which to begin uploading data for this part, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withGeneralProgressListener(ProgressListener) - 类 中的方法com.qcloud.cos.internal.CosServiceRequest
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.
withId(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the ID of this rule and returns a reference to this object for method chaining.
withInputStream(InputStream) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the input stream containing the data to be uploaded to Qcloud COS.
withInputStream(InputStream) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withInputStream(InputStream) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the stream containing the data to upload for the new part, and returns this updated object so that additional method calls can be chained together.
withKey(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the key of the multipart upload to abort and returns the updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
withKey(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the key under which to store the new object.
withKey(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the key under which the multipart upload to complete is stored, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
withKey(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
withKey(String) - 类 中的方法com.qcloud.cos.model.DeleteObjectRequest
Sets the key of the object to delete and returns this object, enabling additional method calls to be chained together.
withKey(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the key of the object whose metadata is being retrieved.
withKey(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the key under which the object to be downloaded is stored.
withKey(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the key by which to store the new multipart upload, and hence, the eventual object created from the multipart upload.
withKey(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the key of the associated multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withKey(String) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withKey(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the key of the initiated multipart upload, and returns this updated object so that additional method calls can be chained together.
withKeyMarker(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the KeyMarker property for this request.
withLastPart(boolean) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Marks this part as the last part being uploaded in a multipart upload, and returns this updated request object so that additional method calls can be chained together.
withMarker(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional marker parameter indicating where in the bucket to begin listing.
withMatchingETagConstraint(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.
withMatchingETagConstraint(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets a single ETag constraint to this request.
withMaterialsDescription(Map<String, String>) - 类 中的方法com.qcloud.cos.model.EncryptedInitiateMultipartUploadRequest
sets the materials description for the encryption materials to be used with the current Multi Part Upload Request.
withMaterialsDescription(Map<String, String>) - 类 中的方法com.qcloud.cos.model.EncryptedPutObjectRequest
sets the materials description for the encryption materials to be used with the current PutObjectRequest.
withMaxKeys(Integer) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional maxKeys parameter indicating the maximum number of keys to include in the response.
withMaxParts(int) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional maximum number of parts to be returned in the part listing and returns this updated ListPartsRequest objects so that additional method calls can be chained together.
withMaxUploads(int) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional maximum number of uploads to return and returns this updated ListMultipartUploadsRequest object so that additional method calls can be chained together.
withMd5(String) - 类 中的方法com.qcloud.cos.model.SSECustomerKey
Sets the optional MD5 digest (base64-encoded) of the encryption key to use when encrypting the object, and returns the updated object so that additional method calls can be chained together.
withMD5Digest(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional, but recommended, MD5 hash of the content of this part.
withMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional metadata instructing Qcloud COS how to handle the uploaded data (e.g. custom user metadata, hooks for specifying content type, etc.).
withMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withModifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the source object has been modified after the specified date.
withModifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional modified constraint that restricts this request to executing only if the object has been modified after the specified date.
withNewObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the object metadata to use for the new, copied object and returns this object, enabling additional method calls to be chained together.
withNonmatchingETagConstraint(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Adds a single ETag constraint to this request and returns this object, enabling additional method calls to be chained together.
withNonmatchingETagConstraint(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets a single ETag constraint to this request.
withObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the additional information about the new object being created, such as content type, content encoding, user metadata, etc.
withObjectMetadata(ObjectMetadata) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
withParameter(String, String) - 类 中的方法com.qcloud.cos.http.CosHttpRequest
 
withPartETags(List<PartETag>) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.
withPartETags(UploadPartResult...) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.
withPartETags(Collection<UploadPartResult>) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.
withPartNumber(int) - 类 中的方法com.qcloud.cos.model.PartETag
Sets the part number of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.
withPartNumber(int) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the part number describing this part's position relative to the other parts in the multipart upload.
withPartNumberMarker(Integer) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the optional part number marker indicating where in the results to being listing parts, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withPartSize(long) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the size of this part, in bytes, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withPrefix(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the key prefix for this rule and returns a reference to this object for method chaining.
withPrefix(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional prefix parameter restricting the response to multipart uploads for keys that begin with the specified prefix.
withPrefix(String) - 类 中的方法com.qcloud.cos.model.ListObjectsRequest
Sets the optional prefix parameter restricting the response to keys that begin with the specified prefix.
withPreviousObjectListing(ObjectListing) - 类 中的方法com.qcloud.cos.model.ListNextBatchOfObjectsRequest
Sets the previous object listing and returns the updated request object so that additional method calls can be chained together.
withRange(long, long) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional inclusive byte range within the desired object that will be downloaded by this request.
withRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional redirect location for the new object.Returns this AbstractPutObjectRequest, enabling additional method calls to be chained together.
withRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional redirect location for the newly copied object.Returns this CopyObjectRequest, enabling additional method calls to be chained together.
withRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional redirect location for the new object.
withRedirectLocation(String) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withResponseHeaders(ResponseHeaderOverrides) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the headers to be overridden in the service response and returns this object, for method chaining.
withRules(List<BucketLifecycleConfiguration.Rule>) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration
Sets the rules that comprise this configuration and returns a reference to this object for easy method chaining.
withRules(BucketLifecycleConfiguration.Rule...) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration
Convenience array style method for BucketLifecycleConfiguration.withRules(List)
withSourceBucketName(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the name of the bucket containing the source object to be copied, and returns this object, enabling additional method calls to be chained together.
withSourceKey(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the key in the source bucket under which the source object to be copied is stored and returns this object, enabling additional method calls to be chained together.
withSourceVersionId(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional version ID specifying which version of the source object to copy and returns this object, enabling additional method calls to be chained together.
withSSECOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the COS Key Management System parameters used to encrypt the object on server side.
withSSECOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the COS Key Management System parameters used to encrypt the object on server side.
withSSECOSKeyManagementParams(SSECOSKeyManagementParams) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the uploaded object, and returns the updated request object so that additional method calls can be chained together.
withSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional customer-provided server-side encryption key to use to decrypt this object, and returns the updated GetObjectRequest so that additional method calls may be chained together.
withSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the upload being started, and returns the updated InitiateMultipartUploadRequest so that additional method calls may be chained together.
withSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withSSECustomerKey(SSECustomerKey) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the optional customer-provided server-side encryption key to use to encrypt the object part being uploaded, and returns the updated request object so that additional method calls can be chained together.
withStatus(String) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the status of this rule and returns a reference to this object for method chaining.
withStorageClass(String) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional Qcloud COS storage class to use when storing the new object.
withStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.AbstractPutObjectRequest
Sets the optional Qcloud COS storage class to use when storing the new object.
withStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Transition
Sets the storage class of this object and returns a reference to this object(Transition) for method chaining.
withStorageClass(String) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional Qcloud COS storage class to use when storing the newly copied object and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional Qcloud COS storage class to use when storing the newly copied object and returns this CopyObjectRequest, enabling additional method calls to be chained together.
withStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
Sets the optional storage class to use when storing this upload's data in COS.
withStorageClass(String) - 类 中的方法com.qcloud.cos.model.InitiateMultipartUploadRequest
 
withStorageClass(String) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withStorageClass(StorageClass) - 类 中的方法com.qcloud.cos.model.PutObjectRequest
 
withTransition(BucketLifecycleConfiguration.Transition) - 类 中的方法com.qcloud.cos.model.BucketLifecycleConfiguration.Rule
Sets the transition describing how this object will move between different storage classes in Qcloud COS and returns a reference to this object(Rule) for method chaining.
withUnmodifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.CopyObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the source object has not been modified after the specified date.
withUnmodifiedSinceConstraint(Date) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional unmodified constraint that restricts this request to executing only if the object has not been modified after the specified date.
withUploadId(String) - 类 中的方法com.qcloud.cos.model.AbortMultipartUploadRequest
Sets the ID of the multipart upload to abort, and returns this updated AbortMultipartUploadRequest object so that additional method calls can be chained together.
withUploadId(String) - 类 中的方法com.qcloud.cos.model.CompleteMultipartUploadRequest
Sets the ID of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.
withUploadId(String) - 类 中的方法com.qcloud.cos.model.ListPartsRequest
Sets the ID of the multipart upload whose parts are being listed, and returns this updated ListPartsRequest object so that additional method calls can be chained together.
withUploadId(String) - 类 中的方法com.qcloud.cos.model.UploadPartRequest
Sets the ID of the existing, initiated multipart upload with which this new part will be associated, and returns this updated UploadPartRequest object so that additional method calls can be chained together.
withUploadIdMarker(String) - 类 中的方法com.qcloud.cos.model.ListMultipartUploadsRequest
Sets the optional upload ID marker indicating where in the results to begin listing and returns this updated ListMultipartUploadsRequest object so that additional methods can be chained together.
withVersionId(String) - 类 中的方法com.qcloud.cos.model.COSObjectIdBuilder
 
withVersionId(String) - 类 中的方法com.qcloud.cos.model.GetObjectMetadataRequest
Sets the optional version ID of the object version whose metadata is being retrieved.
withVersionId(String) - 类 中的方法com.qcloud.cos.model.GetObjectRequest
Sets the optional version ID specifying which version of the object to download and returns this object, enabling additional method calls to be chained together.
wrap(ProgressListener) - 类 中的静态方法com.qcloud.cos.event.ProgressListener.ExceptionReporter
Returns a wrapper for the given listener to capture the first exception thrown.
wrap(InputStream) - 类 中的静态方法com.qcloud.cos.internal.ReleasableInputStream
Wraps the given input stream into a ReleasableInputStream if necessary.
wrapListener(ProgressListener) - 类 中的静态方法com.qcloud.cos.event.ProgressListenerCallbackExecutor
Returns a new ProgressListenerCallbackExecutor instance that wraps the specified ProgressListener if it is not null, otherwise directly returns null.

X

XmlResponsesSaxParser - com.qcloud.cos.internal中的类
XML Sax parser to read XML documents returned by COS via the REST interface, converting these documents into objects.
XmlResponsesSaxParser() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser
Constructs the XML SAX parser.
XmlResponsesSaxParser.CompleteMultipartUploadHandler - com.qcloud.cos.internal中的类
 
XmlResponsesSaxParser.CompleteMultipartUploadHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.CompleteMultipartUploadHandler
 
XmlResponsesSaxParser.CopyObjectResultHandler - com.qcloud.cos.internal中的类
Handler for CreateBucketConfiguration response XML documents for a bucket.
XmlResponsesSaxParser.CopyObjectResultHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.CopyObjectResultHandler
 
XmlResponsesSaxParser.InitiateMultipartUploadHandler - com.qcloud.cos.internal中的类
 
XmlResponsesSaxParser.InitiateMultipartUploadHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.InitiateMultipartUploadHandler
 
XmlResponsesSaxParser.ListBucketHandler - com.qcloud.cos.internal中的类
Handler for ListBucket response XML documents
XmlResponsesSaxParser.ListBucketHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.ListBucketHandler
 
XmlResponsesSaxParser.ListMultipartUploadsHandler - com.qcloud.cos.internal中的类
 
XmlResponsesSaxParser.ListMultipartUploadsHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.ListMultipartUploadsHandler
 
XmlResponsesSaxParser.ListPartsHandler - com.qcloud.cos.internal中的类
 
XmlResponsesSaxParser.ListPartsHandler() - 类 的构造器com.qcloud.cos.internal.XmlResponsesSaxParser.ListPartsHandler
 
XmlWriter - com.qcloud.cos.internal中的类
Basic XML Writer helper library.
XmlWriter() - 类 的构造器com.qcloud.cos.internal.XmlWriter
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2017. All rights reserved.