public abstract class BaseAsyncAws4Signer extends BaseAws4Signer implements AsyncRequestBodySigner
EMPTY_STRING_SHA256_HEX| Modifier and Type | Method and Description |
|---|---|
AsyncRequestBody |
signAsyncRequestBody(SdkHttpFullRequest request,
AsyncRequestBody asyncRequestBody,
ExecutionAttributes executionAttributes)
Method that takes in an signed request and async request body provider,
and returns a transformed version the request body provider.
|
presign, presign, sign, signpublic AsyncRequestBody signAsyncRequestBody(SdkHttpFullRequest request, AsyncRequestBody asyncRequestBody, ExecutionAttributes executionAttributes)
AsyncRequestBodySignersignAsyncRequestBody in interface AsyncRequestBodySignerrequest - The signed request (with Authentication header)asyncRequestBody - Data publisher of the request bodyexecutionAttributes - Contains the attributes required for signing the requestCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.