Uses of Class
com.baidubce.services.bos.model.ListObjectsResponse

Packages that use ListObjectsResponse
com.baidubce.services.bos   
 

Uses of ListObjectsResponse in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos that return ListObjectsResponse
 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.
 

Methods in com.baidubce.services.bos with parameters of type ListObjectsResponse
 ListObjectsResponse BosClient.listNextBatchOfObjects(ListObjectsResponse previousResponse)
          Provides an easy way to continue a truncated object listing and retrieve the next page of results.
 



Copyright © 2018. All rights reserved.