Uses of Class
com.amazonaws.handlers.HandlerContextKey
-
Packages that use HandlerContextKey Package Description com.amazonaws com.amazonaws.services.s3.request -
-
Uses of HandlerContextKey in com.amazonaws
Methods in com.amazonaws with parameters of type HandlerContextKey Modifier and Type Method Description <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 HandlerContextKey Modifier and Type Field Description static HandlerContextKey<Boolean>
S3HandlerContextKeys. IS_CHUNKED_ENCODING_DISABLED
Context provided toAWSS3V4Signer
to determine whether chunked encoding should be used or not.static HandlerContextKey<Boolean>
S3HandlerContextKeys. IS_PAYLOAD_SIGNING_ENABLED
Context provided toAWSS3V4Signer
to determine whether payloads should be signed.
-