| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Constructor and Description |
|---|
PersistableDownload(String bucketName,
String key,
String versionId,
long[] range,
ResponseHeaderOverrides responseHeaders,
boolean isRequesterPays,
String file)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseHeaderOverrides |
GetObjectRequest.getResponseHeaders()
Returns the headers to be overridden in the service response.
|
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 |
GetObjectRequest.setResponseHeaders(ResponseHeaderOverrides responseHeaders)
Sets the headers to be overridden in the service response.
|
void |
GeneratePresignedUrlRequest.setResponseHeaders(ResponseHeaderOverrides responseHeaders)
Sets the headers to be overridden in the service response.
|
GetObjectRequest |
GetObjectRequest.withResponseHeaders(ResponseHeaderOverrides responseHeaders)
Sets the headers to be overridden in the service response and returns
this object, for method chaining.
|
GeneratePresignedUrlRequest |
GeneratePresignedUrlRequest.withResponseHeaders(ResponseHeaderOverrides responseHeaders)
Sets the headers to be overridden in the service response and returns
this object, for method chaining.
|
Copyright © 2020. All rights reserved.