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

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

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

Methods in com.baidubce.services.bos.model that return ResponseHeaderOverrides
 ResponseHeaderOverrides GeneratePresignedUrlRequest.getResponseHeaders()
          Returns the headers to be overridden in the service response.
 ResponseHeaderOverrides ResponseHeaderOverrides.withCacheControl(String cacheControl)
          Sets the cache control response header.
 ResponseHeaderOverrides ResponseHeaderOverrides.withContentDisposition(String contentDisposition)
          Sets the content disposition response header override.
 ResponseHeaderOverrides ResponseHeaderOverrides.withContentEncoding(String contentEncoding)
          Sets the content encoding response header override.
 ResponseHeaderOverrides ResponseHeaderOverrides.withContentLanguage(String contentLanguage)
          Sets the content language response header override
 ResponseHeaderOverrides ResponseHeaderOverrides.withContentType(String contentType)
          Sets the content type response header override.
 ResponseHeaderOverrides ResponseHeaderOverrides.withExpires(String expires)
          Sets the expires response header override.
 ResponseHeaderOverrides ResponseHeaderOverrides.withRequestCredentials(BceCredentials credentials)
           
 

Methods in com.baidubce.services.bos.model with parameters of type ResponseHeaderOverrides
 void GeneratePresignedUrlRequest.setResponseHeaders(ResponseHeaderOverrides responseHeaders)
          Sets the headers to be overridden in the service response.
 GeneratePresignedUrlRequest GeneratePresignedUrlRequest.withResponseHeaders(ResponseHeaderOverrides responseHeaders)
          Sets the headers to be overridden in the service response and returns this object, for method chaining.
 



Copyright © 2018. All rights reserved.