public abstract class CredentialsRequestHandler extends RequestHandler2
RequestHandler2 that takes in AWSCredentials.
-
-
Field Summary
Fields
Modifier and Type
Field and Description
protected AWSCredentials
awsCredentials
AWSCredentials to be used in the RequestHandler.
-
Constructor Summary
Constructors
Constructor and Description
CredentialsRequestHandler()
-
Method Summary
Methods
Modifier and Type
Method and Description
void
setCredentials(AWSCredentials awsCredentials)
Sets the AWSCredentials.
-
Methods inherited from class com.amazonaws.handlers.RequestHandler2
adapt, afterError, afterResponse, beforeMarshalling, beforeRequest
-
-
Field Detail
-
awsCredentials
protected AWSCredentials awsCredentials
AWSCredentials to be used in the RequestHandler.
-
Method Detail
-
setCredentials
public void setCredentials(AWSCredentials awsCredentials)
Sets the AWSCredentials.
Copyright © 2015. All rights reserved.