|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.AbstractAWSSigner
com.amazonaws.auth.AWS3Signer
public class AWS3Signer
Signer implementation that signs requests with the AWS3 signing protocol.
Constructor Summary | |
---|---|
AWS3Signer()
|
Method Summary | |
---|---|
void |
sign(Request<?> request,
AWSCredentials credentials)
Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request. |
Methods inherited from class com.amazonaws.auth.AbstractAWSSigner |
---|
hash, hash, sign |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWS3Signer()
Method Detail |
---|
public void sign(Request<?> request, AWSCredentials credentials) throws AmazonClientException
request
- The request to sign.credentials
- The credentials to sign the request with.
AmazonClientException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |