Package | Description |
---|---|
com.obs.services | |
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
BucketQuota |
ObsClient.getBucketQuota(BaseBucketRequest request) |
BucketQuota |
IObsClient.getBucketQuota(BaseBucketRequest request)
获取桶配额
|
BucketQuota |
ObsClient.getBucketQuota(String bucketName) |
BucketQuota |
IObsClient.getBucketQuota(String bucketName)
获取桶配额
|
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)
设置桶配额
|
HeaderResponse |
SecretFlexibleObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota,
String accessKey,
String secretKey) |
HeaderResponse |
SecretFlexibleObsClient.setBucketQuota(String bucketName,
BucketQuota bucketQuota,
String accessKey,
String secretKey,
String securityToken) |
Modifier and Type | Method and Description |
---|---|
BucketQuota |
SetBucketQuotaRequest.getBucketQuota() |
Modifier and Type | Method and Description |
---|---|
void |
SetBucketQuotaRequest.setBucketQuota(BucketQuota bucketQuota) |
Constructor and Description |
---|
SetBucketQuotaRequest(String bucketName,
BucketQuota bucketQuota) |
Copyright © 2020. All rights reserved.