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