| Package | Description |
|---|---|
| com.obs.services |
| Modifier and Type | Method and Description |
|---|---|
BucketStoragePolicyConfiguration |
ObsClient.getBucketStoragePolicy(String bucketName) |
BucketStoragePolicyConfiguration |
IObsClient.getBucketStoragePolicy(String bucketName)
Obtain the bucket storage class.
|
BucketStoragePolicyConfiguration |
SecretFlexibleObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey) |
BucketStoragePolicyConfiguration |
SecretFlexibleObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
| Modifier and Type | Method and Description |
|---|---|
HeaderResponse |
ObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage) |
HeaderResponse |
IObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage)
Set the bucket storage class.
|
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.