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

Packages that use BosObject
com.baidubce.services.bos   
com.baidubce.services.bos.model   
 

Uses of BosObject in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos that return BosObject
 BosObject BosClient.getObject(GetObjectRequest request)
          Gets the object stored in Bos under the specified bucket and key.
 BosObject BosClient.getObject(String bucketName, String key)
          Gets the object stored in Bos under the specified bucket and key.
 

Uses of BosObject in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return BosObject
 BosObject GetObjectResponse.getObject()
           
 

Methods in com.baidubce.services.bos.model with parameters of type BosObject
 void GetObjectResponse.setObject(BosObject object)
           
 



Copyright © 2018. All rights reserved.