Uses of Class
com.amazonaws.handlers.HandlerContextKey
Packages that use HandlerContextKey
-
Uses of HandlerContextKey in com.amazonaws
Methods in com.amazonaws with parameters of type HandlerContextKeyModifier and TypeMethodDescription<X> void
DefaultRequest.addHandlerContext
(HandlerContextKey<X> key, X value) <X> void
Request.addHandlerContext
(HandlerContextKey<X> key, X value) Adds a context to the request object that is visible to allRequestHandler2
.<X> X
DefaultRequest.getHandlerContext
(HandlerContextKey<X> key) <X> X
Request.getHandlerContext
(HandlerContextKey<X> key) Return the context for the given key if present; else return null. -
Uses of HandlerContextKey in com.amazonaws.services.s3.request
Fields in com.amazonaws.services.s3.request declared as HandlerContextKeyModifier and TypeFieldDescriptionstatic final HandlerContextKey
<Boolean> S3HandlerContextKeys.IS_CHUNKED_ENCODING_DISABLED
Context provided toAWSS3V4Signer
to determine whether chunked encoding should be used or not.static final HandlerContextKey
<Boolean> S3HandlerContextKeys.IS_PAYLOAD_SIGNING_ENABLED
Context provided toAWSS3V4Signer
to determine whether payloads should be signed.