Uses of Class
software.amazon.awssdk.core.http.ExecutionContext
-
-
Uses of ExecutionContext in software.amazon.awssdk.core.http
Methods in software.amazon.awssdk.core.http that return ExecutionContext Modifier and Type Method Description ExecutionContextExecutionContext.Builder. build()ExecutionContextExecutionContext. interceptorContext(InterceptorContext interceptorContext) -
Uses of ExecutionContext in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler that return ExecutionContext Modifier and Type Method Description protected <InputT extends SdkRequest,OutputT extends SdkResponse>
ExecutionContextBaseClientHandler. invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT,OutputT> params) -
Uses of ExecutionContext in software.amazon.awssdk.core.internal.http
Methods in software.amazon.awssdk.core.internal.http that return ExecutionContext Modifier and Type Method Description ExecutionContextRequestExecutionContext. executionContext()Methods in software.amazon.awssdk.core.internal.http with parameters of type ExecutionContext Modifier and Type Method Description AmazonAsyncHttpClient.RequestExecutionBuilderAmazonAsyncHttpClient.RequestExecutionBuilder. executionContext(ExecutionContext executionContext)Fluent setter for the execution contextAmazonSyncHttpClient.RequestExecutionBuilderAmazonSyncHttpClient.RequestExecutionBuilder. executionContext(ExecutionContext executionContext)Fluent setter for the execution contextRequestExecutionContext.BuilderRequestExecutionContext.Builder. executionContext(ExecutionContext executionContext) -
Uses of ExecutionContext in software.amazon.awssdk.core.internal.http.async
Constructors in software.amazon.awssdk.core.internal.http.async with parameters of type ExecutionContext Constructor Description AsyncAfterTransmissionInterceptorCallingResponseHandler(TransformingAsyncResponseHandler<T> delegate, ExecutionContext context)
-