Uses of Class
com.amazonaws.services.s3.model.ResponseHeaderOverrides
Packages that use ResponseHeaderOverrides
Package
Description
Classes modeling the various types represented by Amazon S3.
Transfer management.
-
Uses of ResponseHeaderOverrides in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return ResponseHeaderOverridesModifier and TypeMethodDescriptionGeneratePresignedUrlRequest.getResponseHeaders()
Returns the headers to be overridden in the service response.GetObjectRequest.getResponseHeaders()
Returns the headers to be overridden in the service response.ResponseHeaderOverrides.withCacheControl
(String cacheControl) Sets the cache control response header.ResponseHeaderOverrides.withContentDisposition
(String contentDisposition) Sets the content disposition response header override.ResponseHeaderOverrides.withContentEncoding
(String contentEncoding) Sets the content encoding response header override.ResponseHeaderOverrides.withContentLanguage
(String contentLanguage) Sets the content language response header overrideResponseHeaderOverrides.withContentType
(String contentType) Sets the content type response header override.ResponseHeaderOverrides.withExpires
(String expires) Sets the expires response header override.Methods in com.amazonaws.services.s3.model with parameters of type ResponseHeaderOverridesModifier and TypeMethodDescriptionvoid
GeneratePresignedUrlRequest.setResponseHeaders
(ResponseHeaderOverrides responseHeaders) Sets the headers to be overridden in the service response.void
GetObjectRequest.setResponseHeaders
(ResponseHeaderOverrides responseHeaders) Sets the headers to be overridden in the service response.GeneratePresignedUrlRequest.withResponseHeaders
(ResponseHeaderOverrides responseHeaders) Sets the headers to be overridden in the service response and returns this object, for method chaining.GetObjectRequest.withResponseHeaders
(ResponseHeaderOverrides responseHeaders) Sets the headers to be overridden in the service response and returns this object, for method chaining. -
Uses of ResponseHeaderOverrides in com.amazonaws.services.s3.transfer
Constructors in com.amazonaws.services.s3.transfer with parameters of type ResponseHeaderOverridesModifierConstructorDescriptionPersistableDownload
(String bucketName, String key, String versionId, long[] range, ResponseHeaderOverrides responseHeaders, boolean isRequesterPays, String file, Integer lastFullyDownloadedPartNumber, long lastModifiedTime)