| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.handlers | |
| com.amazonaws.http.request | 
| Modifier and Type | Method and Description | 
|---|---|
| <X> void | DefaultRequest. addHandlerContext(HandlerContextKey<X> key,
                 X value) | 
| <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> X | DefaultRequest. getHandlerContext(HandlerContextKey<X> key) | 
| <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) | 
| 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<URI> | HandlerContextKey. CLIENT_ENDPOINTThe endpoint configured on the client. | 
| static HandlerContextKey<Boolean> | HandlerContextKey. ENDPOINT_OVERRIDDENA boolean value indicating if an endpoint is overridden or not | 
| static HandlerContextKey<Boolean> | HandlerContextKey. HAS_STREAMING_INPUTA boolean value indicating if the input of the operation has a streaming member. | 
| static HandlerContextKey<Boolean> | HandlerContextKey. HAS_STREAMING_OUTPUTA boolean value indicating if the output of the operation has a streaming member. | 
| static HandlerContextKey<String> | HandlerContextKey. OPERATION_NAMEThe name of the operation for the request. | 
| static HandlerContextKey<Boolean> | HandlerContextKey. REQUIRES_LENGTHA boolean value indicating if Content-Length header is required by the operation | 
| static HandlerContextKey<String> | HandlerContextKey. SERVICE_IDThe unique identifier for a service to which the request is being sent. | 
| static HandlerContextKey<String> | HandlerContextKey. SIGNING_NAMEThe optional service name to sign the request. | 
| 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 © 2021. All rights reserved.