Uses of Class
software.amazon.awssdk.crt.s3.S3MetaRequestOptions
Packages that use S3MetaRequestOptions
-
Uses of S3MetaRequestOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return S3MetaRequestOptionsModifier and TypeMethodDescriptionS3MetaRequestOptions.withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Deprecated.S3MetaRequestOptions.withChecksumConfig(ChecksumConfig checksumConfig) The config related to checksum used for the meta request.S3MetaRequestOptions.withCredentialsProvider(CredentialsProvider credentialsProvider) Deprecated.Please usewithSigningConfig(AwsSigningConfig)instead.S3MetaRequestOptions.withEndpoint(URI endpoint) S3MetaRequestOptions.withFileIoOptions(FileIoOptions fileIoOptions) Sets the file I/O options for controlling how client performs file I/O operations.S3MetaRequestOptions.withHttpRequest(HttpRequest httpRequest) Set the initial HTTP request.S3MetaRequestOptions.withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType) S3MetaRequestOptions.withObjectSizeHint(Long objectSizeHint) 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.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.withResponseFileDeleteOnFailure(boolean responseFileDeleteOnFailure) Sets whether to delete the response file on failure when downloading an object from S3.S3MetaRequestOptions.withResponseFileOption(S3MetaRequestOptions.ResponseFileOption responseFileOption) Sets the option for how to handle the response file when downloading an object from S3.S3MetaRequestOptions.withResponseFilePath(Path responseFilePath) If set, this file will be used to write the response body to a file.S3MetaRequestOptions.withResponseFilePosition(long responseFilePosition) Sets the position to start writing to the response file.S3MetaRequestOptions.withResponseHandler(S3MetaRequestResponseHandler responseHandler) S3MetaRequestOptions.withResumeToken(ResumeToken resumeToken) S3MetaRequestOptions.withSigningConfig(AwsSigningConfig signingConfig) The configuration related to signing used by S3 client.S3MetaRequestOptions.withValidateChecksum(boolean validateChecksum) Deprecated.Please usewithChecksumConfig(ChecksumConfig)instead.Methods in software.amazon.awssdk.crt.s3 with parameters of type S3MetaRequestOptions
withChecksumConfig(ChecksumConfig)instead.