Package software.amazon.awssdk.core.signer


package software.amazon.awssdk.core.signer
  • Class
    Description
    Interface for the signer used for signing the async requests.
    A signer capable of including the contents of the asynchronous body into the request calculation.
    A No op implementation of Signer and Presigner interfaces that returns the input SdkHttpFullRequest without modifications.
    Interface for the signer used for pre-signing the requests.
    Interface for the signer used for signing the requests.