程序包 | 说明 |
---|---|
com.obs.services |
限定符和类型 | 方法和说明 |
---|---|
BucketStoragePolicyConfiguration |
ObsClient.getBucketStoragePolicy(String bucketName) |
BucketStoragePolicyConfiguration |
IObsClient.getBucketStoragePolicy(String bucketName)
获取桶存储类型
|
BucketStoragePolicyConfiguration |
SecretFlexibleObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey) |
BucketStoragePolicyConfiguration |
SecretFlexibleObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
限定符和类型 | 方法和说明 |
---|---|
HeaderResponse |
ObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage) |
HeaderResponse |
IObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage)
设置桶存储类型
|
HeaderResponse |
SecretFlexibleObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage,
String accessKey,
String secretKey,
String securityToken) |
Copyright © 2019. All rights reserved.