Java com.amazonaws.auth SignerFactory fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.auth SignerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.auth SignerFactory.

The text is from its open source code.

Method

SignergetSignerByTypeAndService(String signerType, final String serviceName)
Returns an instance of the given signer type and configures it with the given service name (if applicable).
voidregisterSigner(final String signerType, final Class signerClass)
Register an implementation class for the given signer type.