Uses of Class
com.amazonaws.http.ExecutionContext
Packages that use ExecutionContext
Package
Description
Synchronous client for accessing Amazon S3.
-
Uses of ExecutionContext in com.amazonaws
Methods in com.amazonaws that return ExecutionContextModifier and TypeMethodDescriptionprotected final ExecutionContext
AmazonWebServiceClient.createExecutionContext()
Deprecated.protected ExecutionContext
AmazonWebServiceClient.createExecutionContext
(AmazonWebServiceRequest req) protected final ExecutionContext
AmazonWebServiceClient.createExecutionContext
(Request<?> req) -
Uses of ExecutionContext in com.amazonaws.http
Methods in com.amazonaws.http with parameters of type ExecutionContextModifier and TypeMethodDescription<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 ExecutionContextModifier and TypeMethodDescriptionprotected final ExecutionContext
AmazonS3Client.createExecutionContext
(AmazonWebServiceRequest req)
AmazonWebServiceClient.createExecutionContext(AmazonWebServiceRequest)
.