Package software.amazon.awssdk.core.http
Class ExecutionContext
java.lang.Object
software.amazon.awssdk.core.http.ExecutionContext
- All Implemented Interfaces:
ToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>
@NotThreadSafe
@SdkProtectedApi
public final class ExecutionContext
extends Object
implements ToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutionContext.Builderbuilder()interceptorContext(InterceptorContext interceptorContext) signer()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
-
interceptorContext
-
interceptorContext
-
interceptorChain
-
executionAttributes
-
signer
-
metricCollector
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionContext.Builder,ExecutionContext>
-