| 程序包 | 说明 |
|---|---|
| com.qcloud.cos | |
| com.qcloud.cos.internal | |
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectListing |
COSClient.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest) |
ObjectListing |
COS.listNextBatchOfObjects(ListNextBatchOfObjectsRequest listNextBatchOfObjectsRequest)
Provides an easy way to continue a truncated object listing and retrieve the next page of
results.
|
ObjectListing |
COSClient.listNextBatchOfObjects(ObjectListing previousObjectListing) |
ObjectListing |
COS.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of
results.
|
ObjectListing |
COSClient.listObjects(ListObjectsRequest listObjectsRequest) |
ObjectListing |
COS.listObjects(ListObjectsRequest listObjectsRequest)
Returns a list of summary information about the objects in the specified bucket.
|
ObjectListing |
COSClient.listObjects(String bucketName) |
ObjectListing |
COS.listObjects(String bucketName)
Returns a list of summary information about the objects in the specified buckets.
|
ObjectListing |
COSClient.listObjects(String bucketName,
String prefix) |
ObjectListing |
COS.listObjects(String bucketName,
String prefix)
Returns a list of summary information about the objects in the specified bucket.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectListing |
COSClient.listNextBatchOfObjects(ObjectListing previousObjectListing) |
ObjectListing |
COS.listNextBatchOfObjects(ObjectListing previousObjectListing)
Provides an easy way to continue a truncated object listing and retrieve the next page of
results.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectListing |
XmlResponsesSaxParser.ListBucketHandler.getObjectListing() |
ObjectListing |
Unmarshallers.ListObjectsUnmarshaller.unmarshall(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
ObjectListing |
ListNextBatchOfObjectsRequest.getPreviousObjectListing()
Returns the previous object listing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListNextBatchOfObjectsRequest.setPreviousObjectListing(ObjectListing previousObjectListing)
Sets the previous object listing and all the features of the next object listing as well.
|
ListNextBatchOfObjectsRequest |
ListNextBatchOfObjectsRequest.withPreviousObjectListing(ObjectListing previousObjectListing)
Sets the previous object listing and returns the updated request object so that additional
method calls can be chained together.
|
| 构造器和说明 |
|---|
ListNextBatchOfObjectsRequest(ObjectListing previousObjectListing)
Creates a request object for listing next batch of objects.
|
Copyright © 2017. All rights reserved.