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 S3MetaRequestOptionsS3MetaRequestOptions. withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)Deprecated.Please usewithChecksumConfig(ChecksumConfig)instead.S3MetaRequestOptionsS3MetaRequestOptions. withChecksumConfig(ChecksumConfig checksumConfig)The config related to checksum used for the meta request.S3MetaRequestOptionsS3MetaRequestOptions. withCredentialsProvider(CredentialsProvider credentialsProvider)Deprecated.Please usewithSigningConfig(AwsSigningConfig)instead.S3MetaRequestOptionsS3MetaRequestOptions. withEndpoint(URI endpoint)S3MetaRequestOptionsS3MetaRequestOptions. withHttpRequest(HttpRequest httpRequest)Set the initial HTTP request.S3MetaRequestOptionsS3MetaRequestOptions. withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType)S3MetaRequestOptionsS3MetaRequestOptions. withObjectSizeHint(Long objectSizeHint)S3MetaRequestOptionsS3MetaRequestOptions. 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.S3MetaRequestOptionsS3MetaRequestOptions. 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.S3MetaRequestOptionsS3MetaRequestOptions. withResponseFileDeleteOnFailure(boolean responseFileDeleteOnFailure)Sets whether to delete the response file on failure when downloading an object from S3.S3MetaRequestOptionsS3MetaRequestOptions. withResponseFileOption(S3MetaRequestOptions.ResponseFileOption responseFileOption)Sets the option for how to handle the response file when downloading an object from S3.S3MetaRequestOptionsS3MetaRequestOptions. withResponseFilePath(Path responseFilePath)If set, this file will be used to write the response body to a file.S3MetaRequestOptionsS3MetaRequestOptions. withResponseFilePosition(long responseFilePosition)Sets the position to start writing to the response file.S3MetaRequestOptionsS3MetaRequestOptions. withResponseHandler(S3MetaRequestResponseHandler responseHandler)S3MetaRequestOptionsS3MetaRequestOptions. withResumeToken(ResumeToken resumeToken)S3MetaRequestOptionsS3MetaRequestOptions. withSigningConfig(AwsSigningConfig signingConfig)The configuration related to signing used by S3 client.S3MetaRequestOptionsS3MetaRequestOptions. 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 S3MetaRequestS3Client. makeMetaRequest(S3MetaRequestOptions options)
-