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

A

abortMultipartUpload(AbortMultipartUploadRequest) - Method in interface com.obs.services.IObsClient
Abort a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in class com.obs.services.ObsClient
 
abortMultipartUpload(AbortMultipartUploadRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
abortMultipartUpload(AbortMultipartUploadRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
AbortMultipartUploadRequest - Class in com.obs.services.model
Parameters in a request for aborting an multipart upload
AbortMultipartUploadRequest() - Constructor for class com.obs.services.model.AbortMultipartUploadRequest
 
AbortMultipartUploadRequest(String, String, String) - Constructor for class com.obs.services.model.AbortMultipartUploadRequest
Constructor
AbstractBulkRequest - Class in com.obs.services.model
Abstract class for request parameters of bulk tasks
AbstractBulkRequest() - Constructor for class com.obs.services.model.AbstractBulkRequest
 
AbstractBulkRequest(String) - Constructor for class com.obs.services.model.AbstractBulkRequest
 
AbstractNotification - Class in com.obs.services.model
Abstract class for event notification configuration
AbstractNotification() - Constructor for class com.obs.services.model.AbstractNotification
 
AbstractNotification(String, AbstractNotification.Filter, List<EventTypeEnum>) - Constructor for class com.obs.services.model.AbstractNotification
Constructor
AbstractNotification.Filter - Class in com.obs.services.model
List of filtering rules configured for event notification
AbstractNotification.Filter() - Constructor for class com.obs.services.model.AbstractNotification.Filter
 
AbstractNotification.Filter.FilterRule - Class in com.obs.services.model
Filtering rules configured for event notification
AbstractNotification.Filter.FilterRule() - Constructor for class com.obs.services.model.AbstractNotification.Filter.FilterRule
 
AbstractNotification.Filter.FilterRule(String, String) - Constructor for class com.obs.services.model.AbstractNotification.Filter.FilterRule
Constructor
AbstractTemporarySignatureRequest - Class in com.obs.services.model
Abstract class for request parameters of signature-carrying queries
AbstractTemporarySignatureRequest() - Constructor for class com.obs.services.model.AbstractTemporarySignatureRequest
 
AbstractTemporarySignatureRequest(HttpMethodEnum, String, String) - Constructor for class com.obs.services.model.AbstractTemporarySignatureRequest
Constructor
AccessControlList - Class in com.obs.services.model
Bucket or object ACL Include a set of permissions (Permission) authorized to specified grantee (GranteeInterface).
AccessControlList() - Constructor for class com.obs.services.model.AccessControlList
 
acl - Variable in class com.obs.services.model.PutObjectBasicRequest
 
acl - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
addAllUserMetadata(Map<String, String>) - Method in class com.obs.services.model.SetObjectMetadataRequest
Add customized metadata for a group of objects.
addFilterRule(String, String) - Method in class com.obs.services.model.AbstractNotification.Filter
Add a filtering rule.
addFunctionGraphConfiguration(FunctionGraphConfiguration) - Method in class com.obs.services.model.BucketNotificationConfiguration
Add FunctionGraph notification configuration.
addKeyAndVersion(String, String) - Method in class com.obs.services.model.DeleteObjectsRequest
Add an object to be deleted.
addKeyAndVersion(String) - Method in class com.obs.services.model.DeleteObjectsRequest
Add an object to be deleted.
addKeyAndVersion(String, String) - Method in class com.obs.services.model.RestoreObjectsRequest
Add an object to be restored.
addKeyAndVersion(String) - Method in class com.obs.services.model.RestoreObjectsRequest
Add an object to be restored.
addRule(LifecycleConfiguration.Rule) - Method in class com.obs.services.model.LifecycleConfiguration
Add a lifecycle rule.
addRules(DisPolicyBean) - Method in class com.oef.services.model.DisPolicy
 
addTag(String, String) - Method in class com.obs.services.model.BucketTagInfo.TagSet
Add a tag.
addTargetGrant(GrantAndPermission) - Method in class com.obs.services.model.BucketLoggingConfiguration
Add permissions for logged objects
addTopicConfiguration(TopicConfiguration) - Method in class com.obs.services.model.BucketNotificationConfiguration
Add event notification configuration.
addUserMetadata(String, String) - Method in class com.obs.services.model.ObjectMetadata
Add customized metadata for an object.
addUserMetadata(String, String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Add customized metadata for an object.
AES256 - Static variable in class com.obs.services.model.ServerAlgorithm
Deprecated.
SSE-C supports only AES256.
ALL_USERS - Static variable in class com.obs.services.model.GroupGrantee
Anonymous user group, indicating all users
append(File) - Method in class com.obs.services.model.fs.ObsFSFile
Append data to a file.
append(InputStream) - Method in class com.obs.services.model.fs.ObsFSFile
Append data to a file.
appendFile(WriteFileRequest) - Method in interface com.obs.services.IFSClient
Append data to a file.
appendFile(WriteFileRequest) - Method in class com.obs.services.ObsClient
 
appendObject(AppendObjectRequest) - Method in interface com.obs.services.IObsClient
Perform an appendable upload.
appendObject(AppendObjectRequest) - Method in class com.obs.services.ObsClient
 
AppendObjectRequest - Class in com.obs.services.model
Parameters in an appendable upload request
AppendObjectRequest() - Constructor for class com.obs.services.model.AppendObjectRequest
 
AppendObjectResult - Class in com.obs.services.model
Response to an appendable upload request
AppendObjectResult(String, String, String, long, StorageClassEnum, String) - Constructor for class com.obs.services.model.AppendObjectResult
 
attribute() - Method in class com.obs.services.model.fs.ObsFSFile
Obtains file properties.
attribute() - Method in class com.obs.services.model.fs.ObsFSFolder
Obtain folder properties.
AUTHENTICATED_USERS - Static variable in class com.obs.services.model.GroupGrantee
Deprecated.
AuthTypeEnum - Enum in com.obs.services.model
Authentication type
AvailableZoneEnum - Enum in com.obs.services.model
Bucket cluster type
AVALIABLE - Static variable in class com.obs.services.model.RestoreObjectRequest.RestoreObjectStatus
The object has been restored and can be downloaded.

B

base64Md5(InputStream, long, long) - Method in class com.obs.services.ObsClient
 
base64Md5(InputStream) - Method in class com.obs.services.ObsClient
 
BasicObsCredentialsProvider - Class in com.obs.services
 
BasicObsCredentialsProvider(ISecurityKey) - Constructor for class com.obs.services.BasicObsCredentialsProvider
 
BasicObsCredentialsProvider(String, String) - Constructor for class com.obs.services.BasicObsCredentialsProvider
 
BasicObsCredentialsProvider(String, String, String) - Constructor for class com.obs.services.BasicObsCredentialsProvider
 
BucketCors - Class in com.obs.services.model
Bucket CORS rules
BucketCors() - Constructor for class com.obs.services.model.BucketCors
 
BucketCors(List<BucketCorsRule>) - Constructor for class com.obs.services.model.BucketCors
Constructor
BucketCorsRule - Class in com.obs.services.model
Bucket CORS rules
BucketCorsRule() - Constructor for class com.obs.services.model.BucketCorsRule
 
BucketDirectColdAccess - Class in com.obs.services.model
Direct reading policy for Archive objects in a bucket
BucketDirectColdAccess(RuleStatusEnum) - Constructor for class com.obs.services.model.BucketDirectColdAccess
Constructor
BucketDirectColdAccess() - Constructor for class com.obs.services.model.BucketDirectColdAccess
Constructor
BucketEncryption - Class in com.obs.services.model
Bucket encryption information.
BucketEncryption() - Constructor for class com.obs.services.model.BucketEncryption
 
BucketEncryption(SSEAlgorithmEnum) - Constructor for class com.obs.services.model.BucketEncryption
Constructor
BucketLocationResponse - Class in com.obs.services.model
Response to a request for obtaining the bucket location
BucketLocationResponse(String) - Constructor for class com.obs.services.model.BucketLocationResponse
 
BucketLoggingConfiguration - Class in com.obs.services.model
Logging settings of a bucket
BucketLoggingConfiguration() - Constructor for class com.obs.services.model.BucketLoggingConfiguration
 
BucketLoggingConfiguration(String, String) - Constructor for class com.obs.services.model.BucketLoggingConfiguration
Constructor
BucketMetadataInfoRequest - Class in com.obs.services.model
Parameters in a request for obtaining bucket metadata
BucketMetadataInfoRequest() - Constructor for class com.obs.services.model.BucketMetadataInfoRequest
 
BucketMetadataInfoRequest(String) - Constructor for class com.obs.services.model.BucketMetadataInfoRequest
Constructor
BucketMetadataInfoRequest(String, String, List<String>) - Constructor for class com.obs.services.model.BucketMetadataInfoRequest
Constructor
BucketMetadataInfoResult - Class in com.obs.services.model
Response to a request for obtaining bucket metadata
BucketMetadataInfoResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String) - Constructor for class com.obs.services.model.BucketMetadataInfoResult
 
BucketMetadataInfoResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String, AvailableZoneEnum) - Constructor for class com.obs.services.model.BucketMetadataInfoResult
 
BucketMetadataInfoResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String, AvailableZoneEnum, String) - Constructor for class com.obs.services.model.BucketMetadataInfoResult
 
bucketName - Variable in class com.obs.services.model.AbstractBulkRequest
 
bucketName - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
bucketName - Variable in class com.obs.services.model.BucketMetadataInfoRequest
 
bucketName - Variable in class com.obs.services.model.PutObjectBasicRequest
 
bucketName - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
bucketName - Variable in class com.obs.services.model.S3Object
Deprecated.
 
BucketNotificationConfiguration - Class in com.obs.services.model
Bucket notification configuration
BucketNotificationConfiguration() - Constructor for class com.obs.services.model.BucketNotificationConfiguration
 
BucketPolicyResponse - Class in com.obs.services.model
Response to a request for obtaining a bucket policy
BucketPolicyResponse(String) - Constructor for class com.obs.services.model.BucketPolicyResponse
 
BucketQuota - Class in com.obs.services.model
Bucket quota information
BucketQuota() - Constructor for class com.obs.services.model.BucketQuota
 
BucketQuota(long) - Constructor for class com.obs.services.model.BucketQuota
Constructor
BucketStorageInfo - Class in com.obs.services.model
Bucket storage information
BucketStorageInfo() - Constructor for class com.obs.services.model.BucketStorageInfo
 
BucketStoragePolicyConfiguration - Class in com.obs.services.model
Bucket storage policy
BucketStoragePolicyConfiguration(String) - Constructor for class com.obs.services.model.BucketStoragePolicyConfiguration
Deprecated.
BucketStoragePolicyConfiguration(StorageClassEnum) - Constructor for class com.obs.services.model.BucketStoragePolicyConfiguration
Constructor
BucketStoragePolicyConfiguration() - Constructor for class com.obs.services.model.BucketStoragePolicyConfiguration
 
BucketTagInfo - Class in com.obs.services.model
Bucket tagging configuration
BucketTagInfo() - Constructor for class com.obs.services.model.BucketTagInfo
 
BucketTagInfo(BucketTagInfo.TagSet) - Constructor for class com.obs.services.model.BucketTagInfo
Constructor
BucketTagInfo.TagSet - Class in com.obs.services.model
Bucket tag set
BucketTagInfo.TagSet() - Constructor for class com.obs.services.model.BucketTagInfo.TagSet
 
BucketTagInfo.TagSet.Tag - Class in com.obs.services.model
Bucket tag
BucketTagInfo.TagSet.Tag() - Constructor for class com.obs.services.model.BucketTagInfo.TagSet.Tag
 
BucketTagInfo.TagSet.Tag(String, String) - Constructor for class com.obs.services.model.BucketTagInfo.TagSet.Tag
Constructor
BucketVersioningConfiguration - Class in com.obs.services.model
Bucket versioning status
BucketVersioningConfiguration(String) - Constructor for class com.obs.services.model.BucketVersioningConfiguration
Deprecated.
BucketVersioningConfiguration(VersioningStatusEnum) - Constructor for class com.obs.services.model.BucketVersioningConfiguration
Constructor If versioning is enabled for a bucket, it cannot be disabled or changed to suspended.
BucketVersioningConfiguration() - Constructor for class com.obs.services.model.BucketVersioningConfiguration
 
BULK - Static variable in class com.obs.services.model.RestoreObjectRequest
Deprecated.

C

CacheOptionEnum - Enum in com.obs.services.model
Control option of the read-ahead cache
CanonicalGrantee - Class in com.obs.services.model
Grantee information in the ACL, AccessControlList
CanonicalGrantee() - Constructor for class com.obs.services.model.CanonicalGrantee
 
CanonicalGrantee(String) - Constructor for class com.obs.services.model.CanonicalGrantee
Constructor
checkInternalClient() - Method in class com.obs.services.model.fs.ObsFSBucket
 
checkInternalClient() - Method in class com.obs.services.model.fs.ObsFSFolder
 
clone() - Method in class com.obs.services.ObsConfiguration
 
close() - Method in interface com.obs.services.IFSClient
Disable ObsClient and release connection resources.
close() - Method in interface com.obs.services.IObsClient
Close ObsClient and release connection resources.
close() - Method in class com.obs.services.ObsClient
 
close() - Method in interface com.oef.services.IOefClient
Close OEF client and release connection resources.
com.obs.services - package com.obs.services
 
com.obs.services.exception - package com.obs.services.exception
 
com.obs.services.model - package com.obs.services.model
 
com.obs.services.model.fs - package com.obs.services.model.fs
 
com.oef.services - package com.oef.services
 
com.oef.services.model - package com.oef.services.model
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in interface com.obs.services.IObsClient
Combine parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.obs.services.ObsClient
 
