Uses of Interface
software.amazon.awssdk.core.interceptor.Context.FailedExecution
-
Packages that use Context.FailedExecution Package Description software.amazon.awssdk.core.interceptor software.amazon.awssdk.core.internal.interceptor -
-
Uses of Context.FailedExecution in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.FailedExecution Modifier and Type Method Description default ThrowableExecutionInterceptor. modifyException(Context.FailedExecution context, ExecutionAttributes executionAttributes)Modify the exception before it is thrown.default voidExecutionInterceptor. onExecutionFailure(Context.FailedExecution context, ExecutionAttributes executionAttributes)Invoked when any error happens during an execution that prevents the request from succeeding.voidExecutionInterceptorChain. onExecutionFailure(Context.FailedExecution context, ExecutionAttributes executionAttributes) -
Uses of Context.FailedExecution in software.amazon.awssdk.core.internal.interceptor
Classes in software.amazon.awssdk.core.internal.interceptor that implement Context.FailedExecution Modifier and Type Class Description classDefaultFailedExecutionContextAn SDK-internal implementation ofContext.FailedExecution.
-