Uses of Class
software.amazon.awssdk.core.http.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in software.amazon.awssdk.core.http
Methods in software.amazon.awssdk.core.http that return ExecutionContextModifier and TypeMethodDescriptionExecutionContext.Builder.build()ExecutionContext.interceptorContext(InterceptorContext interceptorContext) -
Uses of ExecutionContext in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler that return ExecutionContextModifier and TypeMethodDescriptionprotected <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 ExecutionContextMethods in software.amazon.awssdk.core.internal.http with parameters of type ExecutionContextModifier and TypeMethodDescriptionAmazonAsyncHttpClient.RequestExecutionBuilder.executionContext(ExecutionContext executionContext) Fluent setter for the execution contextAmazonSyncHttpClient.RequestExecutionBuilder.executionContext(ExecutionContext executionContext) Fluent setter for the execution contextRequestExecutionContext.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 ExecutionContextModifierConstructorDescriptionAsyncAfterTransmissionInterceptorCallingResponseHandler(TransformingAsyncResponseHandler<T> delegate, ExecutionContext context)