Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.handlers |
Modifier and Type | Method and Description |
---|---|
<X> void |
Request.addHandlerContext(HandlerContextKey<X> key,
X value)
Adds a context to the request object that is visible
to all
RequestHandler2 . |
<X> void |
DefaultRequest.addHandlerContext(HandlerContextKey<X> key,
X value) |
<X> X |
Request.getHandlerContext(HandlerContextKey<X> key)
Return the context for the given key if present; else return null.
|
<X> X |
DefaultRequest.getHandlerContext(HandlerContextKey<X> key) |
Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<AWSCredentials> |
HandlerContextKey.AWS_CREDENTIALS
The key under which the request credentials are set.
|
Copyright © 2017. All rights reserved.