completeMultipartUpload(CompleteMultipartUploadRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
completeMultipartUpload(CompleteMultipartUploadRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
CompleteMultipartUploadRequest - Class in com.obs.services.model
Parameters in a request for combining parts
CompleteMultipartUploadRequest() - Constructor for class com.obs.services.model.CompleteMultipartUploadRequest
 
CompleteMultipartUploadRequest(String, String, String, List<PartEtag>) - Constructor for class com.obs.services.model.CompleteMultipartUploadRequest
Constructor
CompleteMultipartUploadResult - Class in com.obs.services.model
Response to a request for combining parts
CompleteMultipartUploadResult(String, String, String, String, String, String) - Constructor for class com.obs.services.model.CompleteMultipartUploadResult
 
CompressBean - Class in com.oef.services.model
Content of the file compression policy
CompressBean() - Constructor for class com.oef.services.model.CompressBean
 
CompressBean(String, String) - Constructor for class com.oef.services.model.CompressBean
Constructor
copyObject(CopyObjectRequest) - Method in interface com.obs.services.IObsClient
Copy an object.
copyObject(String, String, String, String) - Method in interface com.obs.services.IObsClient
Copy an object.
copyObject(CopyObjectRequest) - Method in class com.obs.services.ObsClient
 
copyObject(String, String, String, String) - Method in class com.obs.services.ObsClient
 
copyObject(CopyObjectRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
copyObject(CopyObjectRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
CopyObjectRequest - Class in com.obs.services.model
Parameters in a request for copying an object
CopyObjectRequest(String, String, String, String) - Constructor for class com.obs.services.model.CopyObjectRequest
Constructor
CopyObjectRequest() - Constructor for class com.obs.services.model.CopyObjectRequest
 
CopyObjectResult - Class in com.obs.services.model
Response to a request for copying an object
CopyObjectResult(String, Date, String, String, StorageClassEnum) - Constructor for class com.obs.services.model.CopyObjectResult
 
copyPart(CopyPartRequest) - Method in interface com.obs.services.IObsClient
Copy a part.
copyPart(CopyPartRequest) - Method in class com.obs.services.ObsClient
 
copyPart(CopyPartRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
copyPart(CopyPartRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
CopyPartRequest - Class in com.obs.services.model
Parameters in the request for copying a part
CopyPartRequest() - Constructor for class com.obs.services.model.CopyPartRequest
 
CopyPartRequest(String, String, String, String, String, int) - Constructor for class com.obs.services.model.CopyPartRequest
Constructor
CopyPartResult - Class in com.obs.services.model
Response to a request for copying a part
CopyPartResult(int, String, Date) - Constructor for class com.obs.services.model.CopyPartResult
 
CreateAsyncFetchJobsRequest - Class in com.oef.services.model
Create an asynchronous fetch job request in the JSON format.
CreateAsyncFetchJobsRequest() - Constructor for class com.oef.services.model.CreateAsyncFetchJobsRequest
 
CreateAsyncFetchJobsRequest(String, String) - Constructor for class com.oef.services.model.CreateAsyncFetchJobsRequest
Constructor
CreateAsynchFetchJobsResult - Class in com.oef.services.model
Create an asynchronous fetch job response.
CreateAsynchFetchJobsResult() - Constructor for class com.oef.services.model.CreateAsynchFetchJobsResult
 
CreateAsynchFetchJobsResult(String, int) - Constructor for class com.oef.services.model.CreateAsynchFetchJobsResult
Constructor
createBucket(String) - Method in interface com.obs.services.IObsClient
Create a bucket.
createBucket(String, String) - Method in interface com.obs.services.IObsClient
Create a bucket.
createBucket(ObsBucket) - Method in interface com.obs.services.IObsClient
Create a bucket.
createBucket(CreateBucketRequest) - Method in interface com.obs.services.IObsClient
Create a bucket.
createBucket(String) - Method in class com.obs.services.ObsClient
 
createBucket(String, String) - Method in class com.obs.services.ObsClient
 
createBucket(ObsBucket) - Method in class com.obs.services.ObsClient
 
createBucket(CreateBucketRequest) - Method in class com.obs.services.ObsClient
 
createBucket(S3Bucket) - Method in class com.obs.services.ObsClient
Deprecated.
createBucket(ObsBucket, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
createBucket(ObsBucket, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
CreateBucketRequest - Class in com.obs.services.model
Parameters in a bucket creation request
CreateBucketRequest() - Constructor for class com.obs.services.model.CreateBucketRequest
 
CreateBucketRequest(String) - Constructor for class com.obs.services.model.CreateBucketRequest
Constructor
CreateBucketRequest(String, String) - Constructor for class com.obs.services.model.CreateBucketRequest
Constructor
createFetchJob(CreateAsyncFetchJobsRequest) - Method in interface com.oef.services.IOefClient
Create an asynchronous fetch job
createFetchJob(CreateAsyncFetchJobsRequest) - Method in class com.oef.services.OefClient
 
createGetTemporarySignature(String, String, String, Date, Map<String, String>, Map<String, Object>) - Method in class com.obs.services.ObsClient
Generate temporary authorization parameters for GET requests based on the object name prefix and validity period.
createGetTemporarySignature(String, String, String, long, Map<String, String>, Map<String, Object>) - Method in class com.obs.services.ObsClient
Generate temporary authorization parameters for GET requests based on the object name prefix and validity period.
createPostSignature(PostSignatureRequest) - Method in interface com.obs.services.IObsClient
Generate parameters for browser-based authorized access.
createPostSignature(String, String, long, String, String) - Method in class com.obs.services.ObsClient
Generate parameters for browser-based authorized access.
createPostSignature(long, String, String) - Method in class com.obs.services.ObsClient
Generate parameters for browser-based authorized access.
createPostSignature(PostSignatureRequest) - Method in class com.obs.services.ObsClient
 
createSignedUrl(HttpMethodEnum, String, String, SpecialParamEnum, Date, Map<String, String>, Map<String, Object>) - Method in class com.obs.services.ObsClient
Deprecated.
createSignedUrl(HttpMethodEnum, String, String, SpecialParamEnum, long, Map<String, String>, Map<String, Object>) - Method in class com.obs.services.ObsClient
Deprecated.
createTemporarySignature(TemporarySignatureRequest) - Method in interface com.obs.services.IObsClient
Generate temporarily authorized access parameters.
createTemporarySignature(TemporarySignatureRequest) - Method in class com.obs.services.ObsClient
 
createV4PostSignature(String, String, long, String, String) - Method in class com.obs.services.ObsClient
Deprecated.
createV4PostSignature(long, String, String) - Method in class com.obs.services.ObsClient
Deprecated.
createV4PostSignature(V4PostSignatureRequest) - Method in class com.obs.services.ObsClient
Deprecated.
createV4TemporarySignature(V4TemporarySignatureRequest) - Method in class com.obs.services.ObsClient
Deprecated.
creationDate - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 

D

date - Variable in class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
days - Variable in class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
DEBUG - Static variable in class com.obs.services.LogConfigurator
 
deleteBucket(String) - Method in interface com.obs.services.IObsClient
Delete a bucket.
deleteBucket(String) - Method in class com.obs.services.ObsClient
 
deleteBucket(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucket(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketCors(String) - Method in interface com.obs.services.IObsClient
Delete the bucket CORS rules.
deleteBucketCors(String) - Method in class com.obs.services.ObsClient
 
deleteBucketCors(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketCors(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketDirectColdAccess(String) - Method in interface com.obs.services.IObsClient
Delete the direct reading policy for Archive objects in a bucket.
deleteBucketDirectColdAccess(String) - Method in class com.obs.services.ObsClient
 
deleteBucketEncryption(String) - Method in interface com.obs.services.IObsClient
Delete bucket encryption configuration.
deleteBucketEncryption(String) - Method in class com.obs.services.ObsClient
 
deleteBucketLifecycle(String) - Method in interface com.obs.services.IObsClient
Delete the bucket lifecycle rules from a bucket.
deleteBucketLifecycle(String) - Method in class com.obs.services.ObsClient
 
deleteBucketLifecycle(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketLifecycle(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketLifecycleConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
deleteBucketLifecycleConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteBucketLifecycleConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteBucketPolicy(String) - Method in interface com.obs.services.IObsClient
Delete bucket policies.
deleteBucketPolicy(String) - Method in class com.obs.services.ObsClient
 
deleteBucketPolicy(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketPolicy(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketReplication(String) - Method in interface com.obs.services.IObsClient
Delete the bucket cross-region replication configuration.
deleteBucketReplication(String) - Method in class com.obs.services.ObsClient
 
deleteBucketReplication(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketReplication(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketReplicationConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
deleteBucketReplicationConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteBucketReplicationConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteBucketTagging(String) - Method in interface com.obs.services.IObsClient
Delete bucket tags.
deleteBucketTagging(String) - Method in class com.obs.services.ObsClient
 
deleteBucketTagging(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketTagging(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketWebsite(String) - Method in interface com.obs.services.IObsClient
Delete the website hosting configuration of a bucket.
deleteBucketWebsite(String) - Method in class com.obs.services.ObsClient
 
deleteBucketWebsite(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketWebsite(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteBucketWebsiteConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
deleteBucketWebsiteConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteBucketWebsiteConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
deleteExtensionPolicy(String) - Method in interface com.oef.services.IOefClient
Delete an asynchronous policy
deleteExtensionPolicy(String) - Method in class com.oef.services.OefClient
 
deleteObject(String, String, String) - Method in interface com.obs.services.IObsClient
Delete an object.
deleteObject(String, String) - Method in interface com.obs.services.IObsClient
Delete an object.
deleteObject(String, String, String) - Method in class com.obs.services.ObsClient
 
deleteObject(String, String) - Method in class com.obs.services.ObsClient
 
deleteObject(String, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteObject(String, String, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteObject(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
DeleteObjectResult - Class in com.obs.services.model
Response to an object deletion request
DeleteObjectResult(boolean, String) - Constructor for class com.obs.services.model.DeleteObjectResult
 
DeleteObjectResult(boolean, String, String) - Constructor for class com.obs.services.model.DeleteObjectResult
 
deleteObjects(DeleteObjectsRequest) - Method in interface com.obs.services.IObsClient
Delete objects in a batch.
deleteObjects(DeleteObjectsRequest) - Method in class com.obs.services.ObsClient
 
deleteObjects(DeleteObjectsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
deleteObjects(DeleteObjectsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
DeleteObjectsRequest - Class in com.obs.services.model
Parameters in an object batch deletion request
DeleteObjectsRequest() - Constructor for class com.obs.services.model.DeleteObjectsRequest
 
DeleteObjectsRequest(String) - Constructor for class com.obs.services.model.DeleteObjectsRequest
Constructor
DeleteObjectsRequest(String, boolean, KeyAndVersion[]) - Constructor for class com.obs.services.model.DeleteObjectsRequest
Constructor
DeleteObjectsResult - Class in com.obs.services.model
Response to an object batch deletion request
DeleteObjectsResult() - Constructor for class com.obs.services.model.DeleteObjectsResult
 
DeleteObjectsResult(List<DeleteObjectsResult.DeleteObjectResult>, List<DeleteObjectsResult.ErrorResult>) - Constructor for class com.obs.services.model.DeleteObjectsResult
 
DeleteObjectsResult.DeleteObjectResult - Class in com.obs.services.model
Results returned if the deletion succeeds
DeleteObjectsResult.DeleteObjectResult(String, String, boolean, String) - Constructor for class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
 
DeleteObjectsResult.ErrorResult - Class in com.obs.services.model
Results returned if the deletion fails
DeleteObjectsResult.ErrorResult(String, String, String, String) - Constructor for class com.obs.services.model.DeleteObjectsResult.ErrorResult
Constructor
deleteReadAheadObjects(String, String) - Method in interface com.obs.services.IObsClient
Delete the read-ahead cache.
deleteReadAheadObjects(String, String) - Method in class com.obs.services.ObsClient
 
disableAccessLog() - Static method in class com.obs.services.LogConfigurator
 
disableLog() - Static method in class com.obs.services.LogConfigurator
Disable SDK logging.
disableNio() - Method in class com.obs.services.ObsConfiguration
Deprecated.
DisPolicy - Class in com.oef.services.model
 
DisPolicy() - Constructor for class com.oef.services.model.DisPolicy
 
DisPolicy(ArrayList<DisPolicyBean>) - Constructor for class com.oef.services.model.DisPolicy
 
DisPolicyBean - Class in com.oef.services.model
 
DisPolicyBean() - Constructor for class com.oef.services.model.DisPolicyBean
 
DisPolicyBean(String, String, String, ArrayList<String>, String) - Constructor for class com.oef.services.model.DisPolicyBean
 
doesObjectExist(String, String) - Method in interface com.obs.services.IObsClient
 
doesObjectExist(GetObjectMetadataRequest) - Method in interface com.obs.services.IObsClient
 
doesObjectExist(String, String) - Method in class com.obs.services.ObsClient
 
doesObjectExist(GetObjectMetadataRequest) - Method in class com.obs.services.ObsClient
 
downloadFile(DownloadFileRequest) - Method in interface com.obs.services.IObsClient
Download a file.
downloadFile(DownloadFileRequest) - Method in class com.obs.services.ObsClient
 
DownloadFileRequest - Class in com.obs.services.model
Parameters in a request for downloading a file
DownloadFileRequest(String, String) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String, long) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String, long, int) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String, long, int, boolean) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String, long, int, boolean, String) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileRequest(String, String, String, long, int, boolean, String, String) - Constructor for class com.obs.services.model.DownloadFileRequest
Constructor
DownloadFileResult - Class in com.obs.services.model
Response to a file download request
DownloadFileResult() - Constructor for class com.obs.services.model.DownloadFileResult
 
drop() - Method in class com.obs.services.model.fs.ObsFSFile
Delete a file.
dropFile(DropFileRequest) - Method in interface com.obs.services.IFSClient
Delete a file.
dropFile(DropFileRequest) - Method in class com.obs.services.ObsClient
 
DropFileRequest - Class in com.obs.services.model.fs
Request parameters for deleting objects
DropFileRequest() - Constructor for class com.obs.services.model.fs.DropFileRequest
 
DropFileRequest(String, String) - Constructor for class com.obs.services.model.fs.DropFileRequest
Constructor
DropFileRequest(String, String, String) - Constructor for class com.obs.services.model.fs.DropFileRequest
Constructor
DropFileResult - Class in com.obs.services.model.fs
 
DropFileResult(boolean, String) - Constructor for class com.obs.services.model.fs.DropFileResult
 
DropFileResult(boolean, String, String) - Constructor for class com.obs.services.model.fs.DropFileResult
 
dropFolder(DropFolderRequest) - Method in interface com.obs.services.IFSClient
Delete a folder.
dropFolder() - Method in class com.obs.services.model.fs.ObsFSFolder
Delete a folder.
dropFolder(DropFolderRequest) - Method in class com.obs.services.ObsClient
 
DropFolderRequest - Class in com.obs.services.model.fs
Request parameters for deleting folders.
DropFolderRequest() - Constructor for class com.obs.services.model.fs.DropFolderRequest
 
DropFolderRequest(String) - Constructor for class com.obs.services.model.fs.DropFolderRequest
Constructor
DropFolderRequest(String, String) - Constructor for class com.obs.services.model.fs.DropFolderRequest
 

E

EcsObsCredentialsProvider - Class in com.obs.services
 
EcsObsCredentialsProvider() - Constructor for class com.obs.services.EcsObsCredentialsProvider
 
enableAccessLog() - Static method in class com.obs.services.LogConfigurator
 
ENABLED - Static variable in class com.obs.services.model.BucketVersioningConfiguration
Deprecated.
enabled - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
enableLog() - Static method in class com.obs.services.LogConfigurator
Enable SDK logging.
enableNio() - Method in class com.obs.services.ObsConfiguration
Deprecated.
EnvironmentVariableObsCredentialsProvider - Class in com.obs.services
 
EnvironmentVariableObsCredentialsProvider() - Constructor for class com.obs.services.EnvironmentVariableObsCredentialsProvider
 
equals(Object) - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
 
equals(Object) - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
 
equals(Object) - Method in class com.obs.services.model.CanonicalGrantee
 
equals(Object) - Method in class com.obs.services.model.GrantAndPermission
 
equals(Object) - Method in class com.obs.services.model.GroupGrantee
 
equals(Object) - Method in class com.obs.services.model.LifecycleConfiguration
 
equals(Object) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
 
equals(Object) - Method in class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
equals(Object) - Method in class com.obs.services.model.PartEtag
 
equals(Object) - Method in class com.obs.services.model.Permission
 
equals(Object) - Method in class com.obs.services.model.ServerAlgorithm
Deprecated.
 
equals(Object) - Method in class com.obs.services.model.ServerEncryption
Deprecated.
 
ERROR - Static variable in class com.obs.services.LogConfigurator
 
events - Variable in class com.obs.services.model.AbstractNotification
 
EventTypeEnum - Enum in com.obs.services.model
Event type
EXPEDITED - Static variable in class com.obs.services.model.RestoreObjectRequest
Deprecated.
expiration - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
expiration - Variable in class com.obs.services.model.PostSignatureResponse
 
expires - Variable in class com.obs.services.model.PutObjectRequest
 
ExtensionBucketPermissionEnum - Enum in com.obs.services.model
OBS Bucket extension permission
ExtensionObjectPermissionEnum - Enum in com.obs.services.model
OBS Bucket extension permission
extensionPermissionMap - Variable in class com.obs.services.model.PutObjectBasicRequest
 

F

FetchBean - Class in com.oef.services.model
Content of the asynchronous fetch policy
FetchBean() - Constructor for class com.oef.services.model.FetchBean
 
FetchBean(String, String) - Constructor for class com.oef.services.model.FetchBean
Constructor
file - Variable in class com.obs.services.model.PutObjectRequest
 
filter - Variable in class com.obs.services.model.AbstractNotification
 
finalize() - Method in class com.obs.services.model.fs.ObsFSBucket
 
finalize() - Method in class com.obs.services.model.fs.ObsFSFolder
 
finalize() - Method in class com.obs.services.ObsClient
 
FSStatusEnum - Enum in com.obs.services.model.fs
File gateway feature of the bucket
FunctionGraphConfiguration - Class in com.obs.services.model
FunctionGraph event notification configuration
FunctionGraphConfiguration() - Constructor for class com.obs.services.model.FunctionGraphConfiguration
 
FunctionGraphConfiguration(String, AbstractNotification.Filter, String, List<EventTypeEnum>) - Constructor for class com.obs.services.model.FunctionGraphConfiguration
Constructor

G

generatePolicy() - Method in class com.obs.services.model.PolicyTempSignatureRequest
Generate a policy based on the validity period and policy condition.
getAccessKey() - Method in interface com.obs.services.model.ISecurityKey
Returns the access key for this securityKey.
getAcl() - Method in class com.obs.services.model.CreateBucketRequest
 
getAcl() - Method in class com.obs.services.model.ObsBucket
Obtain the bucket ACL.
getAcl() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain the ACL of the object.
getAcl() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the ACL of the object.
getAcl() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getActualSignedRequestHeaders() - Method in class com.obs.services.model.TemporarySignatureResponse
Obtain the request headers.
getAgency() - Method in class com.obs.services.model.BucketLoggingConfiguration
Set the agent name.
getAgency() - Method in class com.obs.services.model.ReplicationConfiguration
Set the agent name.
getAgency() - Method in class com.oef.services.model.CompressBean
Obtain the IAM agency.
getAgency() - Method in class com.oef.services.model.DisPolicyBean
 
getAgency() - Method in class com.oef.services.model.FetchBean
Obtain the IAM agency.
getAgency() - Method in class com.oef.services.model.TranscodeBean
Obtain the IAM agency.
getAlgorithm() - Method in class com.obs.services.model.SseCHeader
Deprecated.
getAlgorithm() - Method in class com.obs.services.model.V4PostSignatureResponse
Obtain the signature algorithm.
getAllGrantPermissions() - Method in class com.obs.services.model.CreateBucketRequest
 
getAllGrantPermissions() - Method in class com.obs.services.model.PutObjectBasicRequest
 
getAllGrantPermissions() - Method in class com.obs.services.model.PutObjectsRequest
Obtain all OBS extended permissions.
getAllowedHeader() - Method in class com.obs.services.model.BucketCorsRule
Obtain the list of request headers allowed by the CORS rules.
getAllowedMethod() - Method in class com.obs.services.model.BucketCorsRule
Obtain the list of methods allowed by the CORS rules.
getAllowedOrigin() - Method in class com.obs.services.model.BucketCorsRule
Obtain the list of origins (character strings representing domain names) allowed by the CORS rules.
getAllowHeaders() - Method in class com.obs.services.model.OptionsInfoResult
Obtain the list of allowed request headers.
getAllowMethods() - Method in class com.obs.services.model.OptionsInfoResult
Obtain the list of allowed cross-origin request methods.
getAllowOrigin() - Method in class com.obs.services.model.OptionsInfoResult
Obtain the origin of the allowed cross-origin request.
getAttribute(GetAttributeRequest) - Method in interface com.obs.services.IFSClient
Obtain file or folder properties.
getAttribute(GetAttributeRequest) - Method in class com.obs.services.ObsClient
 
GetAttributeRequest - Class in com.obs.services.model.fs
Parameters in a request for obtaining filer or folder properties
GetAttributeRequest() - Constructor for class com.obs.services.model.fs.GetAttributeRequest
 
GetAttributeRequest(String, String) - Constructor for class com.obs.services.model.fs.GetAttributeRequest
Constructor
getAuthType() - Method in class com.obs.services.ObsConfiguration
Obtain the authentication type.
getAvailableZone() - Method in class com.obs.services.model.BucketMetadataInfoResult
Obtain the bucket cluster type.
getAvailableZone() - Method in class com.obs.services.model.CreateBucketRequest
Obtain the bucket cluster type.
getAverageSpeed() - Method in interface com.obs.services.model.ProgressStatus
Obtain the average speed.
getAverageSpeed() - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the average speed.
getBigfileThreshold() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the threshold size of a file for starting multipart upload.
getBucket() - Method in class com.obs.services.model.ListPartsResult
Obtain the name of the bucket to which the multipart upload belongs.
getBucket() - Method in class com.obs.services.model.ReplicationConfiguration.Destination
Obtain the information about the destination bucket.
getBucketAcl(String) - Method in interface com.obs.services.IObsClient
Obtain a bucket ACL.
getBucketAcl(String) - Method in class com.obs.services.ObsClient
 
getBucketAcl(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketAcl(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketCors(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket CORS rules.
getBucketCors(String) - Method in class com.obs.services.ObsClient
 
getBucketCors(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketCors(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketDirectColdAccess(String) - Method in interface com.obs.services.IObsClient
Obtain the direct reading policy for Archive objects in a bucket.
getBucketDirectColdAccess(String) - Method in class com.obs.services.ObsClient
 
getBucketEncryption(String) - Method in interface com.obs.services.IObsClient
Obtain bucket encryption configuration.
getBucketEncryption(String) - Method in class com.obs.services.ObsClient
 
getBucketFSStatus(GetBucketFSStatusRequest) - Method in interface com.obs.services.IFSClient
Check whether the file gateway feature is enabled for the bucket.
getBucketFSStatus(GetBucketFSStatusRequest) - Method in class com.obs.services.ObsClient
 
GetBucketFSStatusRequest - Class in com.obs.services.model.fs
Parameters in a request for obtaining status of the file gateway feature of the bucket
GetBucketFSStatusRequest() - Constructor for class com.obs.services.model.fs.GetBucketFSStatusRequest
 
GetBucketFSStatusRequest(String) - Constructor for class com.obs.services.model.fs.GetBucketFSStatusRequest
Constructor
GetBucketFSStatusResult - Class in com.obs.services.model.fs
Response to a request of obtaining status of the file gateway feature of a bucket
GetBucketFSStatusResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String) - Constructor for class com.obs.services.model.fs.GetBucketFSStatusResult
 
GetBucketFSStatusResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String, FSStatusEnum) - Constructor for class com.obs.services.model.fs.GetBucketFSStatusResult
 
GetBucketFSStatusResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String, FSStatusEnum, AvailableZoneEnum) - Constructor for class com.obs.services.model.fs.GetBucketFSStatusResult
 
GetBucketFSStatusResult(String, List<String>, int, List<String>, List<String>, StorageClassEnum, String, String, FSStatusEnum, AvailableZoneEnum, String) - Constructor for class com.obs.services.model.fs.GetBucketFSStatusResult
 
getBucketLifecycle(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket lifecycle rules.
getBucketLifecycle(String) - Method in class com.obs.services.ObsClient
 
getBucketLifecycle(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLifecycle(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLifecycleConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
getBucketLifecycleConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketLifecycleConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketLocation(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket location.
getBucketLocation(String) - Method in class com.obs.services.ObsClient
 
getBucketLocation(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLocation(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLocationV2(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket location.
getBucketLocationV2(String) - Method in class com.obs.services.ObsClient
 
getBucketLogging(String) - Method in interface com.obs.services.IObsClient
Obtain the logging settings of a bucket.
getBucketLogging(String) - Method in class com.obs.services.ObsClient
 
getBucketLogging(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLogging(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketLoggingConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
getBucketLoggingConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketLoggingConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketMetadata(BucketMetadataInfoRequest) - Method in interface com.obs.services.IObsClient
Obtain bucket metadata.
getBucketMetadata(BucketMetadataInfoRequest) - Method in class com.obs.services.ObsClient
 
getBucketMetadata(BucketMetadataInfoRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketMetadata(BucketMetadataInfoRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketName() - Method in class com.obs.services.model.AbortMultipartUploadRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.AbstractBulkRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.AppendObjectResult
Obtain the name of the bucket to which the object belongs.
getBucketName() - Method in class com.obs.services.model.BucketMetadataInfoRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.CreateBucketRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.DeleteObjectsRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.fs.DropFileRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.fs.ObsFSBucket
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.fs.RenameRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.fs.SetBucketFSStatusRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.fs.TruncateFileRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.GetObjectMetadataRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.GetObjectRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.InitiateMultipartUploadResult
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.ListObjectsRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ListPartsRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.ListVersionsRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ListVersionsResult
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.MultipartUpload
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the name of the bucket to which the multipart uploads belong.
getBucketName() - Method in class com.obs.services.model.ObjectListing
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ObsBucket
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ObsObject
Obtain the name of the bucket to which the object belongs.
getBucketName() - Method in class com.obs.services.model.PostSignatureRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.PutObjectResult
Obtain the name of the bucket to which the object belongs.
getBucketName() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ReadAheadRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.ReadAheadResult
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.RestoreObjectRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.RestoreObjectResult
 
getBucketName() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getBucketName() - Method in class com.obs.services.model.S3Object
Deprecated.
 
getBucketName() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the bucket name.
getBucketName() - Method in class com.obs.services.model.UploadPartRequest
Obtain the name of the bucket to which the multipart upload belongs.
getBucketName() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the name of the bucket to which the versioning object belongs.
getBucketName() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the bucket name.
getBucketNotification(String) - Method in interface com.obs.services.IObsClient
Obtain the notification configuration of a bucket.
getBucketNotification(String) - Method in class com.obs.services.ObsClient
 
getBucketNotification(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketNotification(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketPolicy(String) - Method in interface com.obs.services.IObsClient
Obtain bucket policies.
getBucketPolicy(String) - Method in class com.obs.services.ObsClient
 
getBucketPolicy(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketPolicy(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketPolicyV2(String) - Method in interface com.obs.services.IObsClient
Obtain bucket policies.
getBucketPolicyV2(String) - Method in class com.obs.services.ObsClient
 
getBucketQuota(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket quota.
getBucketQuota() - Method in class com.obs.services.model.BucketQuota
Obtain the bucket quota (in bytes).
getBucketQuota(String) - Method in class com.obs.services.ObsClient
 
getBucketQuota(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketQuota(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketReplication(String) - Method in interface com.obs.services.IObsClient
Obtain the cross-region replication configuration of a bucket.
getBucketReplication(String) - Method in class com.obs.services.ObsClient
 
getBucketReplication(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketReplication(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketReplicationConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
getBucketReplicationConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketReplicationConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBuckets() - Method in class com.obs.services.model.ListBucketsResult
 
getBucketStorageClass() - Method in class com.obs.services.model.BucketMetadataInfoResult
Obtain the bucket storage class.
getBucketStorageClass() - Method in class com.obs.services.model.BucketStoragePolicyConfiguration
Obtain the bucket storage class.
getBucketStorageClass() - Method in class com.obs.services.model.CreateBucketRequest
Obtain the bucket storage class.
getBucketStorageClass() - Method in class com.obs.services.model.ObsBucket
Obtain the bucket storage class.
getBucketStorageClass() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getBucketStorageInfo(String) - Method in interface com.obs.services.IObsClient
Obtain bucket storage information.
getBucketStorageInfo(String) - Method in class com.obs.services.ObsClient
 
getBucketStorageInfo(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketStorageInfo(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketStoragePolicy(String) - Method in interface com.obs.services.IObsClient
Obtain the bucket storage class.
getBucketStoragePolicy(String) - Method in class com.obs.services.ObsClient
 
getBucketStoragePolicy(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketStoragePolicy(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketTagging(String) - Method in interface com.obs.services.IObsClient
Obtain bucket tags.
getBucketTagging(String) - Method in class com.obs.services.ObsClient
 
getBucketTagging(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketTagging(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketVersioning(String) - Method in interface com.obs.services.IObsClient
Obtain the versioning status for a bucket.
getBucketVersioning(String) - Method in class com.obs.services.ObsClient
 
getBucketVersioning(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketVersioning(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketWebsite(String) - Method in interface com.obs.services.IObsClient
Obtain the website hosting configuration of a Bucket
getBucketWebsite(String) - Method in class com.obs.services.ObsClient
 
getBucketWebsite(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketWebsite(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getBucketWebsiteConfiguration(String) - Method in class com.obs.services.ObsClient
Deprecated.
getBucketWebsiteConfiguration(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBucketWebsiteConfiguration(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
getBufferSize() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getByteRangeEnd() - Method in class com.obs.services.model.CopyPartRequest
Obtain the end position for copying.
getByteRangeStart() - Method in class com.obs.services.model.CopyPartRequest
Obtain the start position for copying.
getCacheControl() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Cache-Control" header in the response.
getCacheControl() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Cache-Control" header in the response.
getCacheOption() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the control option of the read-ahead cache.
getCacheOption() - Method in class com.obs.services.model.GetObjectRequest
Obtain the control option of the read-ahead cache.
getCacheOption() - Method in class com.obs.services.model.ReadAheadRequest
Obtain the control option of the read-ahead cache.
getCallback() - Method in class com.obs.services.model.fs.DropFolderRequest
Obtain the callback object of a batch task.
getCallback() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the callback object of an upload task.
getCallback() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain the callback object of a batch task.
getCallBackBody() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the callback body.
getCallbackBodyType() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the content type of the callback body.
getCallBackHost() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the host used for callback.
getCallBackUrl() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the callback URL.
getCheckpointFile() - Method in class com.obs.services.model.DownloadFileRequest
File used to record download progresses in resumable mode
getCheckpointFile() - Method in class com.obs.services.model.UploadFileRequest
Obtain the file used to record resumable upload progresses.
getCode() - Method in enum com.obs.services.model.AvailableZoneEnum
 
getCode() - Method in enum com.obs.services.model.CacheOptionEnum
 
getCode() - Method in enum com.obs.services.model.ExtensionBucketPermissionEnum
 
getCode() - Method in enum com.obs.services.model.ExtensionObjectPermissionEnum
 
getCode() - Method in enum com.obs.services.model.fs.FSStatusEnum
 
getCode() - Method in enum com.obs.services.model.GroupGranteeEnum
 
getCode() - Method in enum com.obs.services.model.HttpProtocolTypeEnum
 
getCode() - Method in enum com.obs.services.model.ProtocolEnum
 
getCode() - Method in class com.obs.services.model.RestoreObjectRequest.RestoreObjectStatus
Obtain the status code of the object.
getCode() - Method in enum com.obs.services.model.RestoreTierEnum
 
getCode() - Method in enum com.obs.services.model.RuleStatusEnum
 
getCode() - Method in enum com.obs.services.model.SSEAlgorithmEnum
 
getCode() - Method in enum com.obs.services.model.StorageClassEnum
 
getCode() - Method in enum com.obs.services.model.VersioningStatusEnum
 
getCode() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the error code.
getCommonPrefixes() - Method in class com.obs.services.model.ListVersionsResult
Obtain the list of prefixes to the names of grouped objects.
getCommonPrefixes() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the list of prefixes to the names of grouped objects.
getCommonPrefixes() - Method in class com.obs.services.model.ObjectListing
Obtain the list of prefixes to the names of grouped objects.
getCompress() - Method in class com.oef.services.model.PutExtensionPolicyRequest
Obtain the content of the file compression policy.
getCompress() - Method in class com.oef.services.model.QueryExtensionPolicyResult
Obtain the content of the file compression policy.
getCondition() - Method in class com.obs.services.model.RouteRule
Obtain the redirection condition.
getConditions() - Method in class com.obs.services.model.PolicyTempSignatureRequest
Obtain the condition set of the policy.
getConditions() - Method in class com.obs.services.model.PostSignatureRequest
Obtain the restrictions of the form.
getConnectionRequestTimeout() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getConnectionTimeout() - Method in class com.obs.services.ObsConfiguration
Obtain the timeout interval for establishing HTTP/HTTPS connections (in milliseconds, 60,000 milliseconds by default).
getConsumedTime() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the consumed time (seconds)
getContentDisposition() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Content-Disposition" header in the response.
getContentDisposition() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Content-Disposition" header in the response.
getContentEncoding() - Method in class com.obs.services.model.ObjectMetadata
Obtain the content encoding of the object.
getContentEncoding() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Content-Encoding" header in the response.
getContentEncoding() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Content-Encoding" header in the response.
getContentLanguage() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Content-Language" header in the response.
getContentLanguage() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Content-Language" header in the response.
getContentLength() - Method in class com.obs.services.model.ObjectMetadata
Obtain the content length of an object.
getContentMd5() - Method in class com.obs.services.model.ObjectMetadata
Obtain Base64-encoded MD5 value of an object.
getContentMd5() - Method in class com.obs.services.model.UploadPartRequest
Set the MD5 value of the data to be uploaded.
getContentType() - Method in class com.obs.services.model.ObjectMetadata
Obtain the MIME type of an object.
getContentType() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Content-Type" header in the response.
getContentType() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Content-Type" header in the response.
getContext() - Method in class com.obs.services.model.SseKmsHeader
Deprecated.
getCopySourceVersionId() - Method in class com.obs.services.model.CopyObjectResult
Obtain the version ID of the source object.
getCreationDate() - Method in class com.obs.services.model.ObsBucket
Obtain the creation time of the bucket.
getCreationDate() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getCredential() - Method in class com.obs.services.model.V4PostSignatureResponse
Obtain the credential information
getDate() - Method in class com.obs.services.model.LifecycleConfiguration.Expiration
Obtain the object expiration date.
getDate() - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Obtain the object transition date.
getDate() - Method in class com.obs.services.model.V4PostSignatureResponse
Obtain the date in the ISO 8601 format.
getDays() - Method in class com.obs.services.model.LifecycleConfiguration.Expiration
Obtain the expiration time of the object.
getDays() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
Obtain the expiration time of a noncurrent object version.
getDays() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Obtain the transition time of a noncurrent object version.
getDays() - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Obtain the object transition time.
getDays() - Method in class com.obs.services.model.RestoreObjectRequest
Obtain the retention period of the restored object.
getDays() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain the retention period of the restored objects.
getDefaultBucketLocation() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getDefaultStorageClass() - Method in class com.obs.services.model.BucketMetadataInfoResult
Deprecated.
getDeletedObjectResults() - Method in class com.obs.services.model.DeleteObjectsResult
Obtain the list of objects that have been deleted successfully.
getDeleteMarkerVersion() - Method in class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
Obtain the version ID of the delete marker.
getDelimiter() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the character used for sorting objects involved in the multipart uploads into different groups.
getDelimiter() - Method in class com.obs.services.model.ListObjectsRequest
Obtain the character used for grouping object names.
getDelimiter() - Method in class com.obs.services.model.ListVersionsRequest
Character used for grouping versioning object names.
getDelimiter() - Method in class com.obs.services.model.ListVersionsResult
Obtain the character for grouping object names.
getDelimiter() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the delimiter in the request for listing multipart uploads.
getDelimiter() - Method in class com.obs.services.model.ObjectListing
Obtain the character for grouping object names.
getDelimiter() - Method in class com.obs.services.ObsConfiguration
 
getDestination() - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Obtain the information about the replication destination.
getDestinationBucketName() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the destination bucket name.
getDestinationBucketName() - Method in class com.obs.services.model.CopyPartRequest
Obtain the name of the bucket (destination bucket) to which the multipart upload belongs.
getDestinationObjectKey() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the destination object name.
getDestinationObjectKey() - Method in class com.obs.services.model.CopyPartRequest
Obtain the name of the object (destination object) involved in the multipart upload.
getDetailProgressInterval() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the callback threshold of the data transfer listener.
getDisplayName() - Method in class com.obs.services.model.CanonicalGrantee
Deprecated.
getDisplayName() - Method in class com.obs.services.model.Owner
Deprecated.
GetDisPolicyResult - Class in com.oef.services.model
 
GetDisPolicyResult() - Constructor for class com.oef.services.model.GetDisPolicyResult
 
GetDisPolicyResult(DisPolicy) - Constructor for class com.oef.services.model.GetDisPolicyResult
 
getDomain() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy domain.
getDomainIdsByGrantPermission(ExtensionBucketPermissionEnum) - Method in class com.obs.services.model.CreateBucketRequest
 
getDomainIdsByGrantPermission(ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectBasicRequest
 
getDomainIdsByGrantPermission(ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectsRequest
Obtain the list of user IDs with the specified OBS extension permissions.
getDownloadFile() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the path to the to-be-downloaded file.
getEnabled() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Identify whether the rule is enabled.
getEncryption() - Method in class com.obs.services.model.SseKmsHeader
Deprecated.
getEndPoint() - Method in class com.obs.services.ObsConfiguration
Obtain the endpoint for accessing OBS.
getEndpointHttpPort() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getEndpointHttpsPort() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getEpid() - Method in class com.obs.services.model.BucketMetadataInfoResult
Obtain the enterprise ID of a bucket.
getEpid() - Method in class com.obs.services.model.CreateBucketRequest
Obtain the enterprise ID of a bucket.
getErr() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the error description.
getErrorCode() - Method in exception com.obs.services.exception.ObsException
Obtain the error code returned by the OBS server.
getErrorCode() - Method in class com.obs.services.model.DeleteObjectsResult.ErrorResult
Error code returned after a deletion failure
getErrorHostId() - Method in exception com.obs.services.exception.ObsException
Obtain the server ID.
getErrorIndicator() - Method in exception com.obs.services.exception.ObsException
Obtain the detailed error indicators returned by the OBS server.
getErrorMessage() - Method in exception com.obs.services.exception.ObsException
Obtain the error details returned by the OBS server.
getErrorRequestId() - Method in exception com.obs.services.exception.ObsException
Obtain the request ID returned by the OBS server.
getErrorResults() - Method in class com.obs.services.model.DeleteObjectsResult
Obtain the list of objects failed to be deleted.
getEtag() - Method in class com.obs.services.model.AppendObjectResult
Obtain the ETag of the appended data.
getEtag() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the ETag of the object involved in the multipart upload.
getEtag() - Method in class com.obs.services.model.CopyObjectResult
Obtain the ETag of the destination object.
getEtag() - Method in class com.obs.services.model.CopyPartResult
Obtain the ETag of the to-be-copied part.
getEtag() - Method in class com.obs.services.model.Multipart
Obtain the ETag of the part.
getEtag() - Method in class com.obs.services.model.ObjectMetadata
Obtain the ETag of the object.
getEtag() - Method in class com.obs.services.model.PartEtag
Obtain the ETag of the part.
geteTag() - Method in class com.obs.services.model.PartEtag
Deprecated.
getEtag() - Method in class com.obs.services.model.PutObjectResult
Obtain the ETag of the object.
getEtag() - Method in class com.obs.services.model.UploadPartResult
Obtain the ETag of the part.
getEtag() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain ETag of the object.
getEvents() - Method in class com.obs.services.model.AbstractNotification
Deprecated.
getEvents() - Method in class com.oef.services.model.DisPolicyBean
 
getEventTypes() - Method in class com.obs.services.model.AbstractNotification
Obtain the list of event types that need to be notified.
getExecPercentage() - Method in interface com.obs.services.model.TaskProgressStatus
Obtain the upload progress in percentage.
getExecTaskNum() - Method in interface com.obs.services.model.TaskProgressStatus
Obtain the number of objects being uploaded.
getExpiration() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the expiration time of an object.
getExpiration() - Method in class com.obs.services.model.PostSignatureResponse
Obtain the expiration date of the request.
getExpires() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Obtain the expiration time of the object generated after the multipart upload is complete.
getExpires() - Method in class com.obs.services.model.ObjectRepleaceMetadata
Obtain the rewritten "Expires" header in the response.
getExpires() - Method in class com.obs.services.model.PolicyTempSignatureRequest
Obtain the validity period.
getExpires() - Method in class com.obs.services.model.PostSignatureRequest
Obtain the validity period.
getExpires() - Method in class com.obs.services.model.PutObjectRequest
Obtain the expiration time of the object.
getExpires() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the rewritten "Expires" header in the response.
getExpires() - Method in class com.obs.services.model.TemporarySignatureRequest
Obtain the validity period of the temporary authorization (in seconds).
getExpiryDate() - Method in class com.obs.services.model.PolicyTempSignatureRequest
Set the expiration date.
getExpiryDate() - Method in class com.obs.services.model.PostSignatureRequest
Set the expiration date.
getExposeHeader() - Method in class com.obs.services.model.BucketCorsRule
Obtain the additional response headers allowed by the CORS rules.
getExposeHeaders() - Method in class com.obs.services.model.OptionsInfoResult
Obtain the list of allowed additional headers in the response.
getExtensionHeaderMap() - Method in class com.obs.services.model.CreateBucketRequest
 
getExtensionPermissionMap() - Method in class com.obs.services.model.PutObjectBasicRequest
 
getExtensionPermissionMap() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the set of relationships between users and OBS extension permissions.
getFailTaskNum() - Method in interface com.obs.services.model.TaskProgressStatus
Obtain the number of objects that fail to be uploaded.
getFetch() - Method in class com.oef.services.model.PutExtensionPolicyRequest
Obtain the content of the asynchronous fetch policy.
getFetch() - Method in class com.oef.services.model.QueryExtensionPolicyResult
Obtain the content of the asynchronous fetch policy.
getFile() - Method in class com.obs.services.model.PutObjectRequest
Obtain the file to be uploaded, which cannot be used with the data stream.
getFile() - Method in class com.obs.services.model.UploadPartRequest
Obtain the file to be uploaded, which cannot be used with the data stream.
getFilePaths() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the list of local paths of the batch uploaded files.
getFileType() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the storage file type
getFilter() - Method in class com.obs.services.model.AbstractNotification
Obtain the filtering rule group.
getFilterRules() - Method in class com.obs.services.model.AbstractNotification.Filter
Obtain the list of filtering rules.
getFinishedObjectNum() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the number of finished objects.
getFinishedSize() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the size of finished objects.
getFolderName() - Method in class com.obs.services.model.fs.DropFolderRequest
Obtain the folder name.
getFolderPath() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the local path of the uploaded folder.
getFormParams() - Method in class com.obs.services.model.PostSignatureRequest
Obtain the form parameters of the request.
getFunctionGraph() - Method in class com.obs.services.model.FunctionGraphConfiguration
Obtain the FunctionGraph URN.
getFunctionGraphConfigurations() - Method in class com.obs.services.model.BucketNotificationConfiguration
Obtain the list of FunctionGraph notification configurations
getGrantAndPermissions() - Method in class com.obs.services.model.AccessControlList
Obtain all permissions in the ACL.
getGrantee() - Method in class com.obs.services.model.GrantAndPermission
Obtain the grantee (group) information.
getGrantPermissionsByDomainId(String) - Method in class com.obs.services.model.CreateBucketRequest
 
getGrantPermissionsByDomainId(String) - Method in class com.obs.services.model.PutObjectBasicRequest
 
getGrantPermissionsByDomainId(String) - Method in class com.obs.services.model.PutObjectsRequest
Obtain the OBS extension permissions of a specified user.
getGrants() - Method in class com.obs.services.model.AccessControlList
Obtain all permissions in the ACL.
getGroupGranteeType() - Method in class com.obs.services.model.GroupGrantee
Obtain type of the grantee group.
getHeaders() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the request header information.
getHost() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the host used for downloading data from a specified URL.
getHostName() - Method in class com.obs.services.model.Redirect
Obtain the host name used for redirecting the request.
getHostName() - Method in class com.obs.services.model.RedirectAllRequest
Obtain the host name used for redirecting requests.
getHttpDispatcher() - Method in class com.obs.services.ObsConfiguration
Set the customized dispatcher.
getHttpErrorCodeReturnedEquals() - Method in class com.obs.services.model.RouteRuleCondition
Obtain the HTTP error code configuration when the redirection takes effect.
getHttpProtocolType() - Method in class com.obs.services.ObsConfiguration
Set the HTTP type used for accessing OBS servers.
getHttpProxy() - Method in class com.obs.services.ObsConfiguration
Obtain the proxy configuration.
getHttpRedirectCode() - Method in class com.obs.services.model.Redirect
Obtain the configuration of the HTTP status code in the response.
getId() - Method in class com.obs.services.model.AbstractNotification
Obtain the event notification configuration ID.
getId() - Method in class com.obs.services.model.BucketCorsRule
Obtain the CORS rule ID.
getId() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the rule ID.
getId() - Method in class com.obs.services.model.Owner
Obtain the ID of the domain to which the owner belongs.
getId() - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Obtain the rule ID.
getId() - Method in class com.oef.services.model.CreateAsynchFetchJobsResult
Obtain the job ID.
getId() - Method in class com.oef.services.model.DisPolicyBean
 
getIdentifier() - Method in class com.obs.services.model.CanonicalGrantee
Obtain the ID of the domain to which the grantee belongs.
getIdentifier() - Method in interface com.obs.services.model.GranteeInterface
Obtain the identifier marking the grantee (group).
getIdentifier() - Method in class com.obs.services.model.GroupGrantee
Obtain the URI of the grantee group.
getIdleConnectionTime() - Method in class com.obs.services.ObsConfiguration
Obtain the idle time for obtaining connections from the connection pool.
getIfMatchTag() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the ETag verification condition for copying the object: Only when the ETag of the source object is the same as that specified by this parameter, the object can be copied.
getIfMatchTag() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the ETag verification conditions for downloading the object.
getIfMatchTag() - Method in class com.obs.services.model.GetObjectRequest
Obtain the ETag verification condition for downloading the object.
getIfModifiedSince() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the time condition for copying the object: Only when the source object is modified after the point in time specified by this parameter, it can be copied; otherwise, "412 Precondition Failed" will be returned.
getIfModifiedSince() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the time conditions set for downloading the object.
getIfModifiedSince() - Method in class com.obs.services.model.GetObjectRequest
Obtain the time condition set for downloading the object.
getIfNoneMatchTag() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the ETag verification condition for copying the object: Only when the ETag of the source object is different from that specified by this parameter, the object will be copied.
getIfNoneMatchTag() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the ETag verification conditions for downloading the object.
getIfNoneMatchTag() - Method in class com.obs.services.model.GetObjectRequest
Obtain the ETag verification condition for downloading the object.
getIfUnmodifiedSince() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the time condition for copying the object: Only when the source object remains unchanged after the point in time specified by this parameter, it can be copied; otherwise, "412 Precondition Failed" will be returned.
getIfUnmodifiedSince() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the time conditions for downloading the object.
getIfUnmodifiedSince() - Method in class com.obs.services.model.GetObjectRequest
Obtain the time condition for downloading the object.
getImageProcess() - Method in class com.obs.services.model.GetObjectRequest
Obtain image processing parameters.
getInitiatedDate() - Method in class com.obs.services.model.MultipartUpload
Obtain the creation time of the multipart upload.
getInitiator() - Method in class com.obs.services.model.ListPartsResult
Creator of the multipart upload
getInitiator() - Method in class com.obs.services.model.MultipartUpload
Creator of the multipart upload
getInput() - Method in class com.obs.services.model.PutObjectRequest
Obtain the data stream to be uploaded, which cannot be used with the file to be uploaded.
getInput() - Method in class com.obs.services.model.UploadPartRequest
Obtain the data stream to be uploaded, which cannot be used with the file to be uploaded.
getInstantaneousSpeed() - Method in interface com.obs.services.model.ProgressStatus
Obtain the instantaneous speed.
getInstantaneousSpeed() - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the instantaneous speed.
getJob() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the job details.
getKey() - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
Obtain the tag key.
getKey() - Method in class com.obs.services.model.KeyAndVersion
Obtain the object name.
getKey() - Method in class com.obs.services.model.ListPartsRequest
Obtain the name of the bucket to which the multipart upload belongs.
getKey() - Method in class com.obs.services.model.ListPartsResult
Obtain the name of the object involved in the multipart upload.
getKey() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the object name.
getKey() - Method in class com.obs.services.model.WebsiteConfiguration
Obtain the error page of the hosting.
getKeyAndVersions() - Method in class com.obs.services.model.DeleteObjectsRequest
Obtain the to-be-deleted object array.
getKeyAndVersions() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain the list of objects to be restored.
getKeyAndVersionsList() - Method in class com.obs.services.model.DeleteObjectsRequest
Obtain the list of to-be-deleted objects.
getKeyManagerFactory() - Method in class com.obs.services.ObsConfiguration
Obtain the factory for generating the "KeyManager" array.
getKeyMarker() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the start position for query (sorted by object name).
getKeyMarker() - Method in class com.obs.services.model.ListVersionsRequest
Obtain the start position for listing versioning objects.
getKeyMarker() - Method in class com.obs.services.model.ListVersionsResult
Obtain the start position for listing versioning objects (sorted by object name).
getKeyMarker() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the start position for listing multipart uploads (sorted by object name)
getKeyPrefixEquals() - Method in class com.obs.services.model.RouteRuleCondition
Obtain the object name prefix when the redirection takes effect.
getKmsKeyId() - Method in class com.obs.services.model.BucketEncryption
Obtain the master key used in the SSE-KMS encryption.
getKmsKeyId() - Method in class com.obs.services.model.SseKmsHeader
Obtain the master key used in the SSE-KMS mode.
getLastModified() - Method in class com.obs.services.model.CopyObjectResult
Last modification time of the destination object
getLastModified() - Method in class com.obs.services.model.CopyPartResult
Obtain the last modification time of the to-be-copied part.
getLastModified() - Method in class com.obs.services.model.Multipart
Obtain the last modification time of the part.
getLastModified() - Method in class com.obs.services.model.ObjectMetadata
Obtain the last modification time of the object.
getLastModified() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the last modification date of the object.
getListTimeout() - Method in class com.obs.services.model.ListObjectsRequest
 
getListTimeout() - Method in class com.obs.services.model.ListVersionsRequest
 
getLocation() - Method in class com.obs.services.model.BucketLocationResponse
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.BucketMetadataInfoResult
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the URI of the object after part combination.
getLocation() - Method in class com.obs.services.model.CreateBucketRequest
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.fs.ObsFSBucket
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.ListVersionsResult
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.ObjectListing
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.ObsBucket
Obtain the bucket location.
getLocation() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getLogfilePrefix() - Method in class com.obs.services.model.BucketLoggingConfiguration
Obtain the name prefix of the logged objects.
getMarker() - Method in class com.obs.services.model.ListObjectsRequest
Obtain the start position for listing objects.
getMarker() - Method in class com.obs.services.model.ObjectListing
Obtain the start position for listing objects.
getMaxAge() - Method in class com.obs.services.model.OptionsInfoResult
Obtain the cache duration (in seconds) of the request result in the instance of ObsClient.
getMaxAgeSecond() - Method in class com.obs.services.model.BucketCorsRule
Obtain the cache duration (in seconds) of the request result in the instance of ObsClient.
getMaxConnections() - Method in class com.obs.services.ObsConfiguration
Obtain the maximum number of HTTP connections (1000 by default) that can be opened.
getMaxErrorRetry() - Method in class com.obs.services.ObsConfiguration
Obtain the maximum number of retry attempts (5 by default) upon a request failure (request exception, or error 500 or 503 on the server).
getMaxIdleConnections() - Method in class com.obs.services.ObsConfiguration
Obtain the maximum number of idle connections in the connection pool.
getMaxKeys() - Method in class com.obs.services.model.ListObjectsRequest
Obtain the maximum number of objects to be listed.
getMaxKeys() - Method in class com.obs.services.model.ListVersionsRequest
Obtain the maximum number of versioning objects to be listed.
getMaxKeys() - Method in class com.obs.services.model.ListVersionsResult
Obtain the maximum number of versioning objects to be listed.
getMaxKeys() - Method in class com.obs.services.model.ObjectListing
Obtain the maximum number of objects to be listed.
getMaxParts() - Method in class com.obs.services.model.ListPartsRequest
Obtain the maximum number of uploaded parts that can be listed.
getMaxParts() - Method in class com.obs.services.model.ListPartsResult
Obtain the maximum number of uploaded parts to be listed.
getMaxUploads() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the maximum number of listed multipart uploads.
getMaxUploads() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the maximum number of multipart uploads to be listed.
getMd5() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the MD5 file.
getMessage() - Method in class com.obs.services.model.DeleteObjectsResult.ErrorResult
Obtain the error description returned after a deletion failure.
getMetadata() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Set object properties, including customized metadata.
getMetadata() - Method in class com.obs.services.model.ObjectMetadata
Obtain object properties.
getMetadata() - Method in class com.obs.services.model.ObsBucket
Deprecated.
getMetadata() - Method in class com.obs.services.model.ObsObject
Obtain the object properties, including "content-type", "content-length", and customized metadata.
getMetadata() - Method in class com.obs.services.model.PutObjectRequest
Obtain object properties, including "content-type", "content-length", "content-md5", and customized metadata.
getMetadata() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getMetadata() - Method in class com.obs.services.model.S3Object
Deprecated.
 
getMetadata() - Method in class com.obs.services.model.SetObjectMetadataRequest
 
getMethod() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the HTTP/HTTPS request method.
getMode() - Method in class com.obs.services.model.fs.ObsFSAttribute
Query the file or folder type.
getMultipartList() - Method in class com.obs.services.model.ListPartsResult
Obtain the list of uploaded parts.
getMultipartTaskList() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the list of multipart uploads unfinished in the bucket.
getName() - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
Obtain the identifier that specifies whether objects are filtered by object name prefix or suffix.
getNewLength() - Method in class com.obs.services.model.fs.TruncateFileRequest
Obtain the file size after the truncation.
getNewlyTransferredBytes() - Method in interface com.obs.services.model.ProgressStatus
Obtain the number of new bytes.
getNewObjectKey() - Method in class com.obs.services.model.fs.RenameRequest
Obtain the new file or folder name.
getNewObjectMetadata() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the properties, including customized metadata, of the destination object.
getNextKeyMarker() - Method in class com.obs.services.model.ListVersionsResult
Start position for next listing (sorted by object name)
getNextKeyMarker() - Method in class com.obs.services.model.MultipartUploadListing
Start position for next listing (sorted by object name)
getNextMarker() - Method in class com.obs.services.model.ObjectListing
Obtain the start position for next listing.
getNextPartNumberMarker() - Method in class com.obs.services.model.ListPartsResult
Obtain the start position for next listing.
getNextPosition() - Method in class com.obs.services.model.AppendObjectResult
Obtain the position from which the next appending starts.
getNextPosition() - Method in class com.obs.services.model.ObjectMetadata
Obtain the start position for next appending.
getNextUploadIdMarker() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the start position for next listing (sorted by multipart upload ID).
getNextVersionIdMarker() - Method in class com.obs.services.model.ListVersionsResult
Obtain the start position for next listing (sorted by version ID).
getNoncurrentVersionExpiration() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the expiration time of a noncurrent object version.
getNoncurrentVersionTransitions() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the transition policy of noncurrent versions.
getObject(GetObjectRequest) - Method in interface com.obs.services.IObsClient
Download an object.
getObject(String, String, String) - Method in interface com.obs.services.IObsClient
Download an object.
getObject(String, String) - Method in interface com.obs.services.IObsClient
Download an object.
getObject(GetObjectRequest) - Method in class com.obs.services.ObsClient
 
getObject(String, String, String) - Method in class com.obs.services.ObsClient
 
getObject(String, String) - Method in class com.obs.services.ObsClient
 
getObject(GetObjectRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObject(GetObjectRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObjectAcl(String, String, String) - Method in interface com.obs.services.IObsClient
Obtain an object ACL.
getObjectAcl(String, String) - Method in interface com.obs.services.IObsClient
Obtain an object ACL.
getObjectAcl(String, String, String) - Method in class com.obs.services.ObsClient
 
getObjectAcl(String, String) - Method in class com.obs.services.ObsClient
 
getObjectAcl(String, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObjectAcl(String, String, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObjectAcl(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObjectContent() - Method in class com.obs.services.model.ObsObject
Obtain the data stream of the object.
getObjectContent() - Method in class com.obs.services.model.S3Object
Deprecated.
 
getObjectKey() - Method in class com.obs.services.model.AbortMultipartUploadRequest
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.AppendObjectResult
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.DeleteObjectResult
Obtain the name of the deleted object.
getObjectKey() - Method in class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.DeleteObjectsResult.ErrorResult
Obtain the name of the object that fails to be deleted.
getObjectKey() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.fs.DropFileRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.fs.RenameRequest
Obtain the file or folder name.
getObjectKey() - Method in class com.obs.services.model.fs.TruncateFileRequest
Obtain the file name.
getObjectKey() - Method in class com.obs.services.model.GetObjectMetadataRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.GetObjectRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.InitiateMultipartUploadResult
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.MultipartUpload
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.ObsObject
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.PostSignatureRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.PutObjectResult
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.RestoreObjectRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.RestoreObjectResult
 
getObjectKey() - Method in class com.obs.services.model.S3Object
Deprecated.
 
getObjectKey() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the object name.
getObjectKey() - Method in class com.obs.services.model.UploadPartRequest
Obtain the name of the object involved in the multipart upload.
getObjectKey() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the object name.
getObjectKey() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the object name.
getObjectMetadata(GetObjectMetadataRequest) - Method in interface com.obs.services.IObsClient
Obtain object properties.
getObjectMetadata(String, String, String) - Method in interface com.obs.services.IObsClient
Obtain object properties.
getObjectMetadata(String, String) - Method in interface com.obs.services.IObsClient
Obtain object properties.
getObjectMetadata() - Method in class com.obs.services.model.DownloadFileResult
Obtain object properties.
getObjectMetadata() - Method in class com.obs.services.model.UploadFileRequest
Obtain object properties.
getObjectMetadata(GetObjectMetadataRequest) - Method in class com.obs.services.ObsClient
 
getObjectMetadata(String, String, String) - Method in class com.obs.services.ObsClient
 
getObjectMetadata(String, String) - Method in class com.obs.services.ObsClient
 
getObjectMetadata(GetObjectMetadataRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
getObjectMetadata(GetObjectMetadataRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
GetObjectMetadataRequest - Class in com.obs.services.model
Parameters in a request for obtaining the properties of an object
GetObjectMetadataRequest() - Constructor for class com.obs.services.model.GetObjectMetadataRequest
 
GetObjectMetadataRequest(String, String) - Constructor for class com.obs.services.model.GetObjectMetadataRequest
Constructor
GetObjectMetadataRequest(String, String, String) - Constructor for class com.obs.services.model.GetObjectMetadataRequest
Constructor
getObjectNumber() - Method in class com.obs.services.model.BucketStorageInfo
Obtain the number of objects in the bucket.
GetObjectRequest - Class in com.obs.services.model
Parameters in an object download request
GetObjectRequest() - Constructor for class com.obs.services.model.GetObjectRequest
 
GetObjectRequest(String, String) - Constructor for class com.obs.services.model.GetObjectRequest
Constructor
GetObjectRequest(String, String, String) - Constructor for class com.obs.services.model.GetObjectRequest
Constructor
getObjects() - Method in class com.obs.services.model.ObjectListing
Obtain the list of objects in the bucket.
getObjectStorageClass() - Method in class com.obs.services.model.AppendObjectResult
Obtain the object storage class.
getObjectStorageClass() - Method in class com.obs.services.model.CopyObjectResult
Obtain the storage class of the destination object.
getObjectStorageClass() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Obtain the storage class of the noncurrent object version after transition.
getObjectStorageClass() - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Obtain the storage class of the object after transition.
getObjectStorageClass() - Method in class com.obs.services.model.ListPartsResult
Obtain the storage class of the object involved in the multipart upload.
getObjectStorageClass() - Method in class com.obs.services.model.MultipartUpload
Obtain the storage class of the object generated via the multipart upload.
getObjectStorageClass() - Method in class com.obs.services.model.ObjectMetadata
Obtain the object storage class.
getObjectStorageClass() - Method in class com.obs.services.model.PutObjectResult
Obtain the object storage class.
getObjectStorageClass() - Method in class com.obs.services.model.ReplicationConfiguration.Destination
Obtain the storage class of the object generated after the replication.
getObjectStorageClass() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the object storage class.
getObjectStorageClass() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the storage class of the object.
getObjectSummaries() - Method in class com.obs.services.model.ObjectListing
Deprecated.
getObjectUrl() - Method in class com.obs.services.model.AppendObjectResult
Obtain the full path to the object.
getObjectUrl() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the full path to the object after part combination.
getObjectUrl() - Method in class com.obs.services.model.PutObjectResult
Obtain the full path to the object.
getObsVersion() - Method in class com.obs.services.model.BucketMetadataInfoResult
Obtain the OBS version.
getOffset() - Method in class com.obs.services.model.PutObjectRequest
Obtain the start position of the to-be-uploaded content in the file.
getOffset() - Method in class com.obs.services.model.UploadPartRequest
Obtain the offset of the part in the file.
getOperationCode() - Method in enum com.obs.services.model.PolicyConditionItem.ConditionOperator
 
getOperationType() - Method in enum com.obs.services.model.HttpMethodEnum
 
getOrigin() - Method in class com.obs.services.model.OptionsInfoRequest
Obtain the origin of the preflight request.
getOriginalStringCode() - Method in enum com.obs.services.model.SpecialParamEnum
 
getOriginalStringCode() - Method in enum com.oef.services.model.RequestParamEnum
 
getOriginPolicy() - Method in class com.obs.services.model.PostSignatureResponse
Obtain the security policy of the request in the original format.
getOwner() - Method in class com.obs.services.model.AccessControlList
Obtain the owner.
getOwner() - Method in class com.obs.services.model.ListBucketsResult
 
getOwner() - Method in class com.obs.services.model.ListPartsResult
Query the creator of the multipart upload.
getOwner() - Method in class com.obs.services.model.MultipartUpload
Query the creator of the multipart upload.
getOwner() - Method in class com.obs.services.model.ObsBucket
Obtain the owner of the bucket.
getOwner() - Method in class com.obs.services.model.ObsObject
Obtain the owner of the object.
getOwner() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
getOwner() - Method in class com.obs.services.model.S3Object
Deprecated.
 
getOwner() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the owner of the object.
getPartEtag() - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Obtain the to-be-combined part list.
getPartNumber() - Method in class com.obs.services.model.CopyPartRequest
Obtain the part number of the to-be-copied part.
getPartNumber() - Method in class com.obs.services.model.CopyPartResult
Obtain the part number of the to-be-copied part.
getPartNumber() - Method in class com.obs.services.model.Multipart
Obtain the part number.
getPartNumber() - Method in class com.obs.services.model.PartEtag
Obtain the part number.
getPartNumber() - Method in class com.obs.services.model.UploadPartRequest
Obtain the part number.
getPartNumber() - Method in class com.obs.services.model.UploadPartResult
Obtain the part number.
getPartNumberMarker() - Method in class com.obs.services.model.ListPartsRequest
Obtain the start position for listing parts.
getPartNumberMarker() - Method in class com.obs.services.model.ListPartsResult
Obtain the start position for listing parts.
getPartSize() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the part size.
getPartSize() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the part size set for uploading an object.
getPartSize() - Method in class com.obs.services.model.UploadFileRequest
Obtain the part size set for uploading the object.
getPartSize() - Method in class com.obs.services.model.UploadPartRequest
Obtain the part size, in bytes.
getPermission() - Method in class com.obs.services.model.GrantAndPermission
Obtain the permission information.
getPermissionsForGrantee(GranteeInterface) - Method in class com.obs.services.model.AccessControlList
Obtain the permission specified in the ACL GranteeInterface.
getPermissionString() - Method in class com.obs.services.model.Permission
 
getPolicy() - Method in class com.obs.services.model.BucketPolicyResponse
Obtain a bucket policy.
getPolicy() - Method in class com.obs.services.model.PostSignatureResponse
Obtain the security policy of the request in the Base64 format.
getPolicy() - Method in class com.oef.services.model.GetDisPolicyResult
 
getPosition() - Method in class com.obs.services.model.AppendObjectRequest
Obtain the position where data is to be appended.
getPrefix() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the object name prefix used to identify one or more objects to which the rule applies.
getPrefix() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the prefix of names of the returned objects involved in the multipart uploads.
getPrefix() - Method in class com.obs.services.model.ListObjectsRequest
Obtain the object name prefix used for filtering objects to be listed.
getPrefix() - Method in class com.obs.services.model.ListVersionsRequest
Obtain the object name prefix used for listing versioning objects.
getPrefix() - Method in class com.obs.services.model.ListVersionsResult
Obtain the object name prefix used for listing versioning objects.
getPrefix() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the prefix for listing multipart uploads.
getPrefix() - Method in class com.obs.services.model.ObjectListing
Obtain the object name prefix used for filtering objects to be listed.
getPrefix() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the specific folder to which the file is uploaded.
getPrefix() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the name prefix of objects to be read ahead.
getPrefix() - Method in class com.obs.services.model.ReadAheadRequest
Obtain the name prefix of objects to be read ahead.
getPrefix() - Method in class com.obs.services.model.ReadAheadResult
Obtain the name prefix of objects to be read ahead.
getPrefix() - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Obtain the object name prefix that identifies objects to which the rule applies.
getPrefix() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain the name prefix of the objects to be restored in a batch.
getPrefix() - Method in class com.oef.services.model.DisPolicyBean
 
getProgressInterval() - Method in class com.obs.services.model.AbstractBulkRequest
Obtain the callback threshold of the task progress listener.
getProgressInterval() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the callback threshold of the data transfer listener.
getProgressInterval() - Method in class com.obs.services.model.GetObjectRequest
Obtain the callback threshold of the data transfer listener.
getProgressInterval() - Method in class com.obs.services.model.PutObjectRequest
Obtain the callback threshold of the data transfer listener.
getProgressInterval() - Method in class com.obs.services.model.UploadFileRequest
Obtain the callback threshold of the data transfer listener.
getProgressInterval() - Method in class com.obs.services.model.UploadPartRequest
Obtain the callback threshold of the data transfer listener.
getProgressListener() - Method in class com.obs.services.model.AbstractBulkRequest
Obtain the progress listener of the bulk task.
getProgressListener() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the data transfer listener.
getProgressListener() - Method in class com.obs.services.model.GetObjectRequest
Obtain the data transfer listener.
getProgressListener() - Method in class com.obs.services.model.PutObjectRequest
Obtain the data transfer listener.
getProgressListener() - Method in class com.obs.services.model.UploadFileRequest
Obtain the data transfer listener.
getProgressListener() - Method in class com.obs.services.model.UploadPartRequest
Obtain the data transfer listener.
getProject() - Method in class com.oef.services.model.DisPolicyBean
 
getProjectId() - Method in class com.obs.services.model.SseKmsHeader
Obtain the project ID.
getProtocol() - Method in class com.obs.services.model.Redirect
Deprecated.
getProtocol() - Method in class com.obs.services.model.RedirectAllRequest
Deprecated.
getProxyAddr() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy address.
getProxyPort() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy port.
getProxyUName() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy username.
getQueryParams() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the query parameters of the request.
getRangeEnd() - Method in class com.obs.services.model.GetObjectRequest
Obtain the end position for object download.
getRangeStart() - Method in class com.obs.services.model.GetObjectRequest
Obtain the start position for object download.
getReadBufferSize() - Method in class com.obs.services.ObsConfiguration
Obtain the read cache size used for uploading objects to socket streams (in bytes).
getRedirect() - Method in class com.obs.services.model.RouteRule
Obtain the redirection configuration.
getRedirectAllRequestsTo() - Method in class com.obs.services.model.WebsiteConfiguration
Obtain the redirection rules of all requests.
getRedirectProtocol() - Method in class com.obs.services.model.Redirect
Obtain the protocol used for redirecting the request.
getRedirectProtocol() - Method in class com.obs.services.model.RedirectAllRequest
Obtain the protocol used for redirecting requests.
getReplaceKeyPrefixWith() - Method in class com.obs.services.model.Redirect
Obtain the object name prefix used for redirecting the request.
getReplaceKeyWith() - Method in class com.obs.services.model.Redirect
Obtain the object name used for redirecting the request.
getReplaceMetadata() - Method in class com.obs.services.model.GetObjectRequest
Obtain the request headers that need to be rewritten during object download.
getRequestDate() - Method in class com.obs.services.model.PostSignatureRequest
Set the request time.
getRequestDate() - Method in class com.obs.services.model.TemporarySignatureRequest
Set the request time.
getRequestHeaders() - Method in class com.obs.services.model.OptionsInfoRequest
Obtain the list of allowed request headers.
getRequestId() - Method in class com.obs.services.model.HeaderResponse
Obtain the request ID returned by the server.
getRequestId() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the unique ID of a request.
getRequestMethod() - Method in class com.obs.services.model.OptionsInfoRequest
Obtain the list of allowed cross-origin request methods.
getRequestParameters() - Method in class com.obs.services.model.GetObjectRequest
 
getResponseCode() - Method in exception com.obs.services.exception.ObsException
Obtain the HTTP status code returned by the OBS server.
getResponseHeaders() - Method in exception com.obs.services.exception.ObsException
Obtain the response headers of the HTTP request returned by the OBS server.
getResponseHeaders() - Method in class com.obs.services.model.HeaderResponse
Obtain response headers.
getResponseStatus() - Method in exception com.obs.services.exception.ObsException
Obtain the HTTP response description returned by the OBS server.
getRestoreTier() - Method in class com.obs.services.model.RestoreObjectRequest
Obtain the restore option.
getRestoreTier() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain the restore option.
getRouteRules() - Method in class com.obs.services.model.WebsiteConfiguration
Set the redirection route rules.
getRules() - Method in class com.obs.services.model.BucketCors
Obtain the bucket CORS rule list.
getRules() - Method in class com.obs.services.model.LifecycleConfiguration
Obtain the list of bucket lifecycle rules.
getRules() - Method in class com.obs.services.model.ReplicationConfiguration
Obtain the replication rule list.
getRules() - Method in class com.obs.services.model.S3BucketCors
Deprecated.
 
getRules() - Method in class com.oef.services.model.DisPolicy
 
getSecretKey() - Method in interface com.obs.services.model.ISecurityKey
Returns the secret key for this securityKey.
getSecurityKey() - Method in class com.obs.services.BasicObsCredentialsProvider
 
getSecurityKey() - Method in class com.obs.services.EcsObsCredentialsProvider
 
getSecurityKey() - Method in class com.obs.services.EnvironmentVariableObsCredentialsProvider
 
getSecurityKey() - Method in interface com.obs.services.IObsCredentialsProvider
 
getSecurityToken() - Method in interface com.obs.services.model.ISecurityKey
Returns the security token for this securityKey.
getServerAlgorithm() - Method in class com.obs.services.model.ServerAlgorithm
Deprecated.
 
getServerEncryption() - Method in class com.obs.services.model.ServerEncryption
Deprecated.
 
getSignatString() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getSignature() - Method in class com.obs.services.model.PostSignatureResponse
Obtain the signature string.
getSignedUrl() - Method in class com.obs.services.model.TemporarySignatureResponse
Obtain the URL of the temporarily authorized access.
getSize() - Method in class com.obs.services.model.BucketStorageInfo
Obtain the bucket quota (in bytes).
getSize() - Method in class com.obs.services.model.Multipart
Obtain the part size, in bytes.
getSize() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the object size (in bytes).
getSocketReadBufferSize() - Method in class com.obs.services.ObsConfiguration
Obtain the size (bytes) of the socket receive buffer, corresponding to the "java.net.SocketOptions.SO_RVCBUF" parameter.
getSocketTimeout() - Method in class com.obs.services.ObsConfiguration
Obtain the timeout interval for data transmission at the socket layer (in milliseconds, 60,000 milliseconds by default).
getSocketWriteBufferSize() - Method in class com.obs.services.ObsConfiguration
Obtain the size (bytes) of the socket send buffer, corresponding to the "java.net.SocketOptions.SO_SNDBUF" parameter.
getSourceBucketName() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the source bucket name.
getSourceBucketName() - Method in class com.obs.services.model.CopyPartRequest
Obtain the source bucket name.
getSourceObjectKey() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the source object name.
getSourceObjectKey() - Method in class com.obs.services.model.CopyPartRequest
Obtain the source object name.
getSpecialParam() - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Obtain the special operator.
getSseAlgorithm() - Method in class com.obs.services.model.BucketEncryption
Obtain the bucket encryption algorithm.
getSSEAlgorithm() - Method in class com.obs.services.model.SseCHeader
Obtain the encryption algorithm type.
getSSEAlgorithm() - Method in class com.obs.services.model.SseKmsHeader
Obtain the encryption algorithm type.
getSseCHeader() - Method in class com.obs.services.model.GetObjectMetadataRequest
Obtain SSE-C decryption headers.
getSseCHeader() - Method in class com.obs.services.model.GetObjectRequest
Obtain SSE-C decryption headers.
getSseCHeader() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain SSE-C encryption headers of the object.
getSseCHeader() - Method in class com.obs.services.model.PutObjectsRequest
Obtain SSE-C encryption headers of the object.
getSseCHeader() - Method in class com.obs.services.model.UploadPartRequest
Obtain SSE-C encryption headers.
getSseCHeaderDestination() - Method in class com.obs.services.model.CopyObjectRequest
Deprecated.
getSseCHeaderDestination() - Method in class com.obs.services.model.CopyPartRequest
Obtain SSE-C encryption headers of the destination object.
getSseCHeaderSource() - Method in class com.obs.services.model.CopyObjectRequest
Obtain SSE-C decryption headers of the source object.
getSseCHeaderSource() - Method in class com.obs.services.model.CopyPartRequest
Obtain SSE-C decryption headers of the source object.
getSseCKey() - Method in class com.obs.services.model.SseCHeader
Obtain the key used in the SSE-C mode.
getSseCKeyBase64() - Method in class com.obs.services.model.SseCHeader
Obtain the key used in the SSE-C mode.
getSseKmsHeader() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain SSE-KMS encryption headers of the object.
getSseKmsHeader() - Method in class com.obs.services.model.PutObjectsRequest
Obtain SSE-KMS encryption headers of the object.
getSslProvider() - Method in class com.obs.services.ObsConfiguration
Set the provider of SSLContext.
getStatus() - Method in class com.obs.services.model.BucketDirectColdAccess
Obtain the direct reading status of Archive objects in a bucket.
getStatus() - Method in class com.obs.services.model.BucketVersioningConfiguration
Deprecated.
getStatus() - Method in class com.obs.services.model.fs.GetBucketFSStatusResult
Obtain the status of the file gateway feature of a bucket.
getStatus() - Method in class com.obs.services.model.fs.SetBucketFSStatusRequest
Obtain the status of the file gateway feature of a bucket.
getStatus() - Method in class com.obs.services.model.ReadAheadQueryResult
Obtain the task status.
getStatus() - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Obtain the rule status.
getStatus() - Method in class com.oef.services.model.CompressBean
Obtain the policy status.
getStatus() - Method in class com.oef.services.model.FetchBean
Obtain the policy status.
getStatus() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the job status.
getStatus() - Method in class com.oef.services.model.TranscodeBean
Obtain the policy status.
getStatusCode() - Method in class com.obs.services.model.HeaderResponse
Obtain the HTTP status code returned by the server.
getStorageClass() - Method in class com.obs.services.model.BucketStoragePolicyConfiguration
Deprecated.
getStorageClass() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Deprecated.
getStorageClass() - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Deprecated.
getStorageClass() - Method in class com.obs.services.model.ListPartsResult
Deprecated.
getStorageClass() - Method in class com.obs.services.model.MultipartUpload
Deprecated.
getStorageClass() - Method in class com.obs.services.model.ObjectMetadata
Deprecated.
getStorageClass() - Method in class com.obs.services.model.ObsBucket
Deprecated.
getStorageClass() - Method in class com.obs.services.model.S3Bucket
Deprecated.
getStorageClass() - Method in class com.obs.services.model.VersionOrDeleteMarker
Deprecated.
getStream() - Method in class com.oef.services.model.DisPolicyBean
 
getStringCode() - Method in enum com.obs.services.model.SpecialParamEnum
 
getStringCode() - Method in enum com.oef.services.model.RequestParamEnum
 
getSucceedTaskNum() - Method in interface com.obs.services.model.TaskProgressStatus
Obtain the number of objects that have been successfully uploaded.
getSuccessRedirectLocation() - Method in class com.obs.services.model.PutObjectBasicRequest
Obtain the redirection address after a successfully responded request.
getSuccessRedirectLocation() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the redirection address after a successfully responded request.
getSuffix() - Method in class com.obs.services.model.WebsiteConfiguration
Obtain the hosting homepage.
getSuffix() - Method in class com.oef.services.model.DisPolicyBean
 
getTags() - Method in class com.obs.services.model.BucketTagInfo.TagSet
Obtain the tag list.
getTagSet() - Method in class com.obs.services.model.BucketTagInfo
Obtain the tag set of a bucket.
getTargetBucketName() - Method in class com.obs.services.model.BucketLoggingConfiguration
Obtain the bucket in which logs are saved.
getTargetGrants() - Method in class com.obs.services.model.BucketLoggingConfiguration
Obtain the log delivery group.
getTaskId() - Method in class com.obs.services.model.ReadAheadResult
Obtain the ID of the read-ahead task.
getTaskNum() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the maximum number of threads used for processing download tasks concurrently.
getTaskNum() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the maximum number of threads used for processing upload tasks concurrently.
getTaskNum() - Method in class com.obs.services.model.UploadFileRequest
Obtain the maximum number of threads used for processing upload tasks concurrently.
getTaskProgressInterval() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the interval for updating the task progress information.
getTaskQueueNum() - Method in class com.obs.services.model.AbstractBulkRequest
Obtain the queue length of the bulk task.
getTaskStatus(String) - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the upload progress of a specified object.
getTaskTable() - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the progress of the current uploading task.
getTaskThreadNum() - Method in class com.obs.services.model.AbstractBulkRequest
Obtain the maximum number of concurrent bulk tasks.
getTempDownloadFile() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the temporary file generated during the download.
getTier() - Method in class com.obs.services.model.RestoreObjectRequest
Deprecated.
getToken() - Method in class com.obs.services.model.PostSignatureResponse
Obtain the token
getTopic() - Method in class com.obs.services.model.TopicConfiguration
Obtain the URN of the event notification topic.
getTopicConfigurations() - Method in class com.obs.services.model.BucketNotificationConfiguration
Obtain the list of event notification configurations
getTotalBytes() - Method in interface com.obs.services.model.ProgressStatus
Obtain the number of bytes to be transferred.
getTotalSize() - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the total size of uploaded objects.
getTotalTaskNum() - Method in interface com.obs.services.model.TaskProgressStatus
Obtain the total number of objects in the upload task.
getTranscode() - Method in class com.oef.services.model.PutExtensionPolicyRequest
Obtain the content of the asynchronous transcode policy.
getTranscode() - Method in class com.oef.services.model.QueryExtensionPolicyResult
Obtain the content of the asynchronous transcode policy.
getTransferPercentage() - Method in interface com.obs.services.model.ProgressStatus
Obtain the transfer progress
getTransferredBytes() - Method in interface com.obs.services.model.ProgressStatus
Obtain the number of transferred bytes.
getTransferredSize() - Method in interface com.obs.services.model.UploadProgressStatus
Obtain the size of transferred data in bytes.
getTransitions() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Obtain the transition policy of an object.
getTrustManagerFactory() - Method in class com.obs.services.ObsConfiguration
Obtain the factory for generating the "TrustManager" array.
getTtl() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the cache data expiration time.
getTtl() - Method in class com.obs.services.model.GetObjectRequest
Obtain the cache data expiration time.
getTtl() - Method in class com.obs.services.model.ReadAheadRequest
Obtain the cache data expiration time.
getUploadFile() - Method in class com.obs.services.model.UploadFileRequest
Obtain the to-be-uploaded local file.
getUploadId() - Method in class com.obs.services.model.AbortMultipartUploadRequest
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.CopyPartRequest
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.InitiateMultipartUploadResult
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.ListPartsRequest
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.ListPartsResult
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.MultipartUpload
Obtain the multipart upload ID.
getUploadId() - Method in class com.obs.services.model.UploadPartRequest
Obtain the multipart upload ID.
getUploadIdMarker() - Method in class com.obs.services.model.ListMultipartUploadsRequest
Obtain the start position for query (sorted by multipart upload ID).
getUploadIdMarker() - Method in class com.obs.services.model.MultipartUploadListing
Obtain the start position for listing multipart uploads in the request (sorted by multipart upload ID).
getUploadObjectsProgressListener() - Method in class com.obs.services.model.PutObjectsRequest
Obtain the progress listener of the bulk task.
getUploadStreamRetryBufferSize() - Method in class com.obs.services.ObsConfiguration
Deprecated.
getUrl() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Obtain the URL.
getUserMetadata(String) - Method in class com.obs.services.model.ObjectMetadata
Obtain the customized metadata of an object.
getUserMetadata(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the customized metadata of an object.
getUserPaaswd() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy password.
getValue() - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
Obtain keywords of the object name.
getValue() - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
Obtain the tag value.
getValue(String) - Method in class com.obs.services.model.ObjectMetadata
 
getValueFromCode(String) - Static method in enum com.obs.services.model.AvailableZoneEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.CacheOptionEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.EventTypeEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.fs.FSStatusEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.GroupGranteeEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.HttpProtocolTypeEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.ProtocolEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.RestoreTierEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.RuleStatusEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.SSEAlgorithmEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.StorageClassEnum
 
getValueFromCode(String) - Static method in enum com.obs.services.model.VersioningStatusEnum
 
getValueFromStringCode(String) - Static method in enum com.obs.services.model.HttpMethodEnum
 
getValueFromStringCode(String) - Static method in enum com.obs.services.model.SpecialParamEnum
 
getValueFromStringCode(String) - Static method in enum com.oef.services.model.RequestParamEnum
 
getVersion() - Method in class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
Obtain the object version ID.
getVersion() - Method in class com.obs.services.model.DeleteObjectsResult.ErrorResult
Obtain the version ID of the object that fails to be deleted.
getVersion() - Method in class com.obs.services.model.KeyAndVersion
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.CompleteMultipartUploadResult
Obtain the version ID of the object after part combination.
getVersionId() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the version ID of the source object.
getVersionId() - Method in class com.obs.services.model.CopyObjectResult
Obtain the version ID of the destination object.
getVersionId() - Method in class com.obs.services.model.CopyPartRequest
Obtain the version ID of the source object.
getVersionId() - Method in class com.obs.services.model.DeleteObjectResult
Obtain the version ID of the deleted object.
getVersionId() - Method in class com.obs.services.model.DownloadFileRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.fs.DropFileRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.GetObjectMetadataRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.GetObjectRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.PutObjectResult
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.RestoreObjectRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.RestoreObjectResult
 
getVersionId() - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the object version ID.
getVersionId() - Method in class com.obs.services.model.VersionOrDeleteMarker
Obtain the object version ID.
getVersionIdMarker() - Method in class com.obs.services.model.ListVersionsRequest
Obtain the start position (versionId) for listing versioning objects.
getVersionIdMarker() - Method in class com.obs.services.model.ListVersionsResult
Obtain the start position for listing versioning objects (sorted by version ID).
getVersioningStatus() - Method in class com.obs.services.model.BucketVersioningConfiguration
Obtain the versioning status.
getVersions() - Method in class com.obs.services.model.ListVersionsResult
Obtain the versioning object array in the bucket.
getWait() - Method in class com.oef.services.model.CreateAsynchFetchJobsResult
Obtain the number of queuing jobs.
getWait() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Obtain the number of queuing jobs.
getWebSiteRedirectLocation() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Deprecated.
getWebSiteRedirectLocation() - Method in class com.obs.services.model.ObjectMetadata
Set the redirection link which can redirect the request to another object in the bucket or to an external URL.
getWebSiteRedirectLocation() - Method in class com.obs.services.model.SetObjectMetadataRequest
Set the redirection link which can redirect the request to another object in the bucket or to an external URL.
getWorkstation() - Method in class com.obs.services.HttpProxyConfiguration
Obtain the proxy workstation.
getWriteBufferSize() - Method in class com.obs.services.ObsConfiguration
Obtain the write cache size used for uploading objects to socket streams (in bytes).
getXmlMessage() - Method in exception com.obs.services.exception.ObsException
 
GLACIER - Static variable in class com.obs.services.model.S3Bucket
Deprecated.
GLACIER - Static variable in class com.obs.services.model.S3Object
Deprecated.
grantAllPermissions(GrantAndPermission[]) - Method in class com.obs.services.model.AccessControlList
Add grantee groups to the ACL.
GrantAndPermission - Class in com.obs.services.model
Grantee or grantee group and permission information, AccessControlList
GrantAndPermission(GranteeInterface, Permission) - Constructor for class com.obs.services.model.GrantAndPermission
Constructor
GranteeInterface - Interface in com.obs.services.model
Interface abstraction of the grantee or grantee group in the ACL AccessControlList
grantExtensionPermission(String, ExtensionBucketPermissionEnum) - Method in class com.obs.services.model.CreateBucketRequest
Grant the OBS extension permission to users.
grantExtensionPermission(String, ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectBasicRequest
Grant the OBS extension permission to users.
grantExtensionPermission(String, ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectsRequest
Grant the OBS extension permissions to a user.
grantPermission(GranteeInterface, Permission) - Method in class com.obs.services.model.AccessControlList
Specify permissions Permission in the ACL GranteeInterface.
GroupGrantee - Class in com.obs.services.model
Grantee group information in the ACL, AccessControlList
GroupGrantee() - Constructor for class com.obs.services.model.GroupGrantee
 
GroupGrantee(String) - Constructor for class com.obs.services.model.GroupGrantee
Constructor
GroupGrantee(GroupGranteeEnum) - Constructor for class com.obs.services.model.GroupGrantee
 
GroupGranteeEnum - Enum in com.obs.services.model
Type of the user group

H

hashCode() - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
 
hashCode() - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
 
hashCode() - Method in class com.obs.services.model.CanonicalGrantee
 
hashCode() - Method in class com.obs.services.model.GrantAndPermission
 
hashCode() - Method in class com.obs.services.model.GroupGrantee
 
hashCode() - Method in class com.obs.services.model.LifecycleConfiguration
 
hashCode() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
 
hashCode() - Method in class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
hashCode() - Method in class com.obs.services.model.PartEtag
 
hashCode() - Method in class com.obs.services.model.Permission
 
hashCode() - Method in class com.obs.services.model.ServerAlgorithm
Deprecated.
 
hashCode() - Method in class com.obs.services.model.ServerEncryption
Deprecated.
 
headBucket(String) - Method in interface com.obs.services.IObsClient
Identify whether a bucket exists.
headBucket(String) - Method in class com.obs.services.ObsClient
 
headBucket(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
headBucket(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
HeaderResponse - Class in com.obs.services.model
Public response result, including the request ID and response headers
HeaderResponse() - Constructor for class com.obs.services.model.HeaderResponse
 
headers - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
HttpMethodEnum - Enum in com.obs.services.model
HTTP/HTTPS request method
HttpProtocolTypeEnum - Enum in com.obs.services.model
HTTP type
HttpProxyConfiguration - Class in com.obs.services
HTTP proxy configuration
HttpProxyConfiguration() - Constructor for class com.obs.services.HttpProxyConfiguration
 
HttpProxyConfiguration(String, int, String, String, String) - Constructor for class com.obs.services.HttpProxyConfiguration
 
HttpProxyConfiguration(String, int, String, String, String, String) - Constructor for class com.obs.services.HttpProxyConfiguration
Parameterized constructor

I

id - Variable in class com.obs.services.model.AbstractNotification
 
id - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
IFSClient - Interface in com.obs.services
Gateway interface for OBS files
INFO - Static variable in class com.obs.services.LogConfigurator
 
initiateMultipartUpload(InitiateMultipartUploadRequest) - Method in interface com.obs.services.IObsClient
Initialize a multipart upload.
initiateMultipartUpload(InitiateMultipartUploadRequest) - Method in class com.obs.services.ObsClient
 
initiateMultipartUpload(InitiateMultipartUploadRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
initiateMultipartUpload(InitiateMultipartUploadRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
InitiateMultipartUploadRequest - Class in com.obs.services.model
Parameters in a request for initializing a multipart upload
InitiateMultipartUploadRequest() - Constructor for class com.obs.services.model.InitiateMultipartUploadRequest
 
InitiateMultipartUploadRequest(String, String) - Constructor for class com.obs.services.model.InitiateMultipartUploadRequest
Constructor
InitiateMultipartUploadResult - Class in com.obs.services.model
Response to a request for initializing a multipart upload
InitiateMultipartUploadResult(String, String, String) - Constructor for class com.obs.services.model.InitiateMultipartUploadResult
 
innerClient - Variable in class com.obs.services.model.fs.ObsFSBucket
 
innerClient - Variable in class com.obs.services.model.fs.ObsFSFolder
 
INPROGRESS - Static variable in class com.obs.services.model.RestoreObjectRequest.RestoreObjectStatus
The object is being restored and cannot be downloaded.
input - Variable in class com.obs.services.model.PutObjectRequest
 
IObsClient - Interface in com.obs.services
Basic OBS interface
IObsCredentialsProvider - Interface in com.obs.services
AK/SK Provider
IOefClient - Interface in com.oef.services
OEF value-added service interface
isAppendable() - Method in class com.obs.services.model.ListVersionsResult
 
isAppendable() - Method in class com.obs.services.model.ObjectMetadata
Identify whether an object is appendable.
isAppendable() - Method in class com.obs.services.model.VersionOrDeleteMarker
Identify whether an object is appendable.
isAttachMd5() - Method in class com.obs.services.model.UploadPartRequest
Check whether the MD5 value of the data to be uploaded will be automatically calculated.
isAuthTypeNegotiation() - Method in class com.obs.services.ObsConfiguration
Check whether protocol negotiation is used.
isAutoClose() - Method in class com.obs.services.model.PutObjectRequest
Check whether the input stream will be automatically closed.
isAutoClose() - Method in class com.obs.services.model.UploadPartRequest
Check whether the input stream will be automatically closed.
isCname() - Method in class com.obs.services.ObsConfiguration
Check whether user-defined domain name is used.
isDeleteMarker() - Method in class com.obs.services.model.DeleteObjectResult
Check whether a versioning object has been deleted.
isDeleteMarker() - Method in class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
Check whether the deleted object is a delete marker
isDeleteMarker() - Method in class com.obs.services.model.VersionOrDeleteMarker
Check whether the versioning object has been deleted.
isDelivered() - Method in class com.obs.services.model.AccessControlList
Check whether the object ACL is delivered.
isDelivered() - Method in class com.obs.services.model.GrantAndPermission
Check whether the bucket ACL is deliverable.
isDisableDnsBucket() - Method in class com.obs.services.ObsConfiguration
Deprecated.
ISecurityKey - Interface in com.obs.services.model
 
isEnableCheckpoint() - Method in class com.obs.services.model.DownloadFileRequest
Identify whether the resumable mode is enabled.
isEnableCheckpoint() - Method in class com.obs.services.model.UploadFileRequest
Identify whether the resumable mode is enabled.
isEnableCheckSum() - Method in class com.obs.services.model.UploadFileRequest
Identify whether the file to be uploaded in resumable mode will be verified.
isHttpsOnly() - Method in class com.obs.services.ObsConfiguration
Deprecated.
isignoreSameKey() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
If a file with the same name already exists in the namespace, the current fetch job is canceled.
isKeepAlive() - Method in class com.obs.services.ObsConfiguration
Specify whether to use persistent connections.
isLatest() - Method in class com.obs.services.model.VersionOrDeleteMarker
Check whether the object is of the current version.
isLoggingEnabled() - Method in class com.obs.services.model.BucketLoggingConfiguration
Check whether bucket logging is enabled.
isNio() - Method in class com.obs.services.ObsConfiguration
Deprecated.
isPathStyle() - Method in class com.obs.services.ObsConfiguration
Deprecated.
isQueryLocation() - Method in class com.obs.services.model.ListBucketsRequest
 
isQuiet() - Method in class com.obs.services.model.DeleteObjectsRequest
Obtain the response mode of the batch deletion.
isRemoveUnset() - Method in class com.obs.services.model.SetObjectMetadataRequest
Specify whether to delete not specified properties.
isReplaceMetadata() - Method in class com.obs.services.model.CopyObjectRequest
Obtain the identifier specifying whether to replace properties of the destination object.
isStrictHostnameVerification() - Method in class com.obs.services.ObsConfiguration
Obtain the identifier specifying whether to verify the domain name ("false" by default).
isTruncated() - Method in class com.obs.services.model.ListPartsResult
Check whether the query result list is truncated.
isTruncated() - Method in class com.obs.services.model.ListVersionsResult
Check whether the query result list is truncated.
isTruncated() - Method in class com.obs.services.model.MultipartUploadListing
Check whether the query result list is truncated.
isTruncated() - Method in class com.obs.services.model.ObjectListing
Check whether the query result list is truncated.
isUseReaper() - Method in class com.obs.services.ObsConfiguration
Deprecated.
isValidateCertificate() - Method in class com.obs.services.ObsConfiguration
Check whether server-side verification is enabled.
isVerifyResponseContentType() - Method in class com.obs.services.ObsConfiguration
Check whether "ContentType" in the response is verified.
isVersionRestored() - Method in class com.obs.services.model.RestoreObjectsRequest
Obtain whether to restore all versions of Archive objects.

K

KeyAndVersion - Class in com.obs.services.model
Information about the versioning object to be deleted
KeyAndVersion(String, String) - Constructor for class com.obs.services.model.KeyAndVersion
Constructor
KeyAndVersion(String) - Constructor for class com.obs.services.model.KeyAndVersion
Constructor

L

LifecycleConfiguration - Class in com.obs.services.model
Bucket lifecycle rules
LifecycleConfiguration(List<LifecycleConfiguration.Rule>) - Constructor for class com.obs.services.model.LifecycleConfiguration
Constructor
LifecycleConfiguration() - Constructor for class com.obs.services.model.LifecycleConfiguration
 
LifecycleConfiguration.Expiration - Class in com.obs.services.model
Expiration time of an object
LifecycleConfiguration.Expiration() - Constructor for class com.obs.services.model.LifecycleConfiguration.Expiration
 
LifecycleConfiguration.Expiration(Date) - Constructor for class com.obs.services.model.LifecycleConfiguration.Expiration
Constructor
LifecycleConfiguration.Expiration(Integer) - Constructor for class com.obs.services.model.LifecycleConfiguration.Expiration
Constructor
LifecycleConfiguration.NoncurrentVersionExpiration - Class in com.obs.services.model
Expiration time of a noncurrent object version
LifecycleConfiguration.NoncurrentVersionExpiration() - Constructor for class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
 
LifecycleConfiguration.NoncurrentVersionExpiration(Integer) - Constructor for class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
Constructor
LifecycleConfiguration.NoncurrentVersionTransition - Class in com.obs.services.model
Transition policy for noncurrent versions
LifecycleConfiguration.NoncurrentVersionTransition() - Constructor for class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
 
LifecycleConfiguration.NoncurrentVersionTransition(Integer, String) - Constructor for class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Deprecated.
LifecycleConfiguration.NoncurrentVersionTransition(Integer, StorageClassEnum) - Constructor for class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Constructor
LifecycleConfiguration.Rule - Class in com.obs.services.model
Bucket lifecycle rule
LifecycleConfiguration.Rule() - Constructor for class com.obs.services.model.LifecycleConfiguration.Rule
No-argument constructor
LifecycleConfiguration.Rule(String, String, Boolean) - Constructor for class com.obs.services.model.LifecycleConfiguration.Rule
 
LifecycleConfiguration.TimeEvent - Class in com.obs.services.model
 
LifecycleConfiguration.TimeEvent() - Constructor for class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
LifecycleConfiguration.TimeEvent(Integer) - Constructor for class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
LifecycleConfiguration.TimeEvent(Date) - Constructor for class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
LifecycleConfiguration.Transition - Class in com.obs.services.model
Object transition policy
LifecycleConfiguration.Transition() - Constructor for class com.obs.services.model.LifecycleConfiguration.Transition
 
LifecycleConfiguration.Transition(Date, String) - Constructor for class com.obs.services.model.LifecycleConfiguration.Transition
Deprecated.
LifecycleConfiguration.Transition(Date, StorageClassEnum) - Constructor for class com.obs.services.model.LifecycleConfiguration.Transition
Constructor
LifecycleConfiguration.Transition(Integer, String) - Constructor for class com.obs.services.model.LifecycleConfiguration.Transition
Deprecated.
LifecycleConfiguration.Transition(Integer, StorageClassEnum) - Constructor for class com.obs.services.model.LifecycleConfiguration.Transition
Constructor
listBuckets(ListBucketsRequest) - Method in interface com.obs.services.IObsClient
Obtain the bucket list.
listBuckets() - Method in class com.obs.services.ObsClient
Deprecated.
listBuckets(ListBucketsRequest) - Method in class com.obs.services.ObsClient
 
listBuckets(String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listBuckets(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listBuckets(ListBucketsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listBuckets(ListBucketsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
ListBucketsRequest - Class in com.obs.services.model
Parameters in a request for listing buckets
ListBucketsRequest() - Constructor for class com.obs.services.model.ListBucketsRequest
 
ListBucketsResult - Class in com.obs.services.model
Response to a request for listing buckets
ListBucketsResult(List<ObsBucket>, Owner) - Constructor for class com.obs.services.model.ListBucketsResult
 
listBucketsV2(ListBucketsRequest) - Method in interface com.obs.services.IObsClient
Obtain the bucket list.
listBucketsV2(ListBucketsRequest) - Method in class com.obs.services.ObsClient
 
listener - Variable in class com.obs.services.model.AbstractBulkRequest
 
listMultipartUploads(ListMultipartUploadsRequest) - Method in interface com.obs.services.IObsClient
List incomplete multipart uploads.
listMultipartUploads(ListMultipartUploadsRequest) - Method in class com.obs.services.ObsClient
 
listMultipartUploads(ListMultipartUploadsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listMultipartUploads(ListMultipartUploadsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
ListMultipartUploadsRequest - Class in com.obs.services.model
Parameters in a request for listing multipart uploads
ListMultipartUploadsRequest() - Constructor for class com.obs.services.model.ListMultipartUploadsRequest
 
ListMultipartUploadsRequest(String) - Constructor for class com.obs.services.model.ListMultipartUploadsRequest
Constructor
ListMultipartUploadsRequest(String, Integer) - Constructor for class com.obs.services.model.ListMultipartUploadsRequest
Constructor
ListMultipartUploadsRequest(String, String, String, Integer, String, String) - Constructor for class com.obs.services.model.ListMultipartUploadsRequest
Constructor
listObjects(ListObjectsRequest) - Method in interface com.obs.services.IObsClient
List objects in the bucket.
listObjects(String) - Method in interface com.obs.services.IObsClient
List objects in the bucket.
listObjects(ListObjectsRequest) - Method in class com.obs.services.ObsClient
 
listObjects(String) - Method in class com.obs.services.ObsClient
 
listObjects(ListObjectsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listObjects(ListObjectsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
ListObjectsRequest - Class in com.obs.services.model
Parameters in a request for listing objects in a bucket
ListObjectsRequest() - Constructor for class com.obs.services.model.ListObjectsRequest
 
ListObjectsRequest(String) - Constructor for class com.obs.services.model.ListObjectsRequest
Constructor
ListObjectsRequest(String, int) - Constructor for class com.obs.services.model.ListObjectsRequest
Constructor
ListObjectsRequest(String, String, String, String, int) - Constructor for class com.obs.services.model.ListObjectsRequest
Constructor
listParts(ListPartsRequest) - Method in interface com.obs.services.IObsClient
List uploaded parts.
listParts(ListPartsRequest) - Method in class com.obs.services.ObsClient
 
listParts(ListPartsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listParts(ListPartsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
ListPartsRequest - Class in com.obs.services.model
Parameters in a request for listing uploaded parts
ListPartsRequest() - Constructor for class com.obs.services.model.ListPartsRequest
 
ListPartsRequest(String, String) - Constructor for class com.obs.services.model.ListPartsRequest
Constructor
ListPartsRequest(String, String, String) - Constructor for class com.obs.services.model.ListPartsRequest
Constructor
ListPartsRequest(String, String, String, Integer) - Constructor for class com.obs.services.model.ListPartsRequest
Constructor
ListPartsRequest(String, String, String, Integer, Integer) - Constructor for class com.obs.services.model.ListPartsRequest
Constructor
ListPartsResult - Class in com.obs.services.model
Response to a request for listing uploaded parts
ListPartsResult(String, String, String, Owner, Owner, StorageClassEnum, List<Multipart>, Integer, boolean, String, String) - Constructor for class com.obs.services.model.ListPartsResult
 
listVersions(ListVersionsRequest) - Method in interface com.obs.services.IObsClient
List versioning objects in a bucket.
listVersions(String) - Method in interface com.obs.services.IObsClient
List versioning objects in a bucket.
listVersions(String, long) - Method in interface com.obs.services.IObsClient
List versioning objects in a bucket.
listVersions(String, String, String, String, String, long) - Method in interface com.obs.services.IObsClient
List versioning objects in a bucket.
listVersions(String, String, String, String, String, long, String) - Method in class com.obs.services.ObsClient
Deprecated.
listVersions(ListVersionsRequest) - Method in class com.obs.services.ObsClient
 
listVersions(String) - Method in class com.obs.services.ObsClient
 
listVersions(String, long) - Method in class com.obs.services.ObsClient
 
listVersions(String, String, String, String, String, long) - Method in class com.obs.services.ObsClient
 
listVersions(String, String, String, String, String, long, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
listVersions(String, String, String, String, String, long, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
listVersions(ListVersionsRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listVersions(ListVersionsRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listVersions(String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listVersions(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listVersions(String, long, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
listVersions(String, long, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
ListVersionsRequest - Class in com.obs.services.model
Parameters in a request for listing versioning objects in a bucket
ListVersionsRequest() - Constructor for class com.obs.services.model.ListVersionsRequest
 
ListVersionsRequest(String) - Constructor for class com.obs.services.model.ListVersionsRequest
Constructor
ListVersionsRequest(String, int) - Constructor for class com.obs.services.model.ListVersionsRequest
Constructor
ListVersionsRequest(String, String, String, String, int) - Constructor for class com.obs.services.model.ListVersionsRequest
Constructor
ListVersionsResult - Class in com.obs.services.model
Response to a request for listing versioning objects in a bucket
ListVersionsResult(String, String, String, String, String, String, String, boolean, VersionOrDeleteMarker[], List<String>, String, String) - Constructor for class com.obs.services.model.ListVersionsResult
 
location - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
Log4j2Configurator - Class in com.obs.services
Log configuration class integrated with Log4j2
Log4j2Configurator() - Constructor for class com.obs.services.Log4j2Configurator
 
LOG_DELIVERY - Static variable in class com.obs.services.model.GroupGrantee
Deprecated.
LogConfigurator - Class in com.obs.services
Log configuration class that uses the standard JDK log library
LogConfigurator() - Constructor for class com.obs.services.LogConfigurator
 

M

metadata - Variable in class com.obs.services.model.PutObjectRequest
 
metadata - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
metadata - Variable in class com.obs.services.model.S3Object
Deprecated.
 
method - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
Multipart - Class in com.obs.services.model
Part information in a multipart upload
Multipart() - Constructor for class com.obs.services.model.Multipart
 
Multipart(Integer, Date, String, Long) - Constructor for class com.obs.services.model.Multipart
Constructor
MultipartUpload - Class in com.obs.services.model
Multipart upload
MultipartUpload(String, String, Date, StorageClassEnum, Owner, Owner) - Constructor for class com.obs.services.model.MultipartUpload
 
MultipartUpload(String, String, String, Date, StorageClassEnum, Owner, Owner) - Constructor for class com.obs.services.model.MultipartUpload
 
MultipartUploadListing - Class in com.obs.services.model
Response to a request for listing multipart uploads
MultipartUploadListing(String, String, String, String, String, String, int, boolean, List<MultipartUpload>, String, String[]) - Constructor for class com.obs.services.model.MultipartUploadListing
 

N

newBucket(NewBucketRequest) - Method in interface com.obs.services.IFSClient
Create a bucket.
newBucket(NewBucketRequest) - Method in class com.obs.services.ObsClient
 
NewBucketRequest - Class in com.obs.services.model.fs
Parameters in a bucket creation request
NewBucketRequest() - Constructor for class com.obs.services.model.fs.NewBucketRequest
 
NewBucketRequest(String, String) - Constructor for class com.obs.services.model.fs.NewBucketRequest
Constructor
NewBucketRequest(String) - Constructor for class com.obs.services.model.fs.NewBucketRequest
Constructor
newExpiration() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Expiration time of objects
newFile(NewFileRequest) - Method in interface com.obs.services.IFSClient
Create a file.
newFile(String, InputStream, ObjectMetadata) - Method in class com.obs.services.model.fs.ObsFSBucket
Create a file.
newFile(String, InputStream) - Method in class com.obs.services.model.fs.ObsFSBucket
Create a file.
newFile(String, File, ObjectMetadata) - Method in class com.obs.services.model.fs.ObsFSBucket
Create a file.
newFile(String, File) - Method in class com.obs.services.model.fs.ObsFSBucket
Create a file.
newFile(NewFileRequest) - Method in class com.obs.services.ObsClient
 
NewFileRequest - Class in com.obs.services.model.fs
Parameters in a file creation request
NewFileRequest() - Constructor for class com.obs.services.model.fs.NewFileRequest
 
NewFileRequest(String, String, File) - Constructor for class com.obs.services.model.fs.NewFileRequest
Constructor
NewFileRequest(String, String, InputStream) - Constructor for class com.obs.services.model.fs.NewFileRequest
Constructor
NewFileRequest(String, String) - Constructor for class com.obs.services.model.fs.NewFileRequest
Constructor
newFolder(NewFolderRequest) - Method in interface com.obs.services.IFSClient
Create a folder.
newFolder(String) - Method in class com.obs.services.model.fs.ObsFSBucket
Create a folder.
newFolder(NewFolderRequest) - Method in class com.obs.services.ObsClient
 
NewFolderRequest - Class in com.obs.services.model.fs
Parameters in a folder creation request
NewFolderRequest() - Constructor for class com.obs.services.model.fs.NewFolderRequest
 
NewFolderRequest(String, String) - Constructor for class com.obs.services.model.fs.NewFolderRequest
Constructor
newNoncurrentVersionExpiration() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Create the expiration time of a noncurrent object version.
newNoncurrentVersionTransition() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Create the transition policy for noncurrent versions.
newRule(String, String, Boolean) - Method in class com.obs.services.model.LifecycleConfiguration
Create and add a lifecycle rule.
newTransition() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Create an object transition policy.
noncurrentVersionExpiration - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
noncurrentVersionTransitions - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 

O

objectContent - Variable in class com.obs.services.model.S3Object
Deprecated.
 
objectKey - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
objectKey - Variable in class com.obs.services.model.PutObjectBasicRequest
 
objectKey - Variable in class com.obs.services.model.S3Object
Deprecated.
 
ObjectListing - Class in com.obs.services.model
Response to a request for listing objects in a bucket
ObjectListing(List<ObsObject>, List<String>, String, boolean, String, String, int, String, String, String) - Constructor for class com.obs.services.model.ObjectListing
 
ObjectMetadata - Class in com.obs.services.model
Object properties
ObjectMetadata() - Constructor for class com.obs.services.model.ObjectMetadata
 
ObjectRepleaceMetadata - Class in com.obs.services.model
Response headers that can be rewritten during object download
ObjectRepleaceMetadata() - Constructor for class com.obs.services.model.ObjectRepleaceMetadata
 
OBS_KMS - Static variable in class com.obs.services.model.ServerEncryption
Deprecated.
SSE-KMS supports kms only.
ObsBucket - Class in com.obs.services.model
Buckets in OBS
ObsBucket() - Constructor for class com.obs.services.model.ObsBucket
 
ObsBucket(String, String) - Constructor for class com.obs.services.model.ObsBucket
Constructor
ObsClient - Class in com.obs.services
ObsClient
ObsClient(String) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(ObsConfiguration) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(String, String, String) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(String, String, ObsConfiguration) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(String, String, String, String) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(String, String, String, ObsConfiguration) - Constructor for class com.obs.services.ObsClient
Constructor
ObsClient(IObsCredentialsProvider, String) - Constructor for class com.obs.services.ObsClient
 
ObsClient(IObsCredentialsProvider, ObsConfiguration) - Constructor for class com.obs.services.ObsClient
 
ObsConfiguration - Class in com.obs.services
Configuration parameters of ObsClient
ObsConfiguration() - Constructor for class com.obs.services.ObsConfiguration
Constructor
ObsException - Exception in com.obs.services.exception
This exception is thrown when the interface fails to be called or access to OBS fails.
ObsException(String) - Constructor for exception com.obs.services.exception.ObsException
 
ObsException(String, Throwable) - Constructor for exception com.obs.services.exception.ObsException
 
ObsException(String, String) - Constructor for exception com.obs.services.exception.ObsException
 
ObsException(String, String, Throwable) - Constructor for exception com.obs.services.exception.ObsException
 
ObsFSAttribute - Class in com.obs.services.model.fs
File or folder properties
ObsFSAttribute() - Constructor for class com.obs.services.model.fs.ObsFSAttribute
 
ObsFSBucket - Class in com.obs.services.model.fs
Buckets that support the file interface
ObsFSBucket(String, String) - Constructor for class com.obs.services.model.fs.ObsFSBucket
 
ObsFSFile - Class in com.obs.services.model.fs
Files in a bucket that supports the file interface
ObsFSFile(String, String, String, String, StorageClassEnum, String) - Constructor for class com.obs.services.model.fs.ObsFSFile
 
ObsFSFolder - Class in com.obs.services.model.fs
Folders in a bucket that supports the file interface
ObsFSFolder(String, String, String, String, StorageClassEnum, String) - Constructor for class com.obs.services.model.fs.ObsFSFolder
 
ObsObject - Class in com.obs.services.model
Objects in OBS
ObsObject() - Constructor for class com.obs.services.model.ObsObject
 
OefClient - Class in com.oef.services
OEF client
OefClient(String) - Constructor for class com.oef.services.OefClient
Constructor
OefClient(ObsConfiguration) - Constructor for class com.oef.services.OefClient
Constructor
OefClient(String, String, String) - Constructor for class com.oef.services.OefClient
Constructor
OefClient(String, String, ObsConfiguration) - Constructor for class com.oef.services.OefClient
Constructor
OefClient(String, String, String, String) - Constructor for class com.oef.services.OefClient
Constructor
OefClient(String, String, String, ObsConfiguration) - Constructor for class com.oef.services.OefClient
Constructor
OFF - Static variable in class com.obs.services.LogConfigurator
 
offset - Variable in class com.obs.services.model.PutObjectRequest
 
onException(ObsException, V) - Method in interface com.obs.services.model.TaskCallback
Callback when an exception is thrown during task execution.
onSuccess(K) - Method in interface com.obs.services.model.TaskCallback
Callback when the task is executed successfully.
optionsBucket(String, OptionsInfoRequest) - Method in class com.obs.services.ObsClient
Deprecated.
optionsBucket(String, OptionsInfoRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
optionsBucket(String, OptionsInfoRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
OptionsInfoRequest - Class in com.obs.services.model
Parameters in a bucket or object preflight request
OptionsInfoRequest() - Constructor for class com.obs.services.model.OptionsInfoRequest
 
OptionsInfoResult - Class in com.obs.services.model
Response to a bucket or object preflight request
OptionsInfoResult(String, List<String>, int, List<String>, List<String>) - Constructor for class com.obs.services.model.OptionsInfoResult
 
optionsObject(String, String, OptionsInfoRequest) - Method in class com.obs.services.ObsClient
Deprecated.
optionsObject(String, String, OptionsInfoRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
optionsObject(String, String, OptionsInfoRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
originPolicy - Variable in class com.obs.services.model.PostSignatureResponse
 
Owner - Class in com.obs.services.model
Bucket or object owner
Owner() - Constructor for class com.obs.services.model.Owner
 
owner - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
owner - Variable in class com.obs.services.model.S3Object
Deprecated.
 

P

parsePermission(String) - Static method in class com.obs.services.model.Permission
Obtain a permission object based on the string.
parseServerAlgorithm(String) - Static method in class com.obs.services.model.ServerAlgorithm
Deprecated.
 
parseServerEncryption(String) - Static method in class com.obs.services.model.ServerEncryption
Deprecated.
 
PartEtag - Class in com.obs.services.model
Part information, including the ETag and part number
PartEtag() - Constructor for class com.obs.services.model.PartEtag
 
PartEtag(String, Integer) - Constructor for class com.obs.services.model.PartEtag
Constructor
Permission - Class in com.obs.services.model
Permissions in the ACL
PERMISSION_FULL_CONTROL - Static variable in class com.obs.services.model.Permission
Full control permission
PERMISSION_FULL_CONTROL_OBJECT - Static variable in class com.obs.services.model.Permission
Deprecated.
PERMISSION_READ - Static variable in class com.obs.services.model.Permission
Read permission
PERMISSION_READ_ACP - Static variable in class com.obs.services.model.Permission
ACL read permission
PERMISSION_READ_OBJECT - Static variable in class com.obs.services.model.Permission
Deprecated.
PERMISSION_WRITE - Static variable in class com.obs.services.model.Permission
Write permission
PERMISSION_WRITE_ACP - Static variable in class com.obs.services.model.Permission
ACL write permission
policy - Variable in class com.obs.services.model.PostSignatureResponse
 
PolicyConditionItem - Class in com.obs.services.model
 
PolicyConditionItem(PolicyConditionItem.ConditionOperator, String, String) - Constructor for class com.obs.services.model.PolicyConditionItem
 
PolicyConditionItem.ConditionOperator - Enum in com.obs.services.model
 
PolicyTempSignatureRequest - Class in com.obs.services.model
Request parameters of policy-based temporary access authorization
PolicyTempSignatureRequest() - Constructor for class com.obs.services.model.PolicyTempSignatureRequest
 
PolicyTempSignatureRequest(HttpMethodEnum, String, String) - Constructor for class com.obs.services.model.PolicyTempSignatureRequest
Constructor
PolicyTempSignatureRequest(HttpMethodEnum, String, String, Date) - Constructor for class com.obs.services.model.PolicyTempSignatureRequest
Constructor
PolicyTempSignatureRequest(HttpMethodEnum, String, String, long) - Constructor for class com.obs.services.model.PolicyTempSignatureRequest
Constructor
position - Variable in class com.obs.services.model.AppendObjectRequest
 
PostSignatureRequest - Class in com.obs.services.model
Parameters in a request for browser-based authorized access
PostSignatureRequest() - Constructor for class com.obs.services.model.PostSignatureRequest
 
PostSignatureRequest(long, String, String) - Constructor for class com.obs.services.model.PostSignatureRequest
Constructor
PostSignatureRequest(Date, String, String) - Constructor for class com.obs.services.model.PostSignatureRequest
Constructor
PostSignatureRequest(long, Date, String, String) - Constructor for class com.obs.services.model.PostSignatureRequest
 
PostSignatureRequest(Date, Date, String, String) - Constructor for class com.obs.services.model.PostSignatureRequest
 
PostSignatureResponse - Class in com.obs.services.model
Response to a request for browser-based authorized access
PostSignatureResponse() - Constructor for class com.obs.services.model.PostSignatureResponse
 
PostSignatureResponse(String, String, String, String, String) - Constructor for class com.obs.services.model.PostSignatureResponse
 
prefix - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
progressChanged(ProgressStatus) - Method in interface com.obs.services.model.ProgressListener
Data transfer callback function
progressChanged(TaskProgressStatus) - Method in interface com.obs.services.model.TaskProgressListener
 
progressChanged(UploadProgressStatus) - Method in interface com.obs.services.model.UploadObjectsProgressListener
 
ProgressListener - Interface in com.obs.services.model
Data transfer listener
ProgressStatus - Interface in com.obs.services.model
Data transfer status
ProtocolEnum - Enum in com.obs.services.model
Redirection protocol
putExtensionPolicy(String, PutExtensionPolicyRequest) - Method in interface com.oef.services.IOefClient
Configure an asynchronous policy.
putExtensionPolicy(String, PutExtensionPolicyRequest) - Method in class com.oef.services.OefClient
 
PutExtensionPolicyRequest - Class in com.oef.services.model
Configure an asynchronous policy request in the JSON format.
PutExtensionPolicyRequest() - Constructor for class com.oef.services.model.PutExtensionPolicyRequest
 
putObject(String, String, InputStream, ObjectMetadata) - Method in interface com.obs.services.IObsClient
Upload an object.
putObject(String, String, InputStream) - Method in interface com.obs.services.IObsClient
Upload an object.
putObject(PutObjectRequest) - Method in interface com.obs.services.IObsClient
Upload an object.
putObject(String, String, File) - Method in interface com.obs.services.IObsClient
Upload an object.
putObject(String, String, File, ObjectMetadata) - Method in interface com.obs.services.IObsClient
Upload an object.
putObject(String, String, InputStream, ObjectMetadata) - Method in class com.obs.services.ObsClient
 
putObject(String, String, InputStream) - Method in class com.obs.services.ObsClient
 
putObject(PutObjectRequest) - Method in class com.obs.services.ObsClient
 
putObject(String, String, File) - Method in class com.obs.services.ObsClient
 
putObject(String, String, File, ObjectMetadata) - Method in class com.obs.services.ObsClient
 
putObject(PutObjectRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
putObject(PutObjectRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
PutObjectBasicRequest - Class in com.obs.services.model
 
PutObjectBasicRequest() - Constructor for class com.obs.services.model.PutObjectBasicRequest
 
PutObjectRequest - Class in com.obs.services.model
Parameters in an object upload request
PutObjectRequest() - Constructor for class com.obs.services.model.PutObjectRequest
 
PutObjectRequest(PutObjectBasicRequest) - Constructor for class com.obs.services.model.PutObjectRequest
 
PutObjectRequest(String, String) - Constructor for class com.obs.services.model.PutObjectRequest
Constructor
PutObjectRequest(String, String, File) - Constructor for class com.obs.services.model.PutObjectRequest
Constructor
PutObjectRequest(String, String, InputStream) - Constructor for class com.obs.services.model.PutObjectRequest
Constructor
PutObjectResult - Class in com.obs.services.model
Response to an object upload request
PutObjectResult(String, String, String, String, StorageClassEnum, String) - Constructor for class com.obs.services.model.PutObjectResult
 
PutObjectResult(String, String, String, String, String, Map<String, Object>, int) - Constructor for class com.obs.services.model.PutObjectResult
 
putObjects(PutObjectsRequest) - Method in interface com.obs.services.IObsClient
 
putObjects(PutObjectsRequest) - Method in class com.obs.services.ObsClient
 
PutObjectsRequest - Class in com.obs.services.model
Request parameters for uploading objects in a batch.
PutObjectsRequest(String, String) - Constructor for class com.obs.services.model.PutObjectsRequest
Constructor
PutObjectsRequest(String, List<String>) - Constructor for class com.obs.services.model.PutObjectsRequest
Constructor

Q

QueryAsynchFetchJobsResult - Class in com.oef.services.model
Query an asynchronous fetch job response.
QueryAsynchFetchJobsResult() - Constructor for class com.oef.services.model.QueryAsynchFetchJobsResult
 
QueryAsynchFetchJobsResult(String, String, String, String, int, CreateAsyncFetchJobsRequest) - Constructor for class com.oef.services.model.QueryAsynchFetchJobsResult
Constructor
queryExtensionPolicy(String) - Method in interface com.oef.services.IOefClient
Query an asynchronous policy
queryExtensionPolicy(String) - Method in class com.oef.services.OefClient
 
QueryExtensionPolicyResult - Class in com.oef.services.model
Query an asynchronous fetch job response in the JSON format.
QueryExtensionPolicyResult() - Constructor for class com.oef.services.model.QueryExtensionPolicyResult
 
QueryExtensionPolicyResult(FetchBean, TranscodeBean, CompressBean) - Constructor for class com.oef.services.model.QueryExtensionPolicyResult
Constructor
queryFetchJob(String, String) - Method in interface com.oef.services.IOefClient
Query an asynchronous fetch job
queryFetchJob(String, String) - Method in class com.oef.services.OefClient
 
queryParams - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
queryReadAheadObjectsTask(String, String) - Method in interface com.obs.services.IObsClient
Query the progress of a read-ahead task.
queryReadAheadObjectsTask(String, String) - Method in class com.obs.services.ObsClient
 

R

read() - Method in class com.obs.services.model.fs.ObsFSFile
Obtain the file content.
read(long, long) - Method in class com.obs.services.model.fs.ObsFSFile
Obtain the file content.
readAheadObjects(ReadAheadRequest) - Method in interface com.obs.services.IObsClient
Read ahead objects.
readAheadObjects(ReadAheadRequest) - Method in class com.obs.services.ObsClient
 
ReadAheadQueryResult - Class in com.obs.services.model
Response to the request for querying the progress of the read-ahead task
ReadAheadQueryResult() - Constructor for class com.obs.services.model.ReadAheadQueryResult
Constructor
ReadAheadQueryResult(String, String, long, long, long, String) - Constructor for class com.obs.services.model.ReadAheadQueryResult
Constructor
ReadAheadRequest - Class in com.obs.services.model
Request parameters for reading ahead objects
ReadAheadRequest(String, String) - Constructor for class com.obs.services.model.ReadAheadRequest
Constructor
ReadAheadRequest(String, String, CacheOptionEnum, long) - Constructor for class com.obs.services.model.ReadAheadRequest
Constructor
ReadAheadResult - Class in com.obs.services.model
Response to the request for reading ahead objects
ReadAheadResult() - Constructor for class com.obs.services.model.ReadAheadResult
Constructor
ReadAheadResult(String, String, String) - Constructor for class com.obs.services.model.ReadAheadResult
Constructor
readFile(ReadFileRequest) - Method in interface com.obs.services.IFSClient
Obtain the file content.
readFile(ReadFileRequest) - Method in class com.obs.services.ObsClient
 
ReadFileRequest - Class in com.obs.services.model.fs
Parameters in a request for obtaining the file content
ReadFileRequest() - Constructor for class com.obs.services.model.fs.ReadFileRequest
 
ReadFileRequest(String, String) - Constructor for class com.obs.services.model.fs.ReadFileRequest
Constructor
ReadFileResult - Class in com.obs.services.model.fs
Response to a request for reading a file
ReadFileResult() - Constructor for class com.obs.services.model.fs.ReadFileResult
 
Redirect - Class in com.obs.services.model
Request redirection configuration
Redirect() - Constructor for class com.obs.services.model.Redirect
 
RedirectAllRequest - Class in com.obs.services.model
Redirection configuration for all requests
RedirectAllRequest() - Constructor for class com.obs.services.model.RedirectAllRequest
 
refresh(String, String, String) - Method in interface com.obs.services.IObsClient
Refresh the temporary access key.
refresh(String, String, String) - Method in class com.obs.services.ObsClient
 
removeTag(String, String) - Method in class com.obs.services.model.BucketTagInfo.TagSet
Delete a tag.
removeTagByKey(String) - Method in class com.obs.services.model.BucketTagInfo.TagSet
Delete a tag.
rename(String) - Method in class com.obs.services.model.fs.ObsFSFile
Rename a file.
rename(String) - Method in class com.obs.services.model.fs.ObsFSFolder
Rename a folder.
renameFile(RenameRequest) - Method in interface com.obs.services.IFSClient
Rename a file.
renameFile(RenameRequest) - Method in class com.obs.services.ObsClient
 
renameFolder(RenameRequest) - Method in interface com.obs.services.IFSClient
Rename a folder.
renameFolder(RenameRequest) - Method in class com.obs.services.ObsClient
 
RenameRequest - Class in com.obs.services.model.fs
Parameters in a request for renaming a file or folder
RenameRequest() - Constructor for class com.obs.services.model.fs.RenameRequest
 
RenameRequest(String, String, String) - Constructor for class com.obs.services.model.fs.RenameRequest
Constructor
RenameResult - Class in com.obs.services.model.fs
Response to a request for renaming a folder
RenameResult() - Constructor for class com.obs.services.model.fs.RenameResult
 
ReplicationConfiguration - Class in com.obs.services.model
Cross-region replication configuration of a bucket
ReplicationConfiguration() - Constructor for class com.obs.services.model.ReplicationConfiguration
 
ReplicationConfiguration.Destination - Class in com.obs.services.model
 
ReplicationConfiguration.Destination() - Constructor for class com.obs.services.model.ReplicationConfiguration.Destination
 
ReplicationConfiguration.Rule - Class in com.obs.services.model
 
ReplicationConfiguration.Rule() - Constructor for class com.obs.services.model.ReplicationConfiguration.Rule
 
RequestParamEnum - Enum in com.oef.services.model
 
REST_CANNED_AUTHENTICATED_READ - Static variable in class com.obs.services.model.AccessControlList
Deprecated.
REST_CANNED_BUCKET_OWNER_FULL_CONTROL - Static variable in class com.obs.services.model.AccessControlList
Deprecated.
REST_CANNED_BUCKET_OWNER_READ - Static variable in class com.obs.services.model.AccessControlList
Deprecated.
REST_CANNED_LOG_DELIVERY_WRITE - Static variable in class com.obs.services.model.AccessControlList
Deprecated.
REST_CANNED_PRIVATE - Static variable in class com.obs.services.model.AccessControlList
Pre-defined access control policy: private
REST_CANNED_PUBLIC_READ - Static variable in class com.obs.services.model.AccessControlList
Pre-defined access control policy: public-read
REST_CANNED_PUBLIC_READ_DELIVERED - Static variable in class com.obs.services.model.AccessControlList
Pre-defined access control policy: public-read-delivered
REST_CANNED_PUBLIC_READ_WRITE - Static variable in class com.obs.services.model.AccessControlList
Pre-defined access control policy: public-read-write
REST_CANNED_PUBLIC_READ_WRITE_DELIVERED - Static variable in class com.obs.services.model.AccessControlList
Pre-defined access control policy: public-read-write-delivered
restoreObject(RestoreObjectRequest) - Method in interface com.obs.services.IObsClient
Deprecated.
restoreObject(RestoreObjectRequest) - Method in class com.obs.services.ObsClient
Deprecated.
restoreObject(RestoreObjectRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
restoreObject(RestoreObjectRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
RestoreObjectRequest - Class in com.obs.services.model
Parameters in a request for restoring an Archive object
RestoreObjectRequest() - Constructor for class com.obs.services.model.RestoreObjectRequest
 
RestoreObjectRequest(String, String, int) - Constructor for class com.obs.services.model.RestoreObjectRequest
Constructor
RestoreObjectRequest(String, String, String, int) - Constructor for class com.obs.services.model.RestoreObjectRequest
Constructor
RestoreObjectRequest(String, String, String, int, String) - Constructor for class com.obs.services.model.RestoreObjectRequest
Deprecated.
RestoreObjectRequest(String, String, String, int, RestoreTierEnum) - Constructor for class com.obs.services.model.RestoreObjectRequest
Constructor
RestoreObjectRequest.RestoreObjectStatus - Class in com.obs.services.model
Status of the Archive object
RestoreObjectResult - Class in com.obs.services.model
Response to the request for restoring Archive objects
RestoreObjectResult(String, String, String) - Constructor for class com.obs.services.model.RestoreObjectResult
 
restoreObjects(RestoreObjectsRequest) - Method in interface com.obs.services.IObsClient
Restore Archive objects in a batch.
restoreObjects(RestoreObjectsRequest) - Method in class com.obs.services.ObsClient
 
RestoreObjectsRequest - Class in com.obs.services.model
Request parameters of restoring Archive objects in a batch.
RestoreObjectsRequest() - Constructor for class com.obs.services.model.RestoreObjectsRequest
 
RestoreObjectsRequest(String) - Constructor for class com.obs.services.model.RestoreObjectsRequest
Constructor
RestoreObjectsRequest(String, int, RestoreTierEnum) - Constructor for class com.obs.services.model.RestoreObjectsRequest
Constructor
restoreObjectV2(RestoreObjectRequest) - Method in interface com.obs.services.IObsClient
Restore an Archive object.
restoreObjectV2(RestoreObjectRequest) - Method in class com.obs.services.ObsClient
 
RestoreTierEnum - Enum in com.obs.services.model
Restoration option
RouteRule - Class in com.obs.services.model
Route rules for redirection
RouteRule() - Constructor for class com.obs.services.model.RouteRule
 
RouteRuleCondition - Class in com.obs.services.model
Redirection condition
RouteRuleCondition() - Constructor for class com.obs.services.model.RouteRuleCondition
 
RuleStatusEnum - Enum in com.obs.services.model
Rule status

S

S3Bucket - Class in com.obs.services.model
Deprecated.
S3Bucket() - Constructor for class com.obs.services.model.S3Bucket
Deprecated.
 
S3Bucket(String, String) - Constructor for class com.obs.services.model.S3Bucket
Deprecated.
 
S3BucketCors - Class in com.obs.services.model
Deprecated.
S3BucketCors() - Constructor for class com.obs.services.model.S3BucketCors
Deprecated.
 
S3BucketCors(List<BucketCorsRule>) - Constructor for class com.obs.services.model.S3BucketCors
Deprecated.
 
S3Object - Class in com.obs.services.model
Deprecated.
S3Object() - Constructor for class com.obs.services.model.S3Object
Deprecated.
 
SecretFlexibleObsClient - Class in com.obs.services
ObsClient that supports transparent transfer of AK/SK, inherited from ObsClient
SecretFlexibleObsClient(ObsConfiguration) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
SecretFlexibleObsClient(String) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
SecretFlexibleObsClient(String, String, ObsConfiguration) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
SecretFlexibleObsClient(String, String, String) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
SecretFlexibleObsClient(String, String, String, ObsConfiguration) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
SecretFlexibleObsClient(String, String, String, String) - Constructor for class com.obs.services.SecretFlexibleObsClient
Constructor
ServerAlgorithm - Class in com.obs.services.model
Deprecated.
ServerEncryption - Class in com.obs.services.model
Deprecated.
setAcl(AccessControlList) - Method in class com.obs.services.model.CreateBucketRequest
Set the bucket ACL.
setAcl(AccessControlList) - Method in class com.obs.services.model.ObsBucket
Set the bucket ACL.
setAcl(AccessControlList) - Method in class com.obs.services.model.PutObjectBasicRequest
Set the object ACL.
setAcl(AccessControlList) - Method in class com.obs.services.model.PutObjectsRequest
Set the object ACL.
setAcl(AccessControlList) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setAgency(String) - Method in class com.obs.services.model.BucketLoggingConfiguration
Obtain the agent name.
setAgency(String) - Method in class com.obs.services.model.ReplicationConfiguration
Obtain the agent name
setAgency(String) - Method in class com.oef.services.model.CompressBean
Set the IAM agency.
setAgency(String) - Method in class com.oef.services.model.DisPolicyBean
 
setAgency(String) - Method in class com.oef.services.model.FetchBean
Set the IAM agency.
setAgency(String) - Method in class com.oef.services.model.TranscodeBean
Set the IAM agency.
setAlgorithm(ServerAlgorithm) - Method in class com.obs.services.model.SseCHeader
Deprecated.
setAllowedHeader(List<String>) - Method in class com.obs.services.model.BucketCorsRule
Set the list of request headers allowed by the CORS rules.
setAllowedMethod(List<String>) - Method in class com.obs.services.model.BucketCorsRule
Set the methods allowed by the CORS rules.
setAllowedOrigin(List<String>) - Method in class com.obs.services.model.BucketCorsRule
Set the list of origins (character strings representing domain names) allowed by the CORS rules.
setAppendable(boolean) - Method in class com.obs.services.model.ObjectMetadata
 
setAttachMd5(boolean) - Method in class com.obs.services.model.UploadPartRequest
Specify whether to automatically calculate the MD5 value of the data to be uploaded.
setAuthType(AuthTypeEnum) - Method in class com.obs.services.ObsConfiguration
Set the authentication type.
setAuthTypeNegotiation(boolean) - Method in class com.obs.services.ObsConfiguration
Specify whether to use protocol negotiation.
setAutoClose(boolean) - Method in class com.obs.services.model.PutObjectRequest
Specify whether to automatically close the input stream.
setAutoClose(boolean) - Method in class com.obs.services.model.UploadPartRequest
Specify whether to automatically close the input stream.
setAvailableZone(AvailableZoneEnum) - Method in class com.obs.services.model.CreateBucketRequest
Set bucket cluster type.
setBigfileThreshold(long) - Method in class com.obs.services.model.PutObjectsRequest
Set the threshold size of a file for starting multipart upload.
setBucket(String) - Method in class com.obs.services.model.ReplicationConfiguration.Destination
Set the destination bucket name.
setBucketAcl(String, AccessControlList) - Method in interface com.obs.services.IObsClient
Set a bucket ACL.
setBucketAcl(String, String, AccessControlList) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketAcl(String, AccessControlList) - Method in class com.obs.services.ObsClient
 
setBucketAcl(String, String, AccessControlList, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketAcl(String, String, AccessControlList, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketAcl(String, AccessControlList, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketAcl(String, AccessControlList, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketCors(String, BucketCors) - Method in interface com.obs.services.IObsClient
Configure the bucket CORS.
setBucketCors(String, BucketCors) - Method in class com.obs.services.ObsClient
 
setBucketCors(String, S3BucketCors) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketCors(String, BucketCors, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketCors(String, BucketCors, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketDirectColdAccess(String, BucketDirectColdAccess) - Method in interface com.obs.services.IObsClient
Set the direct reading policy for Archive objects in a bucket.
setBucketDirectColdAccess(String, BucketDirectColdAccess) - Method in class com.obs.services.ObsClient
 
setBucketEncryption(String, BucketEncryption) - Method in interface com.obs.services.IObsClient
Set bucket encryption.
setBucketEncryption(String, BucketEncryption) - Method in class com.obs.services.ObsClient
 
setBucketFSStatus(SetBucketFSStatusRequest) - Method in interface com.obs.services.IFSClient
Specify whether to enable the file gateway feature for the bucket.
setBucketFSStatus(SetBucketFSStatusRequest) - Method in class com.obs.services.ObsClient
 
SetBucketFSStatusRequest - Class in com.obs.services.model.fs
Parameters in a request for setting status of the file gateway feature for a bucket
SetBucketFSStatusRequest() - Constructor for class com.obs.services.model.fs.SetBucketFSStatusRequest
 
SetBucketFSStatusRequest(String, FSStatusEnum) - Constructor for class com.obs.services.model.fs.SetBucketFSStatusRequest
Constructor
setBucketLifecycle(String, LifecycleConfiguration) - Method in interface com.obs.services.IObsClient
Set the bucket lifecycle rules.
setBucketLifecycle(String, LifecycleConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketLifecycle(String, LifecycleConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketLifecycle(String, LifecycleConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketLifecycleConfiguration(String, LifecycleConfiguration) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketLifecycleConfiguration(String, LifecycleConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketLifecycleConfiguration(String, LifecycleConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketLogging(String, BucketLoggingConfiguration) - Method in interface com.obs.services.IObsClient
Configure logging for a bucket.
setBucketLogging(String, BucketLoggingConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketLogging(String, BucketLoggingConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketLogging(String, BucketLoggingConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, boolean) - Method in interface com.obs.services.IObsClient
 
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, boolean) - Method in class com.obs.services.ObsClient
 
setBucketLoggingConfiguration(String, BucketLoggingConfiguration) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, boolean, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketLoggingConfiguration(String, BucketLoggingConfiguration, boolean, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketName(String) - Method in class com.obs.services.model.AbortMultipartUploadRequest
Name of the bucket to which the multipart upload belongs
setBucketName(String) - Method in class com.obs.services.model.AbstractBulkRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.BucketMetadataInfoRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Set the name for the bucket to which the multipart upload belongs.
setBucketName(String) - Method in class com.obs.services.model.CreateBucketRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.DeleteObjectsRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.fs.DropFileRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.fs.RenameRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.fs.SetBucketFSStatusRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.fs.TruncateFileRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.GetObjectMetadataRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.GetObjectRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Set the name for the bucket to which the multipart upload belongs.
setBucketName(String) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the name for the bucket to which the multipart upload belongs.
setBucketName(String) - Method in class com.obs.services.model.ListObjectsRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.ListPartsRequest
Set the name for the bucket to which the multipart upload belongs.
setBucketName(String) - Method in class com.obs.services.model.ListVersionsRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.MultipartUpload
 
setBucketName(String) - Method in class com.obs.services.model.ObsBucket
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.ObsObject
Set the bucket to which the object belongs.
setBucketName(String) - Method in class com.obs.services.model.PostSignatureRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.PutObjectBasicRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.ReadAheadRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.ReadAheadResult
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.RestoreObjectRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setBucketName(String) - Method in class com.obs.services.model.S3Object
Deprecated.
 
setBucketName(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Set the bucket name.
setBucketName(String) - Method in class com.obs.services.model.UploadPartRequest
Set the name for the bucket to which the multipart upload belongs.
setBucketName(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the bucket name.
setBucketNotification(String, BucketNotificationConfiguration) - Method in interface com.obs.services.IObsClient
Configure bucket notification.
setBucketNotification(String, BucketNotificationConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketNotification(String, BucketNotificationConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketNotification(String, BucketNotificationConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketPolicy(String, String) - Method in interface com.obs.services.IObsClient
Set bucket policies.
setBucketPolicy(String, String) - Method in class com.obs.services.ObsClient
 
setBucketPolicy(String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketPolicy(String, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketQuota(String, BucketQuota) - Method in interface com.obs.services.IObsClient
Set the bucket quota.
setBucketQuota(long) - Method in class com.obs.services.model.BucketQuota
Set the bucket quota (in bytes).
setBucketQuota(String, BucketQuota) - Method in class com.obs.services.ObsClient
 
setBucketQuota(String, BucketQuota, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketQuota(String, BucketQuota, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketReplication(String, ReplicationConfiguration) - Method in interface com.obs.services.IObsClient
Configure cross-region replication for a bucket.
setBucketReplication(String, ReplicationConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketReplication(String, ReplicationConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketReplication(String, ReplicationConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketReplicationConfiguration(String, ReplicationConfiguration) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketReplicationConfiguration(String, ReplicationConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketReplicationConfiguration(String, ReplicationConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketStorageClass(StorageClassEnum) - Method in class com.obs.services.model.BucketStoragePolicyConfiguration
Set the bucket storage class.
setBucketStorageClass(StorageClassEnum) - Method in class com.obs.services.model.CreateBucketRequest
Set the bucket storage class.
setBucketStorageClass(StorageClassEnum) - Method in class com.obs.services.model.ObsBucket
Set the bucket storage class.
setBucketStorageClass(StorageClassEnum) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setBucketStoragePolicy(String, BucketStoragePolicyConfiguration) - Method in interface com.obs.services.IObsClient
Set the bucket storage class.
setBucketStoragePolicy(String, BucketStoragePolicyConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketStoragePolicy(String, BucketStoragePolicyConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketStoragePolicy(String, BucketStoragePolicyConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketTagging(String, BucketTagInfo) - Method in interface com.obs.services.IObsClient
Set bucket tags.
setBucketTagging(String, BucketTagInfo) - Method in class com.obs.services.ObsClient
 
setBucketTagging(String, BucketTagInfo, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketTagging(String, BucketTagInfo, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketVersioning(String, BucketVersioningConfiguration) - Method in interface com.obs.services.IObsClient
Set the versioning status for a bucket.
setBucketVersioning(String, String) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketVersioning(String, BucketVersioningConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketVersioning(String, BucketVersioningConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketVersioning(String, BucketVersioningConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketWebsite(String, WebsiteConfiguration) - Method in interface com.obs.services.IObsClient
Configure website hosting for a bucket.
setBucketWebsite(String, WebsiteConfiguration) - Method in class com.obs.services.ObsClient
 
setBucketWebsite(String, WebsiteConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketWebsite(String, WebsiteConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setBucketWebsiteConfiguration(String, WebsiteConfiguration) - Method in class com.obs.services.ObsClient
Deprecated.
setBucketWebsiteConfiguration(String, WebsiteConfiguration, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBucketWebsiteConfiguration(String, WebsiteConfiguration, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setByteRangeEnd(Long) - Method in class com.obs.services.model.CopyPartRequest
Set the end position for copying.
setByteRangeStart(Long) - Method in class com.obs.services.model.CopyPartRequest
Set the start position for copying.
setCacheControl(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Cache-Control" header in the response.
setCacheControl(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Cache-Control" header in the response.
setCacheOption(CacheOptionEnum) - Method in class com.obs.services.model.DownloadFileRequest
Set the control option of the read-ahead cache.
setCacheOption(CacheOptionEnum) - Method in class com.obs.services.model.GetObjectRequest
Set the control option of the read-ahead cache.
setCacheOption(CacheOptionEnum) - Method in class com.obs.services.model.ReadAheadRequest
Set the control option of the read-ahead cache.
setCallback(TaskCallback<DeleteObjectResult, String>) - Method in class com.obs.services.model.fs.DropFolderRequest
Set the callback object of a batch task.
setCallback(TaskCallback<PutObjectResult, PutObjectBasicRequest>) - Method in class com.obs.services.model.PutObjectsRequest
Set the callback object of an upload task.
setCallback(TaskCallback<RestoreObjectResult, RestoreObjectRequest>) - Method in class com.obs.services.model.RestoreObjectsRequest
Set the callback object of a batch task.
setCallBackBody(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the callback body (Base64 encoded).
setCallbackBodyType(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the content type of the callback body.
setCallBackHost(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the host used for callback.
setCallBackUrl(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the callback URL.
setCheckpointFile(String) - Method in class com.obs.services.model.DownloadFileRequest
Specify a file used to record resumable download progresses.
setCheckpointFile(String) - Method in class com.obs.services.model.UploadFileRequest
Specify a file used to record resumable upload progresses.
setCname(boolean) - Method in class com.obs.services.ObsConfiguration
Specify whether to use user-defined domain name.
setCode(String) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the error code.
setCompress(CompressBean) - Method in class com.oef.services.model.PutExtensionPolicyRequest
Set the content of the file compression policy.
setCompress(CompressBean) - Method in class com.oef.services.model.QueryExtensionPolicyResult
Set the content of the file compression policy.
setCondition(RouteRuleCondition) - Method in class com.obs.services.model.RouteRule
Set the redirection condition
setConditions(List<PolicyConditionItem>) - Method in class com.obs.services.model.PolicyTempSignatureRequest
Set the condition set of the policy.
setConditions(List<String>) - Method in class com.obs.services.model.PostSignatureRequest
Set the restrictions of the form.
setConnectionRequestTimeout(int) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setConnectionTimeout(int) - Method in class com.obs.services.ObsConfiguration
Set the timeout interval for establishing HTTP/HTTPS connections (in milliseconds, 60,000 milliseconds by default).
setConsumedTime(long) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the consumed time (seconds)
setContentDisposition(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Content-Disposition" header in the response.
setContentDisposition(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Content-Disposition" header in the response.
setContentEncoding(String) - Method in class com.obs.services.model.ObjectMetadata
Set the content encoding of the object.
setContentEncoding(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Content-Encoding" header in the response.
setContentEncoding(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Content-Encoding" header in the response.
setContentLanguage(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Content-Language" header in the response.
setContentLanguage(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Content-Language" header in the response.
setContentLength(Long) - Method in class com.obs.services.model.ObjectMetadata
Set the content length of an object.
setContentMd5(String) - Method in class com.obs.services.model.ObjectMetadata
Set the Base64-encoded MD5 value for an object.
setContentMd5(String) - Method in class com.obs.services.model.UploadPartRequest
Obtain the MD5 value of the data to be uploaded.
setContentType(String) - Method in class com.obs.services.model.ObjectMetadata
Set the MIME type for an object.
setContentType(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Content-Type" header in the response.
setContentType(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Content-Type" header in the response.
setContext(String) - Method in class com.obs.services.model.SseKmsHeader
Deprecated.
setCreationDate(Date) - Method in class com.obs.services.model.ObsBucket
Set the creation time of the bucket.
setCreationDate(Date) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setDate(Date) - Method in class com.obs.services.model.LifecycleConfiguration.Expiration
Obtain the object expiration date.
setDate(LifecycleConfiguration.TimeEvent, Date) - Static method in class com.obs.services.model.LifecycleConfiguration
 
setDate(Date) - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Set the object transition date.
setDays(Integer) - Method in class com.obs.services.model.LifecycleConfiguration.Expiration
Set the object expiration time.
setDays(Integer) - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
Set the expiration time of a noncurrent object version.
setDays(Integer) - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Set the transition time of a noncurrent object version.
setDays(LifecycleConfiguration.TimeEvent, Integer) - Static method in class com.obs.services.model.LifecycleConfiguration
 
setDays(Integer) - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Set the object transition time.
setDays(int) - Method in class com.obs.services.model.RestoreObjectRequest
Set the retention period of the restored object.
setDays(int) - Method in class com.obs.services.model.RestoreObjectsRequest
Set the retention period of the restored objects.
setDefaultBucketLocation(String) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setDelimiter(String) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the character used for sorting objects involved in the multipart uploads into different groups
setDelimiter(String) - Method in class com.obs.services.model.ListObjectsRequest
Set the character used for grouping object names.
setDelimiter(String) - Method in class com.obs.services.model.ListVersionsRequest
Set the character used for grouping versioning object names.
setDelimiter(String) - Method in class com.obs.services.ObsConfiguration
Set folder isolators to slashes.
setDelivered(boolean) - Method in class com.obs.services.model.AccessControlList
Specify whether to deliver the object ACL.
setDelivered(boolean) - Method in class com.obs.services.model.GrantAndPermission
Specify whether to deliver the bucket ACL.
setDestination(ReplicationConfiguration.Destination) - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Set the information about the replication target.
setDestinationBucketName(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the destination bucket name.
setDestinationBucketName(String) - Method in class com.obs.services.model.CopyPartRequest
Set the name of the bucket (destination bucket) to which the multipart upload belongs.
setDestinationObjectKey(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the destination object name.
setDestinationObjectKey(String) - Method in class com.obs.services.model.CopyPartRequest
Set the name of the object (destination object) involved in the multipart upload.
setDetailProgressInterval(long) - Method in class com.obs.services.model.PutObjectsRequest
Set the callback threshold of the data transfer listener.
setDisableDnsBucket(boolean) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setDisplayName(String) - Method in class com.obs.services.model.CanonicalGrantee
Deprecated.
setDisplayName(String) - Method in class com.obs.services.model.Owner
Deprecated.
setDomain(String) - Method in class com.obs.services.HttpProxyConfiguration
Set the proxy domain.
setDownloadFile(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the path to the to-be-downloaded file.
setEnableCheckpoint(boolean) - Method in class com.obs.services.model.DownloadFileRequest
Specify whether to enable the resumable mode.
setEnableCheckpoint(boolean) - Method in class com.obs.services.model.UploadFileRequest
Specify whether to enable the resumable mode.
setEnableCheckSum(boolean) - Method in class com.obs.services.model.UploadFileRequest
Specify whether to verify the file to be uploaded in resumable mode.
setEnabled(Boolean) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Specify whether to enable the rule.
setEncryption(ServerEncryption) - Method in class com.obs.services.model.SseKmsHeader
Deprecated.
setEndPoint(String) - Method in class com.obs.services.ObsConfiguration
Set the endpoint for accessing OBS.
setEndpointHttpPort(int) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setEndpointHttpsPort(int) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setEpid(String) - Method in class com.obs.services.model.CreateBucketRequest
Set the enterprise ID of a bucket.
setErr(String) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the error description.
setErrorCode(String) - Method in exception com.obs.services.exception.ObsException
 
setErrorHostId(String) - Method in exception com.obs.services.exception.ObsException
 
setErrorIndicator(String) - Method in exception com.obs.services.exception.ObsException
 
setErrorMessage(String) - Method in exception com.obs.services.exception.ObsException
 
setErrorRequestId(String) - Method in exception com.obs.services.exception.ObsException
 
setEtag(String) - Method in class com.obs.services.model.ObjectMetadata
 
setEtag(String) - Method in class com.obs.services.model.PartEtag
Set the ETag of the part.
seteTag(String) - Method in class com.obs.services.model.PartEtag
Deprecated.
setEtag(String) - Method in class com.obs.services.model.UploadPartResult
 
setEvents(List<String>) - Method in class com.obs.services.model.AbstractNotification
Deprecated.
setEvents(ArrayList<String>) - Method in class com.oef.services.model.DisPolicyBean
 
setEventTypes(List<EventTypeEnum>) - Method in class com.obs.services.model.AbstractNotification
Set the list of event types that need to be notified.
setExpiration(LifecycleConfiguration.Expiration) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the expiration time of an object.
setExpires(int) - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Set the expiration time of the object generated after the multipart upload is complete.
setExpires(String) - Method in class com.obs.services.model.ObjectRepleaceMetadata
Rewrite the "Expires" header in the response.
setExpires(long) - Method in class com.obs.services.model.PolicyTempSignatureRequest
Set the validity period (seconds).
setExpires(long) - Method in class com.obs.services.model.PostSignatureRequest
Set the validity period (in seconds).
setExpires(int) - Method in class com.obs.services.model.PutObjectRequest
Set the expiration time of the object.
setExpires(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Rewrite the "Expires" header in the response.
setExpires(long) - Method in class com.obs.services.model.TemporarySignatureRequest
Obtain the validity period of the temporary authorization (in seconds).
setExpiryDate(Date) - Method in class com.obs.services.model.PolicyTempSignatureRequest
Obtain the expiration date.
setExpiryDate(Date) - Method in class com.obs.services.model.PostSignatureRequest
Obtain the expiration date.
setExposeHeader(List<String>) - Method in class com.obs.services.model.BucketCorsRule
Specify the additional response headers allowed by the CORS rules.
setExtensionPermissionMap(Map<ExtensionObjectPermissionEnum, Set<String>>) - Method in class com.obs.services.model.PutObjectBasicRequest
 
setExtensionPermissionMap(Map<ExtensionObjectPermissionEnum, Set<String>>) - Method in class com.obs.services.model.PutObjectsRequest
Set the set of relationships between users and OBS extension permissions.
setFetch(FetchBean) - Method in class com.oef.services.model.PutExtensionPolicyRequest
Set the content of the asynchronous fetch policy.
setFetch(FetchBean) - Method in class com.oef.services.model.QueryExtensionPolicyResult
Set the content of the asynchronous fetch policy.
setFile(File) - Method in class com.obs.services.model.PutObjectRequest
Set the file to be uploaded, which cannot be used with the data stream.
setFile(File) - Method in class com.obs.services.model.UploadPartRequest
Set the file to be uploaded, which cannot be used with the data stream.
setFileType(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the storage file type
setFilter(AbstractNotification.Filter) - Method in class com.obs.services.model.AbstractNotification
Set the filtering rule group.
setFilterRules(List<AbstractNotification.Filter.FilterRule>) - Method in class com.obs.services.model.AbstractNotification.Filter
Set the list of filtering rules.
setFinishedObjectNum(long) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the number of finished objects.
setFinishedSize(long) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the size of finished objects.
setFolderName(String) - Method in class com.obs.services.model.fs.DropFolderRequest
Set the folder name.
setFormParams(Map<String, Object>) - Method in class com.obs.services.model.PostSignatureRequest
Set the form parameters of the request.
setFSStatus(FSStatusEnum) - Method in class com.obs.services.model.fs.ObsFSBucket
Set status of the file gateway feature for a bucket.
setFunctionGraph(String) - Method in class com.obs.services.model.FunctionGraphConfiguration
Set the FunctionGraph URN.
setFunctionGraphConfigurations(List<FunctionGraphConfiguration>) - Method in class com.obs.services.model.BucketNotificationConfiguration
Set the list of FunctionGraph notification configurations.
setHeaders(Map<String, String>) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set request header information.
setHost(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the host used for downloading data from a specified URL.
setHostName(String) - Method in class com.obs.services.model.Redirect
Set the host name used for redirecting the request.
setHostName(String) - Method in class com.obs.services.model.RedirectAllRequest
Set the host name used for redirecting requests.
setHttpDispatcher(Dispatcher) - Method in class com.obs.services.ObsConfiguration
Obtain the customized dispatcher.
setHttpErrorCodeReturnedEquals(String) - Method in class com.obs.services.model.RouteRuleCondition
Configure the HTTP error code when the redirection takes effect.
setHttpProtocolType(HttpProtocolTypeEnum) - Method in class com.obs.services.ObsConfiguration
Obtain the HTTP type used for accessing OBS servers.
setHttpProxy(HttpProxyConfiguration) - Method in class com.obs.services.ObsConfiguration
Configure the proxy.
setHttpProxy(String, int, String, String, String) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setHttpProxy(String, int, String, String) - Method in class com.obs.services.ObsConfiguration
Configure the proxy server.
setHttpRedirectCode(String) - Method in class com.obs.services.model.Redirect
Configure the HTTP status code in the response.
setHttpsOnly(boolean) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setId(String) - Method in class com.obs.services.model.AbstractNotification
Set the event notification configuration ID.
setId(String) - Method in class com.obs.services.model.BucketCorsRule
Set the CORS rule ID.
setId(String) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the rule ID.
setId(String) - Method in class com.obs.services.model.Owner
Set the ID of the domain to which the owner belongs.
setId(String) - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Set the rule ID.
setId(String) - Method in class com.oef.services.model.CreateAsynchFetchJobsResult
Set the job ID.
setId(String) - Method in class com.oef.services.model.DisPolicyBean
 
setIdentifier(String) - Method in class com.obs.services.model.CanonicalGrantee
Set the ID of the domain to which the grantee belongs.
setIdentifier(String) - Method in interface com.obs.services.model.GranteeInterface
Set the identifier marking the grantee (group).
setIdentifier(String) - Method in class com.obs.services.model.GroupGrantee
Set the URI for the grantee group.
setIdleConnectionTime(int) - Method in class com.obs.services.ObsConfiguration
Set the idle time for obtaining connections from the connection pool.
setIfMatchTag(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the ETag verification condition for copying the object: Only when the ETag of the source object is the same as that specified by this parameter, the object can be copied.
setIfMatchTag(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the ETag verification conditions for downloading the object.
setIfMatchTag(String) - Method in class com.obs.services.model.GetObjectRequest
Set the ETag verification condition for downloading the object.
setIfModifiedSince(Date) - Method in class com.obs.services.model.CopyObjectRequest
Set the time condition for copying the object: Only when the source object is modified after the point in time specified by this parameter, it can be copied; otherwise, "412 Precondition Failed" will be returned.
setIfModifiedSince(Date) - Method in class com.obs.services.model.DownloadFileRequest
Set the time conditions set for downloading the object.
setIfModifiedSince(Date) - Method in class com.obs.services.model.GetObjectRequest
Set the time condition set for downloading the object.
setIfNoneMatchTag(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the ETag verification condition for copying the object: Only when the ETag of the source object is different from that specified by this parameter, the object will be copied.
setIfNoneMatchTag(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the ETag verification conditions for downloading the object.
setIfNoneMatchTag(String) - Method in class com.obs.services.model.GetObjectRequest
Set the ETag verification condition for downloading the object.
setIfUnmodifiedSince(Date) - Method in class com.obs.services.model.CopyObjectRequest
Set the time condition for copying the object: Only when the source object remains unchanged after the point in time specified by this parameter, it can be copied; otherwise, "412 Precondition Failed" will be returned.
setIfUnmodifiedSince(Date) - Method in class com.obs.services.model.DownloadFileRequest
Set the time conditions for downloading the object.
setIfUnmodifiedSince(Date) - Method in class com.obs.services.model.GetObjectRequest
Set the time condition for downloading the object.
setignoreSameKey(boolean) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
 
setImageProcess(String) - Method in class com.obs.services.model.GetObjectRequest
Set image processing parameters.
setInput(InputStream) - Method in class com.obs.services.model.PutObjectRequest
Set the data stream to be uploaded, which cannot be used with the file to be uploaded.
setInput(InputStream) - Method in class com.obs.services.model.UploadPartRequest
Set the data stream to be uploaded, which cannot be used with the file to be uploaded.
setIsStrictHostnameVerification(boolean) - Method in class com.obs.services.ObsConfiguration
Set the identifier specifying whether to verify the domain name.
setJob(CreateAsyncFetchJobsRequest) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the job details.
setKeepAlive(boolean) - Method in class com.obs.services.ObsConfiguration
Check whether persistent connections are used.
setKey(String) - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
Set the tag key.
setKey(String) - Method in class com.obs.services.model.KeyAndVersion
Set the object name.
setKey(String) - Method in class com.obs.services.model.ListPartsRequest
Set the name for the bucket to which the multipart upload belongs.
setKey(String) - Method in class com.obs.services.model.WebsiteConfiguration
Set the error page of the hosting.
setKeyAndVersions(KeyAndVersion[]) - Method in class com.obs.services.model.DeleteObjectsRequest
Specify the to-be-deleted object array.
setKeyAndVersions(List<KeyAndVersion>) - Method in class com.obs.services.model.RestoreObjectsRequest
Set the list of objects to be restored.
setKeyManagerFactory(KeyManagerFactory) - Method in class com.obs.services.ObsConfiguration
Set the factory for generating the "KeyManager" array.
setKeyMarker(String) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the start position for query (sorted by object name).
setKeyMarker(String) - Method in class com.obs.services.model.ListVersionsRequest
Set the start position for listing versioning objects.
setKeyPrefixEquals(String) - Method in class com.obs.services.model.RouteRuleCondition
Set the object name prefix when the redirection takes effect.
setKmsKeyId(String) - Method in class com.obs.services.model.BucketEncryption
Set the master key used in the SSE-KMS encryption.
setKmsKeyId(String) - Method in class com.obs.services.model.SseKmsHeader
Set the master key used in the SSE-KMS mode.
setLastModified(Date) - Method in class com.obs.services.model.ObjectMetadata
 
setListTimeout(int) - Method in class com.obs.services.model.ListObjectsRequest
 
setListTimeout(int) - Method in class com.obs.services.model.ListVersionsRequest
 
setLocation(String) - Method in class com.obs.services.model.CreateBucketRequest
Set the bucket location.
setLocation(String) - Method in class com.obs.services.model.ObsBucket
Set the bucket location.
setLocation(String) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setLogConfig(String) - Static method in class com.obs.services.Log4j2Configurator
Configure logs.
setLogConfig(String, boolean) - Static method in class com.obs.services.Log4j2Configurator
Configure logs.
setLogConfig(String, boolean, long) - Static method in class com.obs.services.Log4j2Configurator
Configure logs.
setLogFileDir(String) - Static method in class com.obs.services.LogConfigurator
Set a directory for saving log files.
setLogfilePrefix(String) - Method in class com.obs.services.model.BucketLoggingConfiguration
Set the name prefix of the logged objects.
setLogFileRolloverCount(int) - Static method in class com.obs.services.LogConfigurator
Set the number of retained log files.
setLogFileSize(int) - Static method in class com.obs.services.LogConfigurator
Set the log file size (in bytes).
setLogLevel(Level) - Static method in class com.obs.services.LogConfigurator
Set the log level.
setMarker(String) - Method in class com.obs.services.model.ListObjectsRequest
Set the start position for listing objects.
setMaxAgeSecond(int) - Method in class com.obs.services.model.BucketCorsRule
Set the cache duration (in seconds) of the request result in the instance of ObsClient.
setMaxConnections(int) - Method in class com.obs.services.ObsConfiguration
Set the maximum number of HTTP connections (1000 by default) that can be opened.
setMaxErrorRetry(int) - Method in class com.obs.services.ObsConfiguration
Set the maximum number of retry attempts (5 by default) upon a request failure (request exception, or error 500 or 503 on the server).
setMaxIdleConnections(int) - Method in class com.obs.services.ObsConfiguration
Set the maximum number of idle connections in the connection pool.
setMaxKeys(int) - Method in class com.obs.services.model.ListObjectsRequest
Set the maximum number of objects to be listed.
setMaxKeys(int) - Method in class com.obs.services.model.ListVersionsRequest
Set the maximum number of versioning objects to be listed.
setMaxParts(Integer) - Method in class com.obs.services.model.ListPartsRequest
Set the maximum number of uploaded parts that can be listed.
setMaxUploads(Integer) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the maximum number of listed multipart uploads.
setMd5(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the MD5 file.
setMetadata(ObjectMetadata) - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Obtain object properties, including customized metadata.
setMetadata(Map<String, Object>) - Method in class com.obs.services.model.ObjectMetadata
Set object properties.
setMetadata(Map<String, Object>) - Method in class com.obs.services.model.ObsBucket
Deprecated.
setMetadata(ObjectMetadata) - Method in class com.obs.services.model.ObsObject
Set the object properties, including "content-type", "content-length", and customized metadata.
setMetadata(ObjectMetadata) - Method in class com.obs.services.model.PutObjectRequest
Set the object properties, including "content-type", "content-length", and customized metadata.
setMetadata(Map<String, Object>) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setMetadata(ObjectMetadata) - Method in class com.obs.services.model.S3Object
Deprecated.
 
setMethod(HttpMethodEnum) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set the HTTP/HTTP request method.
setMode(int) - Method in class com.obs.services.model.fs.ObsFSAttribute
Set the file or folder type.
setName(String) - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
Set the identifier that specifies whether objects are filtered by object name prefix or suffix.
setNewLength(long) - Method in class com.obs.services.model.fs.TruncateFileRequest
Set the post-truncation file size.
setNewObjectKey(String) - Method in class com.obs.services.model.fs.RenameRequest
Set the new file or folder name.
setNewObjectMetadata(ObjectMetadata) - Method in class com.obs.services.model.CopyObjectRequest
Set the properties, including customized metadata, of the destination object.
setNextPosition(long) - Method in class com.obs.services.model.ObjectMetadata
 
setNoncurrentVersionExpiration(LifecycleConfiguration.NoncurrentVersionExpiration) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the expiration time of a noncurrent object version.
setNoncurrentVersionTransitions(List<LifecycleConfiguration.NoncurrentVersionTransition>) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the transition policy for noncurrent versions.
setObjectAcl(String, String, AccessControlList, String) - Method in interface com.obs.services.IObsClient
Set an object ACL.
setObjectAcl(String, String, AccessControlList) - Method in interface com.obs.services.IObsClient
Set an object ACL.
setObjectAcl(String, String, String, AccessControlList, String) - Method in class com.obs.services.ObsClient
Deprecated.
setObjectAcl(String, String, AccessControlList, String) - Method in class com.obs.services.ObsClient
 
setObjectAcl(String, String, AccessControlList) - Method in class com.obs.services.ObsClient
 
setObjectAcl(String, String, String, AccessControlList, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setObjectAcl(String, String, String, AccessControlList, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
Deprecated.
setObjectAcl(String, String, AccessControlList, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setObjectAcl(String, String, AccessControlList, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setObjectAcl(String, String, AccessControlList, String, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
setObjectContent(InputStream) - Method in class com.obs.services.model.ObsObject
Set the data stream of the object.
setObjectContent(InputStream) - Method in class com.obs.services.model.S3Object
Deprecated.
 
setObjectKey(String) - Method in class com.obs.services.model.AbortMultipartUploadRequest
Set the name of the object involved in the multipart upload.
setObjectKey(String) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Set the name for the object involved in the multipart upload.
setObjectKey(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.fs.DropFileRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.fs.RenameRequest
Set the file or folder name.
setObjectKey(String) - Method in class com.obs.services.model.fs.TruncateFileRequest
Set the file name.
setObjectKey(String) - Method in class com.obs.services.model.GetObjectMetadataRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.GetObjectRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Set the name for the object involved in the multipart upload.
setObjectKey(String) - Method in class com.obs.services.model.ObsObject
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.PostSignatureRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.PutObjectBasicRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.RestoreObjectRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.S3Object
Deprecated.
 
setObjectKey(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Set the object name.
setObjectKey(String) - Method in class com.obs.services.model.UploadPartRequest
Set the name for the object involved in the multipart upload.
setObjectKey(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the object name.
setObjectMetadata(SetObjectMetadataRequest) - Method in interface com.obs.services.IObsClient
Set object properties.
setObjectMetadata(ObjectMetadata) - Method in class com.obs.services.model.DownloadFileResult
Set object properties.
setObjectMetadata(ObjectMetadata) - Method in class com.obs.services.model.UploadFileRequest
Set object properties.
setObjectMetadata(SetObjectMetadataRequest) - Method in class com.obs.services.ObsClient
 
SetObjectMetadataRequest - Class in com.obs.services.model
Parameters in a request for setting object properties
SetObjectMetadataRequest() - Constructor for class com.obs.services.model.SetObjectMetadataRequest
 
SetObjectMetadataRequest(String, String) - Constructor for class com.obs.services.model.SetObjectMetadataRequest
Constructor
SetObjectMetadataRequest(String, String, String) - Constructor for class com.obs.services.model.SetObjectMetadataRequest
Constructor
setObjectNumber(long) - Method in class com.obs.services.model.BucketStorageInfo
Set the number of objects in the bucket.
setObjectStorageClass(StorageClassEnum) - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Set the storage class of the noncurrent object version after transition.
setObjectStorageClass(StorageClassEnum) - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Set the storage class of the object after transition.
setObjectStorageClass(StorageClassEnum) - Method in class com.obs.services.model.ObjectMetadata
Set the object storage class.
setObjectStorageClass(StorageClassEnum) - Method in class com.obs.services.model.ReplicationConfiguration.Destination
Set the storage class of the object generated after the replication.
setObjectStorageClass(StorageClassEnum) - Method in class com.obs.services.model.SetObjectMetadataRequest
Set the object storage class.
setOffset(long) - Method in class com.obs.services.model.PutObjectRequest
Set the start position of the to-be-uploaded content in the file.
setOffset(long) - Method in class com.obs.services.model.UploadPartRequest
Set the start position of the to-be-uploaded content in the file.
setOrigin(String) - Method in class com.obs.services.model.OptionsInfoRequest
Set the origin of the preflight request.
setOwner(Owner) - Method in class com.obs.services.model.AccessControlList
Set the owner.
setOwner(Owner) - Method in class com.obs.services.model.ObsBucket
Set the owner of the bucket.
setOwner(Owner) - Method in class com.obs.services.model.ObsObject
Set the owner of the object.
setOwner(Owner) - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
setOwner(Owner) - Method in class com.obs.services.model.S3Object
Deprecated.
 
setPartEtag(List<PartEtag>) - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Set the to-be-combined part list.
setPartNumber(int) - Method in class com.obs.services.model.CopyPartRequest
Set the part number of the to-be-copied part.
setPartNumber(Integer) - Method in class com.obs.services.model.PartEtag
Set the part number.
setPartNumber(int) - Method in class com.obs.services.model.UploadPartRequest
Set the part number.
setPartNumber(int) - Method in class com.obs.services.model.UploadPartResult
 
setPartNumberMarker(Integer) - Method in class com.obs.services.model.ListPartsRequest
Set the start position for listing parts.
setPartSize(long) - Method in class com.obs.services.model.DownloadFileRequest
Set the part size.
setPartSize(long) - Method in class com.obs.services.model.PutObjectsRequest
Set the part size for uploading the object.
setPartSize(long) - Method in class com.obs.services.model.UploadFileRequest
Set the part size for uploading the object.
setPartSize(Long) - Method in class com.obs.services.model.UploadPartRequest
Set the part size (in bytes).
setPathStyle(boolean) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setPolicy(DisPolicy) - Method in class com.oef.services.model.GetDisPolicyResult
 
setPosition(long) - Method in class com.obs.services.model.AppendObjectRequest
Set the position where the data is to be appended.
setPrefix(String) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the object name used to identify one or more objects to which the rule applies.
setPrefix(String) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the prefix of names of the returned objects involved in the multipart uploads.
setPrefix(String) - Method in class com.obs.services.model.ListObjectsRequest
Set the object name prefix used for filtering objects to be listed.
setPrefix(String) - Method in class com.obs.services.model.ListVersionsRequest
Set the object name prefix used for listing versioning objects.
setPrefix(String) - Method in class com.obs.services.model.PutObjectsRequest
Set the specific folder to which the file is uploaded.
setPrefix(String) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the name prefix of objects to be read ahead.
setPrefix(String) - Method in class com.obs.services.model.ReadAheadRequest
Set the name prefix of objects to be read ahead.
setPrefix(String) - Method in class com.obs.services.model.ReadAheadResult
Set the name prefix of objects to be read ahead.
setPrefix(String) - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Set the object name prefix that identifies objects to which the rule applies.
setPrefix(String) - Method in class com.obs.services.model.RestoreObjectsRequest
Set the name prefix of the objects to be restored in a batch.
setPrefix(String) - Method in class com.oef.services.model.DisPolicyBean
 
setProgressInterval(int) - Method in class com.obs.services.model.AbstractBulkRequest
Set the callback threshold of the task progress listener.
setProgressInterval(long) - Method in class com.obs.services.model.DownloadFileRequest
Set the callback threshold of the data transfer listener.
setProgressInterval(long) - Method in class com.obs.services.model.GetObjectRequest
Set the callback threshold of the data transfer listener.
setProgressInterval(long) - Method in class com.obs.services.model.PutObjectRequest
Set the callback threshold of the data transfer listener.
setProgressInterval(long) - Method in class com.obs.services.model.UploadFileRequest
Set the callback threshold of the data transfer listener.
setProgressInterval(long) - Method in class com.obs.services.model.UploadPartRequest
Set the callback threshold of the data transfer listener.
setProgressListener(TaskProgressListener) - Method in class com.obs.services.model.AbstractBulkRequest
Set the progress listener of the bulk task.
setProgressListener(ProgressListener) - Method in class com.obs.services.model.DownloadFileRequest
Set the data transfer listener.
setProgressListener(ProgressListener) - Method in class com.obs.services.model.GetObjectRequest
Set the data transfer listener.
setProgressListener(ProgressListener) - Method in class com.obs.services.model.PutObjectRequest
Set the data transfer listener.
setProgressListener(ProgressListener) - Method in class com.obs.services.model.UploadFileRequest
Set the data transfer listener.
setProgressListener(ProgressListener) - Method in class com.obs.services.model.UploadPartRequest
Set the data transfer listener.
setProject(String) - Method in class com.oef.services.model.DisPolicyBean
 
setProjectId(String) - Method in class com.obs.services.model.SseKmsHeader
Set the project ID.
setProtocol(String) - Method in class com.obs.services.model.Redirect
Deprecated.
setProtocol(String) - Method in class com.obs.services.model.RedirectAllRequest
Deprecated.
setProxyAddr(String) - Method in class com.obs.services.HttpProxyConfiguration
Set the proxy address.
setProxyPort(int) - Method in class com.obs.services.HttpProxyConfiguration
Set the proxy port.
setProxyUName(String) - Method in class com.obs.services.HttpProxyConfiguration
Set the username.
setQueryLocation(boolean) - Method in class com.obs.services.model.ListBucketsRequest
Specify whether to list the region information of all buckets.
setQueryParams(Map<String, Object>) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set request query parameters.
setQuiet(boolean) - Method in class com.obs.services.model.DeleteObjectsRequest
Set the response mode for the batch deletion.
setRangeEnd(Long) - Method in class com.obs.services.model.GetObjectRequest
Set the end position for object download.
setRangeStart(Long) - Method in class com.obs.services.model.GetObjectRequest
Set the start position for object download.
setReadBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Set the read cache size used for uploading objects to socket streams (in bytes).
setRedirect(Redirect) - Method in class com.obs.services.model.RouteRule
Configure the redirection.
setRedirectAllRequestsTo(RedirectAllRequest) - Method in class com.obs.services.model.WebsiteConfiguration
Set redirection rules of all requests.
setRedirectProtocol(ProtocolEnum) - Method in class com.obs.services.model.Redirect
Set the protocol used for redirecting the request.
setRedirectProtocol(ProtocolEnum) - Method in class com.obs.services.model.RedirectAllRequest
Set the protocol used for redirecting requests.
setRemoveUnset(boolean) - Method in class com.obs.services.model.SetObjectMetadataRequest
Specify whether to delete not specified properties.
setReplaceKeyPrefixWith(String) - Method in class com.obs.services.model.Redirect
Set the object name prefix used for redirecting the request.
setReplaceKeyWith(String) - Method in class com.obs.services.model.Redirect
Set the object name used for redirecting the request.
setReplaceMetadata(boolean) - Method in class com.obs.services.model.CopyObjectRequest
Set the identifier specifying whether to replace properties of the destination object.
setReplaceMetadata(ObjectRepleaceMetadata) - Method in class com.obs.services.model.GetObjectRequest
Set the request headers that need to be rewritten during object download.
setRequestDate(Date) - Method in class com.obs.services.model.PostSignatureRequest
Set the request time.
setRequestDate(Date) - Method in class com.obs.services.model.TemporarySignatureRequest
Set the request time.
setRequestHeaders(List<String>) - Method in class com.obs.services.model.OptionsInfoRequest
Set the list of allowed request headers.
setRequestId(String) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the unique ID of a request.
setRequestMethod(List<String>) - Method in class com.obs.services.model.OptionsInfoRequest
Set the list of allowed cross-origin request methods.
setRequestParameters(Map<String, String>) - Method in class com.obs.services.model.GetObjectRequest
 
setResponseCode(int) - Method in exception com.obs.services.exception.ObsException
 
setResponseHeaders(Map<String, String>) - Method in exception com.obs.services.exception.ObsException
 
setResponseStatus(String) - Method in exception com.obs.services.exception.ObsException
 
setRestoreTier(RestoreTierEnum) - Method in class com.obs.services.model.RestoreObjectRequest
Set the restore option.
setRestoreTier(RestoreTierEnum) - Method in class com.obs.services.model.RestoreObjectsRequest
Set the restore option.
setRouteRules(List<RouteRule>) - Method in class com.obs.services.model.WebsiteConfiguration
Set the redirection route rule list.
setRules(List<BucketCorsRule>) - Method in class com.obs.services.model.BucketCors
Configure the bucket CORS rule list.
setRules(List<ReplicationConfiguration.Rule>) - Method in class com.obs.services.model.ReplicationConfiguration
Set the replication rule list.
setRules(List<BucketCorsRule>) - Method in class com.obs.services.model.S3BucketCors
Deprecated.
 
setRules(ArrayList<DisPolicyBean>) - Method in class com.oef.services.model.DisPolicy
 
setSecurityKey(ISecurityKey) - Method in class com.obs.services.BasicObsCredentialsProvider
 
setSecurityKey(ISecurityKey) - Method in class com.obs.services.EcsObsCredentialsProvider
 
setSecurityKey(ISecurityKey) - Method in class com.obs.services.EnvironmentVariableObsCredentialsProvider
 
setSecurityKey(ISecurityKey) - Method in interface com.obs.services.IObsCredentialsProvider
 
setSignatString(String) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setSize(long) - Method in class com.obs.services.model.BucketStorageInfo
Set the bucket size (in bytes).
setSocketReadBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Set the size (bytes) of the socket receive buffer, corresponding to the "java.net.SocketOptions.SO_RVCBUF" parameter.
setSocketTimeout(int) - Method in class com.obs.services.ObsConfiguration
Set the timeout interval for data transmission at the socket layer (in milliseconds, 60,000 milliseconds by default).
setSocketWriteBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Set the size (bytes) of the socket send buffer (in bytes), corresponding to the "java.net.SocketOptions.SO_SNDBUF" parameter.
setSourceBucketName(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the source bucket name.
setSourceBucketName(String) - Method in class com.obs.services.model.CopyPartRequest
Set the source bucket name.
setSourceObjectKey(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the source object name.
setSourceObjectKey(String) - Method in class com.obs.services.model.CopyPartRequest
Set the source object name.
setSpecialParam(SpecialParamEnum) - Method in class com.obs.services.model.AbstractTemporarySignatureRequest
Set the special operator.
setSseAlgorithm(SSEAlgorithmEnum) - Method in class com.obs.services.model.BucketEncryption
Set the bucket encryption algorithm.
setSseCHeader(SseCHeader) - Method in class com.obs.services.model.GetObjectMetadataRequest
Set SSE-C decryption headers.
setSseCHeader(SseCHeader) - Method in class com.obs.services.model.GetObjectRequest
Set SSE-C decryption headers.
setSseCHeader(SseCHeader) - Method in class com.obs.services.model.PutObjectBasicRequest
Set SSE-C encryption headers of the object.
setSseCHeader(SseCHeader) - Method in class com.obs.services.model.PutObjectsRequest
Set SSE-C encryption headers of the object.
setSseCHeader(SseCHeader) - Method in class com.obs.services.model.UploadPartRequest
Set SSE-C encryption headers.
setSseCHeaderDestination(SseCHeader) - Method in class com.obs.services.model.CopyObjectRequest
Deprecated.
setSseCHeaderDestination(SseCHeader) - Method in class com.obs.services.model.CopyPartRequest
Set SSE-C encryption headers for the destination object.
setSseCHeaderSource(SseCHeader) - Method in class com.obs.services.model.CopyObjectRequest
Set SSE-C decryption headers of the source object.
setSseCHeaderSource(SseCHeader) - Method in class com.obs.services.model.CopyPartRequest
Set SSE-C decryption headers of the source object.
setSseCKey(String) - Method in class com.obs.services.model.SseCHeader
Deprecated.
setSseCKey(byte[]) - Method in class com.obs.services.model.SseCHeader
Set the key used in the SSE-C mode.
setSseCKeyBase64(String) - Method in class com.obs.services.model.SseCHeader
Set the key used in the SSE-C mode.
setSseKmsHeader(SseKmsHeader) - Method in class com.obs.services.model.PutObjectBasicRequest
Set SSE-KMS encryption headers of the object.
setSseKmsHeader(SseKmsHeader) - Method in class com.obs.services.model.PutObjectsRequest
Set SSE-KMS encryption headers of the object.
setSslProvider(String) - Method in class com.obs.services.ObsConfiguration
Obtain the provider of SSLContext.
setStatus(RuleStatusEnum) - Method in class com.obs.services.model.BucketDirectColdAccess
Set the direct reading status of Archive objects in a bucket.
setStatus(String) - Method in class com.obs.services.model.BucketVersioningConfiguration
Deprecated.
setStatus(FSStatusEnum) - Method in class com.obs.services.model.fs.SetBucketFSStatusRequest
Set status of the file gateway feature for a bucket.
setStatus(String) - Method in class com.obs.services.model.ReadAheadQueryResult
Set the task status.
setStatus(RuleStatusEnum) - Method in class com.obs.services.model.ReplicationConfiguration.Rule
Set the rule status.
setStatus(String) - Method in class com.oef.services.model.CompressBean
Set the policy status.
setStatus(String) - Method in class com.oef.services.model.FetchBean
Set the policy status.
setStatus(String) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the job status.
setStatus(String) - Method in class com.oef.services.model.TranscodeBean
Set the policy status.
setStorageClass(String) - Method in class com.obs.services.model.BucketStoragePolicyConfiguration
Deprecated.
setStorageClass(String) - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
Deprecated.
setStorageClass(LifecycleConfiguration.TimeEvent, StorageClassEnum) - Static method in class com.obs.services.model.LifecycleConfiguration
 
setStorageClass(String) - Method in class com.obs.services.model.LifecycleConfiguration.Transition
Deprecated.
setStorageClass(String) - Method in class com.obs.services.model.ObjectMetadata
Deprecated.
setStorageClass(String) - Method in class com.obs.services.model.ObsBucket
Deprecated.
setStorageClass(String) - Method in class com.obs.services.model.S3Bucket
Deprecated.
setStream(String) - Method in class com.oef.services.model.DisPolicyBean
 
setSuccessRedirectLocation(String) - Method in class com.obs.services.model.PutObjectBasicRequest
Set the redirection address after a successfully responded request.
setSuccessRedirectLocation(String) - Method in class com.obs.services.model.PutObjectsRequest
Set the redirection address after a successfully responded request.
setSuffix(String) - Method in class com.obs.services.model.WebsiteConfiguration
Set the hosting homepage.
setSuffix(String) - Method in class com.oef.services.model.DisPolicyBean
 
setTagSet(BucketTagInfo.TagSet) - Method in class com.obs.services.model.BucketTagInfo
Configure the tag set for a bucket.
setTargetBucketName(String) - Method in class com.obs.services.model.BucketLoggingConfiguration
Set the bucket to write logs.
setTargetGrants(GrantAndPermission[]) - Method in class com.obs.services.model.BucketLoggingConfiguration
Set the log delivery group.
setTaskId(String) - Method in class com.obs.services.model.ReadAheadResult
Set the ID of the read-ahead task.
setTaskNum(int) - Method in class com.obs.services.model.DownloadFileRequest
Set the maximum number of threads used for processing download tasks concurrently.
setTaskNum(int) - Method in class com.obs.services.model.PutObjectsRequest
Set the maximum number of threads used for processing upload tasks concurrently.
setTaskNum(int) - Method in class com.obs.services.model.UploadFileRequest
Set the maximum number of threads used for executing upload tasks concurrently.
setTaskProgressInterval(long) - Method in class com.obs.services.model.PutObjectsRequest
Set the interval for updating the task progress information.
setTaskQueueNum(int) - Method in class com.obs.services.model.AbstractBulkRequest
Set the task queue length of the thread pool in the bulk task.
setTaskThreadNum(int) - Method in class com.obs.services.model.AbstractBulkRequest
Set the maximum number of concurrent bulk tasks.
setTier(String) - Method in class com.obs.services.model.RestoreObjectRequest
Deprecated.
setTopic(String) - Method in class com.obs.services.model.TopicConfiguration
Set the URN of the event notification topic.
setTopicConfigurations(List<TopicConfiguration>) - Method in class com.obs.services.model.BucketNotificationConfiguration
Configure event notification.
setTranscode(TranscodeBean) - Method in class com.oef.services.model.PutExtensionPolicyRequest
Set the content of the asynchronous transcode policy.
setTranscode(TranscodeBean) - Method in class com.oef.services.model.QueryExtensionPolicyResult
Set the content of the asynchronous transcode policy.
setTransitions(List<LifecycleConfiguration.Transition>) - Method in class com.obs.services.model.LifecycleConfiguration.Rule
Set the object transition policy.
setTrustManagerFactory(TrustManagerFactory) - Method in class com.obs.services.ObsConfiguration
Set the factory for generating the "TrustManager" array.
setTtl(long) - Method in class com.obs.services.model.DownloadFileRequest
Set the cache data expiration time.
setTtl(long) - Method in class com.obs.services.model.GetObjectRequest
Set the cache data expiration time.
setTtl(long) - Method in class com.obs.services.model.ReadAheadRequest
Set the cache data expiration time.
setUploadFile(String) - Method in class com.obs.services.model.UploadFileRequest
Specify the local file to be uploaded.
setUploadId(String) - Method in class com.obs.services.model.AbortMultipartUploadRequest
Set the multipart upload ID.
setUploadId(String) - Method in class com.obs.services.model.CompleteMultipartUploadRequest
Set the multipart upload ID.
setUploadId(String) - Method in class com.obs.services.model.CopyPartRequest
Set the multipart upload ID.
setUploadId(String) - Method in class com.obs.services.model.ListPartsRequest
Set the multipart upload ID.
setUploadId(String) - Method in class com.obs.services.model.UploadPartRequest
Set the multipart upload ID.
setUploadIdMarker(String) - Method in class com.obs.services.model.ListMultipartUploadsRequest
Set the start position for query (sorted by multipart upload ID).
setUploadObjectsProgressListener(UploadObjectsProgressListener) - Method in class com.obs.services.model.PutObjectsRequest
Set the progress listener of the bulk task.
setUploadStreamRetryBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setUrl(String) - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
Set the URL.
setUseReaper(boolean) - Method in class com.obs.services.ObsConfiguration
Deprecated.
setUserPaaswd(String) - Method in class com.obs.services.HttpProxyConfiguration
Set the proxy password.
setValidateCertificate(boolean) - Method in class com.obs.services.ObsConfiguration
Specify whether to enable server-side certificate verification.
setValue(String) - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
Set keywords for the object name.
setValue(String) - Method in class com.obs.services.model.BucketTagInfo.TagSet.Tag
Set the tag value.
setVerifyResponseContentType(boolean) - Method in class com.obs.services.ObsConfiguration
Specify whether to verify "ContentType" in the response.
setVersion(String) - Method in class com.obs.services.model.KeyAndVersion
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.CopyObjectRequest
Set the version ID for the source object.
setVersionId(String) - Method in class com.obs.services.model.CopyPartRequest
Set the version ID for the source object.
setVersionId(String) - Method in class com.obs.services.model.DownloadFileRequest
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.fs.DropFileRequest
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.GetObjectMetadataRequest
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.GetObjectRequest
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.RestoreObjectRequest
Set the version ID of the object.
setVersionId(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Set the version ID of the object.
setVersionIdMarker(String) - Method in class com.obs.services.model.ListVersionsRequest
Set the start position (versionId) for listing versioning objects.
setVersioningStatus(VersioningStatusEnum) - Method in class com.obs.services.model.BucketVersioningConfiguration
Set the versioning status.
setVersionRestored(boolean) - Method in class com.obs.services.model.RestoreObjectsRequest
Set whether to restore all versions of Archive objects.
setWait(int) - Method in class com.oef.services.model.CreateAsynchFetchJobsResult
Set the number of queuing jobs.
setWait(int) - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
Set the number of queuing jobs.
setWebSiteRedirectLocation(String) - Method in class com.obs.services.model.InitiateMultipartUploadRequest
Deprecated.
setWebSiteRedirectLocation(String) - Method in class com.obs.services.model.ObjectMetadata
Obtain the redirection link which can redirect the request to another object in the bucket or to an external URL.
setWebSiteRedirectLocation(String) - Method in class com.obs.services.model.SetObjectMetadataRequest
Obtain the redirection link which can redirect the request to another object in the bucket or to an external URL.
setWorkstation(String) - Method in class com.obs.services.HttpProxyConfiguration
Set the proxy workstation.
setWriteBufferSize(int) - Method in class com.obs.services.ObsConfiguration
Set the write cache size used for uploading objects to socket streams (in bytes).
setXmlMessage(String) - Method in exception com.obs.services.exception.ObsException
 
signature - Variable in class com.obs.services.model.PostSignatureResponse
 
specialParam - Variable in class com.obs.services.model.AbstractTemporarySignatureRequest
 
SpecialParamEnum - Enum in com.obs.services.model
Special operator, which indicates the sub-resource to be operated
SSEAlgorithmEnum - Enum in com.obs.services.model
Server-side encryption types
sseCHeader - Variable in class com.obs.services.model.PutObjectBasicRequest
 
SseCHeader - Class in com.obs.services.model
SSE-C encryption/decryption headers
SseCHeader() - Constructor for class com.obs.services.model.SseCHeader
 
sseKmsHeader - Variable in class com.obs.services.model.PutObjectBasicRequest
 
SseKmsHeader - Class in com.obs.services.model
SSE-KMS encryption headers
SseKmsHeader() - Constructor for class com.obs.services.model.SseKmsHeader
 
STANDARD - Static variable in class com.obs.services.model.RestoreObjectRequest
Deprecated.
STANDARD - Static variable in class com.obs.services.model.S3Bucket
Deprecated.
STANDARD - Static variable in class com.obs.services.model.S3Object
Deprecated.
STANDARD_IA - Static variable in class com.obs.services.model.S3Bucket
Deprecated.
STANDARD_IA - Static variable in class com.obs.services.model.S3Object
Deprecated.
storageClass - Variable in class com.obs.services.model.LifecycleConfiguration.TimeEvent
 
storageClass - Variable in class com.obs.services.model.S3Bucket
Deprecated.
 
StorageClassEnum - Enum in com.obs.services.model
Storage class
successRedirectLocation - Variable in class com.obs.services.model.PutObjectBasicRequest
 
SUSPENDED - Static variable in class com.obs.services.model.BucketVersioningConfiguration
Deprecated.

T

TaskCallback<K,V> - Interface in com.obs.services.model
Task execution callback
taskProgressInterval - Variable in class com.obs.services.model.AbstractBulkRequest
 
TaskProgressListener - Interface in com.obs.services.model
 
TaskProgressStatus - Interface in com.obs.services.model
 
taskQueueNum - Variable in class com.obs.services.model.AbstractBulkRequest
 
taskThreadNum - Variable in class com.obs.services.model.AbstractBulkRequest
 
TemporarySignatureRequest - Class in com.obs.services.model
Parameters in a request for temporarily authorized access
TemporarySignatureRequest() - Constructor for class com.obs.services.model.TemporarySignatureRequest
 
TemporarySignatureRequest(HttpMethodEnum, long) - Constructor for class com.obs.services.model.TemporarySignatureRequest
Constructor
TemporarySignatureRequest(HttpMethodEnum, String, String, SpecialParamEnum, long) - Constructor for class com.obs.services.model.TemporarySignatureRequest
Constructor
TemporarySignatureRequest(HttpMethodEnum, String, String, SpecialParamEnum, long, Date) - Constructor for class com.obs.services.model.TemporarySignatureRequest
Constructor
TemporarySignatureResponse - Class in com.obs.services.model
Response to a request for temporarily authorized access
TemporarySignatureResponse(String) - Constructor for class com.obs.services.model.TemporarySignatureResponse
 
token - Variable in class com.obs.services.model.PostSignatureResponse
 
TopicConfiguration - Class in com.obs.services.model
Event notification configuration
TopicConfiguration() - Constructor for class com.obs.services.model.TopicConfiguration
 
TopicConfiguration(String, AbstractNotification.Filter, String, List<EventTypeEnum>) - Constructor for class com.obs.services.model.TopicConfiguration
Constructor
toString() - Method in exception com.obs.services.exception.ObsException
 
toString() - Method in class com.obs.services.model.AbortMultipartUploadRequest
 
toString() - Method in class com.obs.services.model.AbstractNotification.Filter.FilterRule
 
toString() - Method in class com.obs.services.model.AbstractNotification.Filter
 
toString() - Method in class com.obs.services.model.AccessControlList
 
toString() - Method in class com.obs.services.model.AppendObjectResult
 
toString() - Method in class com.obs.services.model.BucketCors
 
toString() - Method in class com.obs.services.model.BucketCorsRule
 
toString() - Method in class com.obs.services.model.BucketDirectColdAccess
 
toString() - Method in class com.obs.services.model.BucketEncryption
 
toString() - Method in class com.obs.services.model.BucketLocationResponse
 
toString() - Method in class com.obs.services.model.BucketLoggingConfiguration
 
toString() - Method in class com.obs.services.model.BucketMetadataInfoRequest
 
toString() - Method in class com.obs.services.model.BucketMetadataInfoResult
 
toString() - Method in class com.obs.services.model.BucketNotificationConfiguration
 
toString() - Method in class com.obs.services.model.BucketPolicyResponse
 
toString() - Method in class com.obs.services.model.BucketQuota
 
toString() - Method in class com.obs.services.model.BucketStorageInfo
 
toString() - Method in class com.obs.services.model.BucketStoragePolicyConfiguration
 
toString() - Method in class com.obs.services.model.BucketTagInfo
 
toString() - Method in class com.obs.services.model.BucketVersioningConfiguration
 
toString() - Method in class com.obs.services.model.CanonicalGrantee
 
toString() - Method in class com.obs.services.model.CompleteMultipartUploadRequest
 
toString() - Method in class com.obs.services.model.CompleteMultipartUploadResult
 
toString() - Method in class com.obs.services.model.CopyObjectRequest
 
toString() - Method in class com.obs.services.model.CopyObjectResult
 
toString() - Method in class com.obs.services.model.CopyPartRequest
 
toString() - Method in class com.obs.services.model.CopyPartResult
 
toString() - Method in class com.obs.services.model.CreateBucketRequest
 
toString() - Method in class com.obs.services.model.DeleteObjectResult
 
toString() - Method in class com.obs.services.model.DeleteObjectsRequest
 
toString() - Method in class com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
 
toString() - Method in class com.obs.services.model.DeleteObjectsResult.ErrorResult
 
toString() - Method in class com.obs.services.model.DeleteObjectsResult
 
toString() - Method in class com.obs.services.model.DownloadFileRequest
 
toString() - Method in class com.obs.services.model.DownloadFileResult
 
toString() - Method in class com.obs.services.model.fs.DropFileRequest
 
toString() - Method in class com.obs.services.model.fs.DropFolderRequest
 
toString() - Method in class com.obs.services.model.FunctionGraphConfiguration
 
toString() - Method in class com.obs.services.model.GetObjectMetadataRequest
 
toString() - Method in class com.obs.services.model.GetObjectRequest
 
toString() - Method in class com.obs.services.model.GrantAndPermission
 
toString() - Method in class com.obs.services.model.GroupGrantee
Return the object description.
toString() - Method in class com.obs.services.model.HeaderResponse
 
toString() - Method in class com.obs.services.model.InitiateMultipartUploadRequest
 
toString() - Method in class com.obs.services.model.InitiateMultipartUploadResult
 
toString() - Method in class com.obs.services.model.KeyAndVersion
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration.Expiration
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionExpiration
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration.NoncurrentVersionTransition
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration.Rule
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration
 
toString() - Method in class com.obs.services.model.LifecycleConfiguration.Transition
 
toString() - Method in class com.obs.services.model.ListBucketsRequest
 
toString() - Method in class com.obs.services.model.ListBucketsResult
 
toString() - Method in class com.obs.services.model.ListMultipartUploadsRequest
 
toString() - Method in class com.obs.services.model.ListObjectsRequest
 
toString() - Method in class com.obs.services.model.ListPartsRequest
 
toString() - Method in class com.obs.services.model.ListPartsResult
 
toString() - Method in class com.obs.services.model.ListVersionsRequest
 
toString() - Method in class com.obs.services.model.ListVersionsResult
 
toString() - Method in class com.obs.services.model.Multipart
 
toString() - Method in class com.obs.services.model.MultipartUploadListing
 
toString() - Method in class com.obs.services.model.ObjectListing
 
toString() - Method in class com.obs.services.model.ObjectMetadata
 
toString() - Method in class com.obs.services.model.ObjectRepleaceMetadata
 
toString() - Method in class com.obs.services.model.ObsBucket
 
toString() - Method in class com.obs.services.model.ObsObject
 
toString() - Method in class com.obs.services.model.OptionsInfoRequest
 
toString() - Method in class com.obs.services.model.OptionsInfoResult
 
toString() - Method in class com.obs.services.model.Owner
 
toString() - Method in class com.obs.services.model.PartEtag
 
toString() - Method in class com.obs.services.model.Permission
 
toString() - Method in class com.obs.services.model.PolicyConditionItem
 
toString() - Method in class com.obs.services.model.PostSignatureRequest
 
toString() - Method in class com.obs.services.model.PostSignatureResponse
 
toString() - Method in class com.obs.services.model.PutObjectRequest
 
toString() - Method in class com.obs.services.model.PutObjectResult
 
toString() - Method in class com.obs.services.model.PutObjectsRequest
 
toString() - Method in class com.obs.services.model.ReadAheadQueryResult
 
toString() - Method in class com.obs.services.model.ReadAheadResult
 
toString() - Method in class com.obs.services.model.Redirect
 
toString() - Method in class com.obs.services.model.RedirectAllRequest
 
toString() - Method in class com.obs.services.model.ReplicationConfiguration.Destination
 
toString() - Method in class com.obs.services.model.ReplicationConfiguration.Rule
 
toString() - Method in class com.obs.services.model.ReplicationConfiguration
 
toString() - Method in class com.obs.services.model.RestoreObjectRequest
 
toString() - Method in class com.obs.services.model.RestoreObjectsRequest
 
toString() - Method in class com.obs.services.model.RouteRule
 
toString() - Method in class com.obs.services.model.RouteRuleCondition
 
toString() - Method in class com.obs.services.model.S3Bucket
Deprecated.
 
toString() - Method in class com.obs.services.model.S3BucketCors
Deprecated.
 
toString() - Method in class com.obs.services.model.S3Object
Deprecated.
 
toString() - Method in class com.obs.services.model.ServerAlgorithm
Deprecated.
 
toString() - Method in class com.obs.services.model.ServerEncryption
Deprecated.
 
toString() - Method in class com.obs.services.model.SetObjectMetadataRequest
 
toString() - Method in class com.obs.services.model.SseCHeader
 
toString() - Method in class com.obs.services.model.SseKmsHeader
 
toString() - Method in class com.obs.services.model.TemporarySignatureRequest
 
toString() - Method in class com.obs.services.model.TemporarySignatureResponse
 
toString() - Method in class com.obs.services.model.TopicConfiguration
 
toString() - Method in class com.obs.services.model.UploadFileRequest
 
toString() - Method in class com.obs.services.model.UploadPartRequest
 
toString() - Method in class com.obs.services.model.UploadPartResult
 
toString() - Method in class com.obs.services.model.V4PostSignatureResponse
 
toString() - Method in class com.obs.services.model.VersionOrDeleteMarker
 
toString() - Method in class com.obs.services.model.WebsiteConfiguration
 
toString() - Method in class com.oef.services.model.CompressBean
 
toString() - Method in class com.oef.services.model.CreateAsyncFetchJobsRequest
 
toString() - Method in class com.oef.services.model.CreateAsynchFetchJobsResult
 
toString() - Method in class com.oef.services.model.DisPolicy
 
toString() - Method in class com.oef.services.model.DisPolicyBean
 
toString() - Method in class com.oef.services.model.FetchBean
 
toString() - Method in class com.oef.services.model.PutExtensionPolicyRequest
 
toString() - Method in class com.oef.services.model.QueryAsynchFetchJobsResult
 
toString() - Method in class com.oef.services.model.QueryExtensionPolicyResult
 
toString() - Method in class com.oef.services.model.TranscodeBean
 
TRACE - Static variable in class com.obs.services.LogConfigurator
 
TranscodeBean - Class in com.oef.services.model
Content of the asynchronous transcode policy
TranscodeBean() - Constructor for class com.oef.services.model.TranscodeBean
 
TranscodeBean(String, String) - Constructor for class com.oef.services.model.TranscodeBean
Constructor
transitions - Variable in class com.obs.services.model.LifecycleConfiguration.Rule
 
truncate(long) - Method in class com.obs.services.model.fs.ObsFSFile
Truncate a file.
truncateFile(TruncateFileRequest) - Method in interface com.obs.services.IFSClient
Truncate a file.
truncateFile(TruncateFileRequest) - Method in class com.obs.services.ObsClient
 
TruncateFileRequest - Class in com.obs.services.model.fs
Parameters in a request for truncating a file
TruncateFileRequest() - Constructor for class com.obs.services.model.fs.TruncateFileRequest
 
TruncateFileRequest(String, String, long) - Constructor for class com.obs.services.model.fs.TruncateFileRequest
Constructor
TruncateFileResult - Class in com.obs.services.model.fs
Response to a request for truncating a file
TruncateFileResult() - Constructor for class com.obs.services.model.fs.TruncateFileResult
 

U

uploadFile(UploadFileRequest) - Method in interface com.obs.services.IObsClient
Upload a file.
uploadFile(UploadFileRequest) - Method in class com.obs.services.ObsClient
 
UploadFileRequest - Class in com.obs.services.model
Parameters in a file upload request
UploadFileRequest(String, String) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String, long) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String, long, int) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String, long, int, boolean) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String, long, int, boolean, String) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadFileRequest(String, String, String, long, int, boolean, String, boolean) - Constructor for class com.obs.services.model.UploadFileRequest
Constructor
UploadObjectsProgressListener - Interface in com.obs.services.model
 
uploadPart(String, String, String, int, InputStream) - Method in interface com.obs.services.IObsClient
Upload a part.
uploadPart(String, String, String, int, File) - Method in interface com.obs.services.IObsClient
Upload a part.
uploadPart(UploadPartRequest) - Method in interface com.obs.services.IObsClient
Upload a part.
uploadPart(String, String, String, int, InputStream) - Method in class com.obs.services.ObsClient
 
uploadPart(String, String, String, int, File) - Method in class com.obs.services.ObsClient
 
uploadPart(UploadPartRequest) - Method in class com.obs.services.ObsClient
 
uploadPart(UploadPartRequest, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
uploadPart(UploadPartRequest, String, String, String) - Method in class com.obs.services.SecretFlexibleObsClient
 
UploadPartRequest - Class in com.obs.services.model
Parameters in a part upload request
UploadPartRequest() - Constructor for class com.obs.services.model.UploadPartRequest
 
UploadPartRequest(String, String) - Constructor for class com.obs.services.model.UploadPartRequest
Constructor
UploadPartRequest(String, String, String) - Constructor for class com.obs.services.model.UploadPartRequest
Constructor
UploadPartRequest(String, String, File) - Constructor for class com.obs.services.model.UploadPartRequest
Constructor
UploadPartRequest(String, String, Long, InputStream) - Constructor for class com.obs.services.model.UploadPartRequest
Constructor
UploadPartRequest(String, String, Long, long, File) - Constructor for class com.obs.services.model.UploadPartRequest
Constructor
UploadPartResult - Class in com.obs.services.model
Response to a part upload request
UploadPartResult() - Constructor for class com.obs.services.model.UploadPartResult
 
UploadProgressStatus - Interface in com.obs.services.model
 

V

V4PostSignatureRequest - Class in com.obs.services.model
Deprecated.
V4PostSignatureRequest() - Constructor for class com.obs.services.model.V4PostSignatureRequest
Deprecated.
 
V4PostSignatureRequest(long, String, String) - Constructor for class com.obs.services.model.V4PostSignatureRequest
Deprecated.
 
V4PostSignatureRequest(Date, String, String) - Constructor for class com.obs.services.model.V4PostSignatureRequest
Deprecated.
 
V4PostSignatureRequest(long, Date, String, String) - Constructor for class com.obs.services.model.V4PostSignatureRequest
Deprecated.
 
V4PostSignatureRequest(Date, Date, String, String) - Constructor for class com.obs.services.model.V4PostSignatureRequest
Deprecated.
 
V4PostSignatureResponse - Class in com.obs.services.model
Response to a request for browser-based authorized access
V4PostSignatureResponse(String, String, String, String, String, String, String) - Constructor for class com.obs.services.model.V4PostSignatureResponse
 
V4TemporarySignatureRequest - Class in com.obs.services.model
Deprecated.
V4TemporarySignatureRequest() - Constructor for class com.obs.services.model.V4TemporarySignatureRequest
Deprecated.
 
V4TemporarySignatureRequest(HttpMethodEnum, long) - Constructor for class com.obs.services.model.V4TemporarySignatureRequest
Deprecated.
 
V4TemporarySignatureRequest(HttpMethodEnum, String, String, SpecialParamEnum, long) - Constructor for class com.obs.services.model.V4TemporarySignatureRequest
Deprecated.
 
V4TemporarySignatureRequest(HttpMethodEnum, String, String, SpecialParamEnum, long, Date) - Constructor for class com.obs.services.model.V4TemporarySignatureRequest
Deprecated.
 
V4TemporarySignatureResponse - Class in com.obs.services.model
Deprecated.
V4TemporarySignatureResponse(String) - Constructor for class com.obs.services.model.V4TemporarySignatureResponse
Deprecated.
 
valueOf(String) - Static method in enum com.obs.services.model.AuthTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.AvailableZoneEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.CacheOptionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.EventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.ExtensionBucketPermissionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.ExtensionObjectPermissionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.fs.FSStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.GroupGranteeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.HttpMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.HttpProtocolTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.PolicyConditionItem.ConditionOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.ProtocolEnum
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class com.obs.services.model.RestoreObjectRequest.RestoreObjectStatus
 
valueOf(String) - Static method in enum com.obs.services.model.RestoreTierEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.RuleStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.SpecialParamEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.SSEAlgorithmEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.StorageClassEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.obs.services.model.VersioningStatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oef.services.model.RequestParamEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.obs.services.model.AuthTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.AvailableZoneEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.CacheOptionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.EventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.ExtensionBucketPermissionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.ExtensionObjectPermissionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.fs.FSStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.GroupGranteeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.HttpMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.HttpProtocolTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.PolicyConditionItem.ConditionOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.ProtocolEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.RestoreTierEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.RuleStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.SpecialParamEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.SSEAlgorithmEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.StorageClassEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.obs.services.model.VersioningStatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oef.services.model.RequestParamEnum
Returns an array containing the constants of this enum type, in the order they are declared.
VersioningStatusEnum - Enum in com.obs.services.model
Versioning status
VersionOrDeleteMarker - Class in com.obs.services.model
Versioning object information
VersionOrDeleteMarker(String, String, String, boolean, Date, Owner, String, long, StorageClassEnum, boolean, boolean) - Constructor for class com.obs.services.model.VersionOrDeleteMarker
Constructor

W

WARN - Static variable in class com.obs.services.LogConfigurator
 
WebsiteConfiguration - Class in com.obs.services.model
Website hosting configuration of a bucket
WebsiteConfiguration() - Constructor for class com.obs.services.model.WebsiteConfiguration
 
withdrawExtensionPermission(String, ExtensionBucketPermissionEnum) - Method in class com.obs.services.model.CreateBucketRequest
Withdraw the OBS extension permission.
withdrawExtensionPermission(String, ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectBasicRequest
Withdraw the OBS extension permission.
withdrawExtensionPermission(String, ExtensionObjectPermissionEnum) - Method in class com.obs.services.model.PutObjectsRequest
Withdraw the OBS extension permissions from a user.
withdrawExtensionPermissions(String) - Method in class com.obs.services.model.CreateBucketRequest
Withdraw all OBS extension permissions.
withdrawExtensionPermissions(String) - Method in class com.obs.services.model.PutObjectBasicRequest
Withdraw all OBS extension permissions.
withdrawExtensionPermissions(String) - Method in class com.obs.services.model.PutObjectsRequest
Withdraw all OBS extension permissions from a user.
write(File, long) - Method in class com.obs.services.model.fs.ObsFSFile
Write data to a file.
write(File) - Method in class com.obs.services.model.fs.ObsFSFile
Write data to a file.
write(InputStream, long) - Method in class com.obs.services.model.fs.ObsFSFile
Write data to a file.
write(InputStream) - Method in class com.obs.services.model.fs.ObsFSFile
Write data to a file.
writeFile(WriteFileRequest) - Method in interface com.obs.services.IFSClient
Write data to a file.
writeFile(WriteFileRequest) - Method in class com.obs.services.ObsClient
 
WriteFileRequest - Class in com.obs.services.model.fs
Parameters in a request for writing data to a file
WriteFileRequest() - Constructor for class com.obs.services.model.fs.WriteFileRequest
 
WriteFileRequest(String, String) - Constructor for class com.obs.services.model.fs.WriteFileRequest
Constructor
WriteFileRequest(String, String, File) - Constructor for class com.obs.services.model.fs.WriteFileRequest
Constructor
WriteFileRequest(String, String, File, long) - Constructor for class com.obs.services.model.fs.WriteFileRequest
Constructor
WriteFileRequest(String, String, InputStream) - Constructor for class com.obs.services.model.fs.WriteFileRequest
Constructor
WriteFileRequest(String, String, InputStream, long) - Constructor for class com.obs.services.model.fs.WriteFileRequest
Constructor
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2019. All rights reserved.