public final class AsyncAws4Signer extends BaseAws4Signer implements AsyncSigner
EMPTY_STRING_SHA256_HEX| Constructor and Description |
|---|
AsyncAws4Signer() |
| Modifier and Type | Method and Description |
|---|---|
static AsyncAws4Signer |
create() |
CompletableFuture<SdkHttpFullRequest> |
sign(SdkHttpFullRequest request,
AsyncRequestBody requestBody,
ExecutionAttributes executionAttributes) |
CompletableFuture<SdkHttpFullRequest> |
signWithBody(SdkHttpFullRequest request,
AsyncRequestBody requestBody,
Aws4SignerParams signingParams) |
calculateContentHashPresign, presign, presign, processRequestPayload, sign, signaddSessionCredentials, calculateContentHash, deriveSigningKey, deriveSigningKey, doPresign, doSign, doSign, extractPresignerParams, extractSignerParamsgetBinaryRequestPayloadStream, getCanonicalizedEndpoint, getCanonicalizedQueryString, sanitizeCredentials, sign, sign, signAndBase64Encode, signWithMacpublic CompletableFuture<SdkHttpFullRequest> sign(SdkHttpFullRequest request, AsyncRequestBody requestBody, ExecutionAttributes executionAttributes)
sign in interface AsyncSignerpublic CompletableFuture<SdkHttpFullRequest> signWithBody(SdkHttpFullRequest request, AsyncRequestBody requestBody, Aws4SignerParams signingParams)
public static AsyncAws4Signer create()
Copyright © 2021. All rights reserved.