Package com.amazonaws.auth
Class NoOpSigner
java.lang.Object
com.amazonaws.auth.NoOpSigner
- All Implemented Interfaces:
Signer
A No-Op Signer Implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sign
(SignableRequest<?> request, AWSCredentials credentials) Sign the given request with the given set of credentials.
-
Constructor Details
-
NoOpSigner
public NoOpSigner()
-
-
Method Details