| Package | Description |
|---|---|
| com.obs.services | |
| com.obs.services.model |
| Modifier and Type | Method and Description |
|---|---|
BucketStoragePolicyConfiguration |
AbstractBucketClient.getBucketStoragePolicy(BaseBucketRequest request) |
BucketStoragePolicyConfiguration |
IObsClient.getBucketStoragePolicy(BaseBucketRequest request)
Obtain the bucket storage class.
|
BucketStoragePolicyConfiguration |
AbstractBucketClient.getBucketStoragePolicy(String bucketName) |
BucketStoragePolicyConfiguration |
IObsClient.getBucketStoragePolicy(String bucketName)
Obtain the bucket storage class.
|
BucketStoragePolicyConfiguration |
SecretFlexibleBucketObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey) |
BucketStoragePolicyConfiguration |
SecretFlexibleBucketObsClient.getBucketStoragePolicy(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
| Modifier and Type | Method and Description |
|---|---|
HeaderResponse |
AbstractBucketClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage) |
HeaderResponse |
IObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage)
Set the bucket storage class.
|
HeaderResponse |
SecretFlexibleBucketObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleBucketObsClient.setBucketStoragePolicy(String bucketName,
BucketStoragePolicyConfiguration bucketStorage,
String accessKey,
String secretKey,
String securityToken) |
| Modifier and Type | Method and Description |
|---|---|
BucketStoragePolicyConfiguration |
SetBucketStoragePolicyRequest.getBucketStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetBucketStoragePolicyRequest.setBucketStorage(BucketStoragePolicyConfiguration bucketStorage) |
| Constructor and Description |
|---|
SetBucketStoragePolicyRequest(String bucketName,
BucketStoragePolicyConfiguration bucketStorage) |
Copyright © 2021. All rights reserved.