Uses of Class
software.amazon.awssdk.crt.s3.S3MetaRequestOptions
-
Packages that use S3MetaRequestOptions Package Description software.amazon.awssdk.crt.s3 -
-
Uses of S3MetaRequestOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestOptions Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
Deprecated.Please usewithChecksumConfig(ChecksumConfig)
instead.S3MetaRequestOptions
S3MetaRequestOptions. withChecksumConfig(ChecksumConfig checksumConfig)
The config related to checksum used for the meta request.S3MetaRequestOptions
S3MetaRequestOptions. withCredentialsProvider(CredentialsProvider credentialsProvider)
Deprecated.Please usewithSigningConfig(AwsSigningConfig)
instead.S3MetaRequestOptions
S3MetaRequestOptions. withEndpoint(URI endpoint)
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)
The S3 operation name (eg: "CreateBucket"), this MUST be set forS3MetaRequestOptions.MetaRequestType.DEFAULT
, it is ignored for other meta request types since the operation is implicit.S3MetaRequestOptions
S3MetaRequestOptions. withRequestFilePath(Path requestFilePath)
If set, this file is sent as the request's body, and thewithHttpRequest(software.amazon.awssdk.crt.http.HttpRequest)
body stream is ignored.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.Please usewithChecksumConfig(ChecksumConfig)
instead.Methods in software.amazon.awssdk.crt.s3 with parameters of type S3MetaRequestOptions Modifier and Type Method Description S3MetaRequest
S3Client. makeMetaRequest(S3MetaRequestOptions options)
-