public class QingStor extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QingStor.ListBucketsInput
ListBucketsInput: an input stream of the bucket.
|
static class |
QingStor.ListBucketsOutput
ListBucketsOutput: an output stream of the bucket.
|
| 构造器和说明 |
|---|
QingStor(EvnContext evnContext,
String zone) |
| 限定符和类型 | 方法和说明 |
|---|---|
Bucket |
getBucket(String bucketName,
String zone) |
QingStor.ListBucketsOutput |
listBuckets(QingStor.ListBucketsInput input) |
void |
listBucketsAsync(QingStor.ListBucketsInput input,
ResponseCallBack<QingStor.ListBucketsOutput> callback) |
RequestHandler |
listBucketsAsyncRequest(QingStor.ListBucketsInput input,
ResponseCallBack<QingStor.ListBucketsOutput> callback) |
RequestHandler |
listBucketsRequest(QingStor.ListBucketsInput input) |
public QingStor(EvnContext evnContext, String zone)
public QingStor.ListBucketsOutput listBuckets(QingStor.ListBucketsInput input) throws QSException
input - inputQSException - exceptionpublic RequestHandler listBucketsRequest(QingStor.ListBucketsInput input) throws QSException
input - inputQSException - exceptionpublic void listBucketsAsync(QingStor.ListBucketsInput input, ResponseCallBack<QingStor.ListBucketsOutput> callback) throws QSException
input - inputcallback - response callbackQSException - exception
Documentation URL: https://docs.qingcloud.com/qingstor/api/service/get.html
public RequestHandler listBucketsAsyncRequest(QingStor.ListBucketsInput input, ResponseCallBack<QingStor.ListBucketsOutput> callback) throws QSException
input - the inputcallback - response callbackQSException - exceptionCopyright © 2018. All rights reserved.