Packages

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
ExecutionInterceptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwsSdkClientExecutionInterceptor
  2. ExecutionInterceptor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AwsSdkClientExecutionInterceptor()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterExecution(context: AfterExecution, executionAttributes: ExecutionAttributes): Unit
    Definition Classes
    AwsSdkClientExecutionInterceptor → ExecutionInterceptor
  5. def afterMarshalling(context: AfterMarshalling, executionAttributes: ExecutionAttributes): Unit
    Definition Classes
    AwsSdkClientExecutionInterceptor → ExecutionInterceptor
  6. def afterTransmission(arg0: AfterTransmission, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  7. def afterUnmarshalling(arg0: AfterUnmarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def beforeExecution(arg0: BeforeExecution, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  10. def beforeMarshalling(arg0: BeforeMarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  11. def beforeTransmission(arg0: BeforeTransmission, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  12. def beforeUnmarshalling(arg0: BeforeUnmarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def modifyAsyncHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[AsyncRequestBody]
    Definition Classes
    ExecutionInterceptor
  21. def modifyAsyncHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[Publisher[ByteBuffer]]
    Definition Classes
    ExecutionInterceptor
  22. def modifyException(arg0: FailedExecution, arg1: ExecutionAttributes): Throwable
    Definition Classes
    ExecutionInterceptor
  23. def modifyHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[RequestBody]
    Definition Classes
    ExecutionInterceptor
  24. def modifyHttpRequest(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): SdkHttpRequest
    Definition Classes
    ExecutionInterceptor
  25. def modifyHttpResponse(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): SdkHttpResponse
    Definition Classes
    ExecutionInterceptor
  26. def modifyHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[InputStream]
    Definition Classes
    ExecutionInterceptor
  27. def modifyRequest(arg0: ModifyRequest, arg1: ExecutionAttributes): SdkRequest
    Definition Classes
    ExecutionInterceptor
  28. def modifyResponse(arg0: ModifyResponse, arg1: ExecutionAttributes): SdkResponse
    Definition Classes
    ExecutionInterceptor
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def onExecutionFailure(context: FailedExecution, executionAttributes: ExecutionAttributes): Unit
    Definition Classes
    AwsSdkClientExecutionInterceptor → ExecutionInterceptor
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ExecutionInterceptor

Inherited from AnyRef

Inherited from Any

Ungrouped