public interface AsyncSigner
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<software.amazon.awssdk.http.SdkHttpFullRequest> |
sign(software.amazon.awssdk.http.SdkHttpFullRequest request,
AsyncRequestBody requestBody,
ExecutionAttributes executionAttributes)
Sign the request, including the contents of the body into the signature calculation.
|
CompletableFuture<software.amazon.awssdk.http.SdkHttpFullRequest> sign(software.amazon.awssdk.http.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 © 2022. All rights reserved.