@FunctionalInterface public interface Presigner
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.http.SdkHttpFullRequest |
presign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a pre signed version of the request.
|
software.amazon.awssdk.http.SdkHttpFullRequest presign(software.amazon.awssdk.http.SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
request - The request to presignexecutionAttributes - Contains the attributes required for pre signing the requestCopyright © 2022. All rights reserved.