Uses of Class
com.amazonaws.http.ExecutionContext

Packages that use ExecutionContext
com.amazonaws   
com.amazonaws.http   
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of ExecutionContext in com.amazonaws
 

Methods in com.amazonaws that return ExecutionContext
protected  ExecutionContext AmazonWebServiceClient.createExecutionContext()
          Deprecated. by AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest). This method exists only for backward compatiblity reason, so that clients compiled against the older version of this class won't get NoSuchMethodError at runtime. However, calling this methods would effectively ignore and disable the request metric collector, if any, specified at the request level. Request metric collector specified at the service client or AWS SDK level will still be honored.
protected  ExecutionContext AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest req)
           
protected  ExecutionContext AmazonWebServiceClient.createExecutionContext(Request<?> req)
           
 

Uses of ExecutionContext in com.amazonaws.http
 

Methods in com.amazonaws.http with parameters of type ExecutionContext
<T> Response<T>
AmazonHttpClient.execute(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)
          Executes the request and returns the result.
 

Uses of ExecutionContext in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return ExecutionContext
protected  ExecutionContext AmazonS3Client.createExecutionContext(AmazonWebServiceRequest req)
           
 



Copyright © 2016. All rights reserved.