Uses of Class
com.amazonaws.http.ExecutionContext
-
Packages that use ExecutionContext Package Description 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 Modifier and Type Method Description protected ExecutionContextAmazonWebServiceClient. createExecutionContext()protected ExecutionContextAmazonWebServiceClient. createExecutionContext(AmazonWebServiceRequest req)protected ExecutionContextAmazonWebServiceClient. createExecutionContext(Request<?> req) -
Uses of ExecutionContext in com.amazonaws.http
Methods in com.amazonaws.http with parameters of type ExecutionContext Modifier and Type Method Description <T> Response<T>AmazonHttpClient. execute(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)Executes the request and returns the result.<T> Response<T>AmazonHttpClient. executeWithTimer(Request<?> request, HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler, HttpResponseHandler<AmazonServiceException> errorResponseHandler, ExecutionContext executionContext)Start and end client execution timer around the execution of the request. -
Uses of ExecutionContext in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return ExecutionContext Modifier and Type Method Description protected ExecutionContextAmazonS3Client. createExecutionContext(AmazonWebServiceRequest req)
-