|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.handlers.RequestHandler2
com.amazonaws.handlers.CredentialsRequestHandler
public abstract class CredentialsRequestHandler
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
Constructor Detail
CredentialsRequestHandler
public CredentialsRequestHandler()
Method Detail
setCredentials
public void setCredentials(AWSCredentials awsCredentials)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2016. All rights reserved.