| Package | Description | 
|---|---|
| com.amazonaws.handlers | |
| com.amazonaws.http.request | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CredentialsRequestHandler
Deprecated. 
 
Use of this class to retrieve the credentials is unsafe in
 multithreading scenarios. If a client is used across multiple threads,
 there's a possibility of running into a race condition where one handler
 might access the credentials through the reference as another thread is
 updating it. Retrieve the credentials from the handler context instead using
 the  
HandlerContextKey.AWS_CREDENTIALS key. | 
class  | 
RequestHandler2
Interface for addition request handling in clients. 
 | 
class  | 
StackedRequestHandler
Composite  
RequestHandler2 to execute a chain of RequestHandler2 implementations
 in stack order. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SlowRequestHandler
Implementation of  
RequestHandler2 with configurable wait times | 
Copyright © 2017. All rights reserved.