class AwsSdkClientExecutionInterceptor extends ExecutionInterceptor
Execution Interceptor for the AWS Java SDK Version 2.x
Bare-bones interceptor that creates Spans for all client requests made with the AWS SDK. There is no need to add this interceptor by hand anywhere, the AWS SDK will pick it up automatically from the classpath because it is included in the "software/amazon/awssdk/global/handlers/execution.interceptors" file shipped with this module.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AwsSdkClientExecutionInterceptor
- ExecutionInterceptor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AwsSdkClientExecutionInterceptor()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def afterExecution(context: AfterExecution, executionAttributes: ExecutionAttributes): Unit
- Definition Classes
- AwsSdkClientExecutionInterceptor → ExecutionInterceptor
- def afterMarshalling(context: AfterMarshalling, executionAttributes: ExecutionAttributes): Unit
- Definition Classes
- AwsSdkClientExecutionInterceptor → ExecutionInterceptor
- def afterTransmission(arg0: AfterTransmission, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- def afterUnmarshalling(arg0: AfterUnmarshalling, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeExecution(arg0: BeforeExecution, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- def beforeMarshalling(arg0: BeforeMarshalling, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- def beforeTransmission(arg0: BeforeTransmission, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- def beforeUnmarshalling(arg0: BeforeUnmarshalling, arg1: ExecutionAttributes): Unit
- Definition Classes
- ExecutionInterceptor
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modifyAsyncHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[AsyncRequestBody]
- Definition Classes
- ExecutionInterceptor
- def modifyAsyncHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[Publisher[ByteBuffer]]
- Definition Classes
- ExecutionInterceptor
- def modifyException(arg0: FailedExecution, arg1: ExecutionAttributes): Throwable
- Definition Classes
- ExecutionInterceptor
- def modifyHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[RequestBody]
- Definition Classes
- ExecutionInterceptor
- def modifyHttpRequest(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): SdkHttpRequest
- Definition Classes
- ExecutionInterceptor
- def modifyHttpResponse(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): SdkHttpResponse
- Definition Classes
- ExecutionInterceptor
- def modifyHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[InputStream]
- Definition Classes
- ExecutionInterceptor
- def modifyRequest(arg0: ModifyRequest, arg1: ExecutionAttributes): SdkRequest
- Definition Classes
- ExecutionInterceptor
- def modifyResponse(arg0: ModifyResponse, arg1: ExecutionAttributes): SdkResponse
- Definition Classes
- ExecutionInterceptor
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onExecutionFailure(context: FailedExecution, executionAttributes: ExecutionAttributes): Unit
- Definition Classes
- AwsSdkClientExecutionInterceptor → ExecutionInterceptor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()