com.amazonaws.handlers
Class CredentialsRequestHandler

java.lang.Object
  extended by com.amazonaws.handlers.RequestHandler2
      extended by com.amazonaws.handlers.CredentialsRequestHandler

public abstract class CredentialsRequestHandler
extends RequestHandler2

A special type of RequestHandler2 that takes in AWSCredentials.


Field Summary
protected  AWSCredentials awsCredentials
          AWSCredentials to be used in the RequestHandler.
 
Constructor Summary
CredentialsRequestHandler()
           
 
Method Summary
 void setCredentials(AWSCredentials awsCredentials)
          Sets the AWSCredentials.
 
Methods inherited from class com.amazonaws.handlers.RequestHandler2
adapt, afterError, afterResponse, beforeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

awsCredentials

protected AWSCredentials awsCredentials
AWSCredentials to be used in the RequestHandler.

Constructor Detail

CredentialsRequestHandler

public CredentialsRequestHandler()
Method Detail

setCredentials

public void setCredentials(AWSCredentials awsCredentials)
Sets the AWSCredentials.



Copyright © 2016. All rights reserved.