Example usage for Java com.amazonaws.auth SignerFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
Signer | getSignerByTypeAndService(String signerType, final String serviceName) Returns an instance of the given signer type and configures it with the given service name (if applicable). |
void | registerSigner(final String signerType, final Class extends Signer> signerClass) Register an implementation class for the given signer type. |