Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyResponse
-
Packages that use Context.ModifyResponse Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.ModifyResponse in software.amazon.awssdk.core.interceptor
Subinterfaces of Context.ModifyResponse in software.amazon.awssdk.core.interceptor Modifier and Type Interface Description static interfaceContext.AfterExecutionThe state of the execution when theExecutionInterceptor.afterExecution(software.amazon.awssdk.core.interceptor.Context.AfterExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.Classes in software.amazon.awssdk.core.interceptor that implement Context.ModifyResponse Modifier and Type Class Description classInterceptorContextAn SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.ModifyResponse Modifier and Type Method Description default SdkResponseExecutionInterceptor. modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)Modify theSdkResponsebefore it is returned by the client.
-