| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListObjectsResponse |
ListObjectsResponseDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctx,
Object bean) |
| Constructor and Description |
|---|
ListObjectsResponseDeserializer(Class<? extends ListObjectsResponse> beanClass) |
Copyright © 2024. All rights reserved.