Uses of Interface
software.amazon.awssdk.core.interceptor.Context.FailedExecution
Packages that use Context.FailedExecution
Package
Description
-
Uses of Context.FailedExecution in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.FailedExecutionModifier and TypeMethodDescriptiondefault 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.FailedExecutionModifier and TypeClassDescriptionclassAn SDK-internal implementation ofContext.FailedExecution.