Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.handlers |
Modifier and Type | Method and Description |
---|---|
<X> void |
HandlerContextAware.addHandlerContext(HandlerContextKey<X> key,
X value)
Adds a context to that is visible to all
RequestHandler2 s. |
<X> void |
DefaultRequest.addHandlerContext(HandlerContextKey<X> key,
X value) |
<X> void |
AmazonWebServiceRequest.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 |
DefaultRequest.getHandlerContext(HandlerContextKey<X> key) |
<X> X |
AmazonWebServiceRequest.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.
|
static HandlerContextKey<String> |
HandlerContextKey.OPERATION_NAME
The name of the operation for the request.
|
static HandlerContextKey<String> |
HandlerContextKey.SERVICE_ID
The unique identifier for a service to which the request is being sent.
|
static HandlerContextKey<String> |
HandlerContextKey.SIGNING_REGION
The region used to sign the request.
|
Copyright © 2018. All rights reserved.