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. withHttpRequest(HttpRequest httpRequest)S3MetaRequestOptionsS3MetaRequestOptions. withMetaRequestType(S3MetaRequestOptions.MetaRequestType metaRequestType)S3MetaRequestOptionsS3MetaRequestOptions. withResponseHandler(S3MetaRequestResponseHandler responseHandler)Methods in software.amazon.awssdk.crt.s3 with parameters of type S3MetaRequestOptions Modifier and Type Method Description S3MetaRequestS3Client. makeMetaRequest(S3MetaRequestOptions options)
-