S3MetaRequestOptions |
S3MetaRequestOptions.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) |
Deprecated.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withChecksumConfig(ChecksumConfig checksumConfig) |
The config related to checksum used for the meta request.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withCredentialsProvider(CredentialsProvider credentialsProvider) |
Deprecated.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withEndpoint(URI endpoint) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withFileIoOptions(FileIoOptions fileIoOptions) |
Sets the file I/O options for controlling how client performs file I/O operations.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withHttpRequest(HttpRequest httpRequest) |
Set the initial HTTP request.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withObjectSizeHint(Long objectSizeHint) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withOperationName(String operationName) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withRequestFilePath(Path requestFilePath) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResponseFileDeleteOnFailure(boolean responseFileDeleteOnFailure) |
Sets whether to delete the response file on failure when downloading an
object from S3.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResponseFileOption(S3MetaRequestOptions.ResponseFileOption responseFileOption) |
Sets the option for how to handle the response file when downloading an
object from S3.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResponseFilePath(Path responseFilePath) |
If set, this file will be used to write the response body to a file.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResponseFilePosition(long responseFilePosition) |
Sets the position to start writing to the response file.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResponseHandler(S3MetaRequestResponseHandler responseHandler) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withResumeToken(ResumeToken resumeToken) |
|
S3MetaRequestOptions |
S3MetaRequestOptions.withSigningConfig(AwsSigningConfig signingConfig) |
The configuration related to signing used by S3 client.
|
S3MetaRequestOptions |
S3MetaRequestOptions.withValidateChecksum(boolean validateChecksum) |
Deprecated.
|