public interface AWSAuditEventCallbacks
extends software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Thread.interrupt() called to
redeclare the thread as interrupted. The AWS SDK will
detect this and raise an exception.
Look at the documentation for
ExecutionInterceptor for details
on the callbacks.| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
Get the name of the operation.
|
String |
getSpanId()
Return a span ID which must be unique for all spans within
everywhere.
|
default void |
requestCreated(software.amazon.awssdk.core.SdkRequest.Builder builder)
Callback when a request is created in the S3A code.
|
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailureString getSpanId()
String getOperationName()
default void requestCreated(software.amazon.awssdk.core.SdkRequest.Builder builder)
RequestFactoryImpl after
each request is created.
It is not invoked on any AWS requests created in the SDK.
Avoid raising exceptions or talking to any remote service;
this callback is for annotation rather than validation.builder - the request builder.Copyright © 2008–2024 Apache Software Foundation. All rights reserved.