| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.handlers | |
| com.amazonaws.http.request | 
| Modifier and Type | Method and Description | 
|---|---|
| <X> void | HandlerContextAware. addHandlerContext(HandlerContextKey<X> key,
                 X value)Adds a context to that is visible to all  RequestHandler2s. | 
| <X> void | AmazonWebServiceRequest. addHandlerContext(HandlerContextKey<X> key,
                 X value) | 
| <X> void | DefaultRequest. addHandlerContext(HandlerContextKey<X> key,
                 X value) | 
| <X> X | HandlerContextAware. getHandlerContext(HandlerContextKey<X> key)Return the context for the given key if present; else return null. | 
| <X> X | AmazonWebServiceRequest. getHandlerContext(HandlerContextKey<X> key) | 
| <X> X | DefaultRequest. getHandlerContext(HandlerContextKey<X> key) | 
| Modifier and Type | Field and Description | 
|---|---|
| static HandlerContextKey<AdvancedConfig> | HandlerContextKey. ADVANCED_CONFIGAdvanced client configuration. | 
| static HandlerContextKey<AWSCredentials> | HandlerContextKey. AWS_CREDENTIALSThe key under which the request credentials are set. | 
| static HandlerContextKey<String> | HandlerContextKey. OPERATION_NAMEThe name of the operation for the request. | 
| static HandlerContextKey<String> | HandlerContextKey. SERVICE_IDThe unique identifier for a service to which the request is being sent. | 
| static HandlerContextKey<String> | HandlerContextKey. SIGNING_REGIONThe region used to sign the request. | 
| Modifier and Type | Method and Description | 
|---|---|
| <X> void | EmptyHttpRequest. addHandlerContext(HandlerContextKey<X> key,
                 X value) | 
| <X> X | EmptyHttpRequest. getHandlerContext(HandlerContextKey<X> key) | 
Copyright © 2019. All rights reserved.