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

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

Uses of GetObjectMetadataRequest in com.baidubce.services.bos
 

Methods in com.baidubce.services.bos with parameters of type GetObjectMetadataRequest
 ObjectMetadata BosClient.getObjectMetadata(GetObjectMetadataRequest request)
          Gets the metadata for the specified Bos object without actually fetching the object itself.
 

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

Methods in com.baidubce.services.bos.model that return GetObjectMetadataRequest
 GetObjectMetadataRequest GetObjectMetadataRequest.withBucketName(String bucketName)
          Sets the name of the bucket containing the object whose metadata is being retrieved.
 GetObjectMetadataRequest GetObjectMetadataRequest.withKey(String key)
          Sets the key of the object whose metadata is being retrieved.
 GetObjectMetadataRequest GetObjectMetadataRequest.withRequestCredentials(BceCredentials credentials)
           
 



Copyright © 2018. All rights reserved.