Uses of Interface
software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling
Packages that use Context.AfterUnmarshalling
-
Uses of Context.AfterUnmarshalling in software.amazon.awssdk.core.interceptor
Subinterfaces of Context.AfterUnmarshalling in software.amazon.awssdk.core.interceptorModifier and TypeInterfaceDescriptionstatic interfaceThe state of the execution when theExecutionInterceptor.afterExecution(software.amazon.awssdk.core.interceptor.Context.AfterExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceThe state of the execution when theExecutionInterceptor.modifyResponse(software.amazon.awssdk.core.interceptor.Context.ModifyResponse, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.Classes in software.amazon.awssdk.core.interceptor that implement Context.AfterUnmarshallingModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.AfterUnmarshallingModifier and TypeMethodDescriptiondefault voidExecutionInterceptor.afterUnmarshalling(Context.AfterUnmarshalling context, ExecutionAttributes executionAttributes) Read theSdkResponseas it was returned by the unmarshaller, before it is modified by other interceptors.voidExecutionInterceptorChain.afterUnmarshalling(Context.AfterUnmarshalling context, ExecutionAttributes executionAttributes)