Example usage for Java com.amazonaws.auth AWS4Signer fields, constructors, methods, implement or subclass
The text is from its open source code.
AWS4Signer() Construct a new AWS4 signer instance. |
void | setRegionName(String regionName) Sets the region name that this signer should use when calculating request signatures. |
void | setServiceName(String serviceName) Sets the service name that this signer should use when calculating request signatures. |
void | sign(SignableRequest> request, AWSCredentials credentials) |