Uses of Interface
com.amazonaws.handlers.RequestHandler
-
Packages that use RequestHandler Package Description com.amazonaws com.amazonaws.handlers com.amazonaws.services.sqs -
-
Uses of RequestHandler in com.amazonaws
Methods in com.amazonaws with parameters of type RequestHandler Modifier and Type Method Description voidAmazonWebServiceClient. addRequestHandler(RequestHandler requestHandler)Deprecated.voidAmazonWebServiceClient. removeRequestHandler(RequestHandler requestHandler)Removes a request handler from the list of registered handlers that are run as part of a request's lifecycle. -
Uses of RequestHandler in com.amazonaws.handlers
Classes in com.amazonaws.handlers that implement RequestHandler Modifier and Type Class Description classAbstractRequestHandlerDeprecated.byRequestHandler2.Methods in com.amazonaws.handlers with parameters of type RequestHandler Modifier and Type Method Description static RequestHandler2RequestHandler2. adapt(RequestHandler old)Returns an instance of request handler adapted to theRequestHandler2interface from the given request handler implementing the deprecatedRequestHandlerinterface. -
Uses of RequestHandler in com.amazonaws.services.sqs
Classes in com.amazonaws.services.sqs that implement RequestHandler Modifier and Type Class Description classMessageMD5ChecksumHandlerSQS operations on sending and receiving messages will return the MD5 digest of the message body.classQueueUrlHandlerCustom request handler for SQS that processes the request before it gets routed to the client runtime layer.
-