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
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()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
equals, 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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ExecutionContext.Builder,ExecutionContext> - Returns:
 - a builder for type T
 
 
 -