public interface AsyncSigner
| Modifier and Type | Method and Description | 
|---|---|
| CompletableFuture<SdkHttpFullRequest> | sign(SdkHttpFullRequest request,
    AsyncRequestBody requestBody,
    ExecutionAttributes executionAttributes)Sign the request, including the contents of the body into the signature calculation. | 
CompletableFuture<SdkHttpFullRequest> sign(SdkHttpFullRequest request, AsyncRequestBody requestBody, ExecutionAttributes executionAttributes)
request - The HTTP request.requestBody - The body of the request.executionAttributes - The execution attributes that contains information information used to sign the
                            request.Copyright © 2023. All rights reserved.