Interface AsyncSigner

All Known Implementing Classes:
AsyncAws4Signer

@Deprecated public interface AsyncSigner
Deprecated.
Replaced by software.amazon.awssdk.http.auth.spi.signer.HttpSigner in 'http-auth-spi'.
A signer capable of including the contents of the asynchronous body into the request calculation.
  • Method Details

    • sign

      Deprecated.
      Sign the request, including the contents of the body into the signature calculation.
      Parameters:
      request - The HTTP request.
      requestBody - The body of the request.
      executionAttributes - The execution attributes that contains information information used to sign the request.
      Returns:
      A future containing the signed request.