Package com.amazonaws.util

Examples of com.amazonaws.util.TimingInfo


        final AWSRequestMetrics metrics = executionContext.getAwsRequestMetrics();
        T response = null;
        try {
            response = executeHelper(request, responseHandler, errorResponseHandler, executionContext);
            TimingInfo timingInfo = metrics.getTimingInfo().endTiming();

            for (RequestHandler handler : requestHandlers) {
                handler.afterResponse(request, response, timingInfo);
            }
            return response;
View Full Code Here

TOP

Related Classes of com.amazonaws.util.TimingInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.