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

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

Introduction

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

The text is from its open source code.

Subclass

com.amazonaws.auth.AWS4Signer has subclasses.
Click this link to see all its subclasses.

Constructor

AWS4Signer()
Construct a new AWS4 signer instance.

Method

voidsetRegionName(String regionName)
Sets the region name that this signer should use when calculating request signatures.
voidsetServiceName(String serviceName)
Sets the service name that this signer should use when calculating request signatures.
voidsign(SignableRequest request, AWSCredentials credentials)