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> voidDefaultRequest. addHandlerContext(HandlerContextKey<X> key, X value)<X> voidRequest. addHandlerContext(HandlerContextKey<X> key, X value)Adds a context to the request object that is visible to allRequestHandler2.<X> XDefaultRequest. getHandlerContext(HandlerContextKey<X> key)<X> XRequest. 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_DISABLEDContext provided toAWSS3V4Signerto determine whether chunked encoding should be used or not.static HandlerContextKey<Boolean>S3HandlerContextKeys. IS_PAYLOAD_SIGNING_ENABLEDContext provided toAWSS3V4Signerto determine whether payloads should be signed.
-