| Package | Description |
|---|---|
| com.baidubce.services.bos |
| Modifier and Type | Method and Description |
|---|---|
ListObjectsResponse |
BosClient.listNextBatchOfObjects(ListObjectsResponse previousResponse)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.
|
ListObjectsResponse |
BosClient.listObjects(ListObjectsRequest request)
Returns ListObjectsResponse containing a list of summary information about the objects in the specified buckets.
|
ListObjectsResponse |
BosClient.listObjects(String bucketName)
Returns ListObjectsResponse containing a list of summary information about the objects in the specified buckets.
|
ListObjectsResponse |
BosClient.listObjects(String bucketName,
String prefix)
Returns ListObjectsResponse containing a list of summary information about the objects in the specified buckets.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectsResponse |
BosClient.listNextBatchOfObjects(ListObjectsResponse previousResponse)
Provides an easy way to continue a truncated object listing and retrieve the next page of results.
|
Copyright © 2021. All rights reserved.