Package | Description |
---|---|
com.obs.services |
Modifier and Type | Method and Description |
---|---|
BucketQuota |
ObsClient.getBucketQuota(String bucketName) |
BucketQuota |
IObsClient.getBucketQuota(String bucketName)
Obtain the bucket quota.
|
BucketQuota |
SecretFlexibleObsClient.getBucketQuota(String bucketName,
String accessKey,
String secretKey) |
BucketQuota |
SecretFlexibleObsClient.getBucketQuota(String bucketName,
String accessKey,
String secretKey,
String securityToken) |
Modifier and Type | Method and Description |
---|---|
HeaderResponse |
ObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota) |
HeaderResponse |
IObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota)
Set the bucket quota.
|
HeaderResponse |
SecretFlexibleObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota,
String accessKey,
String secretKey,
String securityToken) |
Copyright © 2019. All rights reserved.