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.requestHandler2sOptional request handlers for additional request processing.Methods in com.amazonaws with parameters of type RequestHandler2Modifier and TypeMethodDescriptionvoidAmazonWebServiceClient.addRequestHandler(RequestHandler2 requestHandler2) Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.voidAmazonWebServiceClient.removeRequestHandler(RequestHandler2 requestHandler2) -
Uses of RequestHandler2 in com.amazonaws.handlers
Subclasses of RequestHandler2 in com.amazonaws.handlersModifier and TypeClassDescriptionclassA special type ofRequestHandler2that takes inAWSCredentials.Methods in com.amazonaws.handlers that return RequestHandler2Modifier and TypeMethodDescriptionstatic RequestHandler2RequestHandler2.adapt(RequestHandler old) Returns an instance of request handler adapted to theRequestHandler2interface from the given request handler implementing the deprecatedRequestHandlerinterface.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 toRequestHandler2by 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)