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. 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. 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)
-