| Package | Description |
|---|---|
| com.aliyun.oss | |
| com.aliyun.oss.common.parser | |
| com.aliyun.oss.model |
| Modifier and Type | Method and Description |
|---|---|
BucketQosInfo |
OSSClient.getBucketQosInfo(GenericRequest genericRequest) |
BucketQosInfo |
OSS.getBucketQosInfo(GenericRequest genericRequest)
Gets the bucket qos info of the
Bucket. |
BucketQosInfo |
OSSClient.getBucketQosInfo(String bucketName) |
BucketQosInfo |
OSS.getBucketQosInfo(String bucketName)
Gets the bucket qos info of the
Bucket. |
| Modifier and Type | Method and Description |
|---|---|
VoidResult |
OSSClient.setBucketQosInfo(String bucketName,
BucketQosInfo bucketQosInfo) |
VoidResult |
OSS.setBucketQosInfo(String bucketName,
BucketQosInfo bucketQosInfo)
sets the qos info for the
Bucket. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
RequestMarshallers.SetBucketQosInfoRequestMarshaller.marshall(BucketQosInfo bucketQosInfo) |
| Modifier and Type | Method and Description |
|---|---|
BucketQosInfo |
SetBucketQosInfoRequest.getBucketQosInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetBucketQosInfoRequest.setBucketQosInfo(BucketQosInfo bucketQosInfo) |
| Constructor and Description |
|---|
SetBucketQosInfoRequest(String bucketName,
BucketQosInfo bucketQosInfo) |
Copyright © 2021. All Rights Reserved.