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