Interface Signer

    • Method Detail

      • sign

        void sign​(SignableRequest<?> request,
                  AWSCredentials credentials)
        Sign the given request with the given set of credentials. Modifies the passed-in request to apply the signature.
        Parameters:
        request - The request to sign.
        credentials - The credentials to sign the request with.