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<AdvancedConfig> |
HandlerContextKey.ADVANCED_CONFIG
Advanced client configuration.
|
static HandlerContextKey<AWSCredentials> |
HandlerContextKey.AWS_CREDENTIALS
The key under which the request credentials are set.
|
static HandlerContextKey<URI> |
HandlerContextKey.CLIENT_ENDPOINT
The endpoint configured on the client.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.ENDPOINT_OVERRIDDEN
A boolean value indicating if an endpoint is overridden or not
|
static HandlerContextKey<Boolean> |
HandlerContextKey.HAS_STREAMING_INPUT
A boolean value indicating if the input of the operation has a streaming member.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.HAS_STREAMING_OUTPUT
A boolean value indicating if the output of the operation has a streaming member.
|
static HandlerContextKey<String> |
HandlerContextKey.OPERATION_NAME
The name of the operation for the request.
|
static HandlerContextKey<Boolean> |
HandlerContextKey.REQUIRES_LENGTH
A boolean value indicating if Content-Length header is required by the operation
|
static HandlerContextKey<String> |
HandlerContextKey.SERVICE_ID
The unique identifier for a service to which the request is being sent.
|
static HandlerContextKey<String> |
HandlerContextKey.SIGNING_NAME
The optional service name to sign the request.
|
static HandlerContextKey<String> |
HandlerContextKey.SIGNING_REGION
The region used to sign the request.
|
Copyright © 2021. All rights reserved.