Package | Description |
---|---|
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2017. All Rights Reserved.