Uses of Class
com.amazonaws.handlers.RequestHandler2
-
Packages that use RequestHandler2 Package Description com.amazonaws com.amazonaws.handlers com.amazonaws.http -
-
Uses of RequestHandler2 in com.amazonaws
Fields in com.amazonaws with type parameters of type RequestHandler2 Modifier and Type Field Description protected List<RequestHandler2>
AmazonWebServiceClient. requestHandler2s
Optional request handlers for additional request processing.Methods in com.amazonaws with parameters of type RequestHandler2 Modifier and Type Method Description void
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.handlers Modifier and Type Class Description class
CredentialsRequestHandler
A special type ofRequestHandler2
that takes in
AWSCredentials
.
Methods in com.amazonaws.handlers that return RequestHandler2 Modifier and Type Method Description static 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 RequestHandler2 Modifier and Type Method Description List<RequestHandler2>
HandlerChainFactory. newRequestHandler2Chain(String resource)
Constructs a new request handler (v2) chain by analyzing the specified classpath resource.List<RequestHandler2>
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 RequestHandler2 Constructor Description StackedRequestHandler(RequestHandler2... requestHandlers)
Constructor parameters in com.amazonaws.handlers with type arguments of type RequestHandler2 Constructor Description StackedRequestHandler(List<RequestHandler2> requestHandlers)
-
Uses of RequestHandler2 in com.amazonaws.http
Methods in com.amazonaws.http that return types with arguments of type RequestHandler2 Modifier and Type Method Description List<RequestHandler2>
ExecutionContext. getRequestHandler2s()
Constructor parameters in com.amazonaws.http with type arguments of type RequestHandler2 Constructor Description ExecutionContext(List<RequestHandler2> requestHandler2s, boolean isMetricEnabled, AmazonWebServiceClient awsClient)
-