Uses of Class
com.amazonaws.handlers.RequestHandler2
Packages that use RequestHandler2
-
Uses of RequestHandler2 in com.amazonaws
Fields in com.amazonaws with type parameters of type RequestHandler2Modifier and TypeFieldDescriptionprotected final List
<RequestHandler2> AmazonWebServiceClient.requestHandler2s
Optional request handlers for additional request processing.Methods in com.amazonaws with parameters of type RequestHandler2Modifier and TypeMethodDescriptionvoid
AmazonWebServiceClient.addRequestHandler
(RequestHandler2 requestHandler2) Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.void
AmazonWebServiceClient.removeRequestHandler
(RequestHandler2 requestHandler2) -
Uses of RequestHandler2 in com.amazonaws.handlers
Subclasses of RequestHandler2 in com.amazonaws.handlersModifier and TypeClassDescriptionclass
A special type ofRequestHandler2
that takes in
AWSCredentials
.
Methods in com.amazonaws.handlers that return RequestHandler2Modifier and TypeMethodDescriptionstatic RequestHandler2
RequestHandler2.adapt
(RequestHandler old) Returns an instance of request handler adapted to theRequestHandler2
interface from the given request handler implementing the deprecatedRequestHandler
interface.Methods in com.amazonaws.handlers that return types with arguments of type RequestHandler2Modifier and TypeMethodDescriptionHandlerChainFactory.newRequestHandler2Chain
(String resource) Constructs a new request handler (v2) chain by analyzing the specified classpath resource.HandlerChainFactory.newRequestHandlerChain
(String resource) For backward compatibility, constructs a new request handler chain adapted toRequestHandler2
by analyzing the specified classpath resource.Constructors in com.amazonaws.handlers with parameters of type RequestHandler2Constructor parameters in com.amazonaws.handlers with type arguments of type RequestHandler2 -
Uses of RequestHandler2 in com.amazonaws.http
Methods in com.amazonaws.http that return types with arguments of type RequestHandler2Constructor parameters in com.amazonaws.http with type arguments of type RequestHandler2ModifierConstructorDescriptionExecutionContext
(List<RequestHandler2> requestHandler2s, boolean isMetricEnabled, AmazonWebServiceClient awsClient)