Uses of Interface
software.amazon.awssdk.core.interceptor.Context.BeforeUnmarshalling
-
Packages that use Context.BeforeUnmarshalling Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.BeforeUnmarshalling in software.amazon.awssdk.core.interceptor
Subinterfaces of Context.BeforeUnmarshalling 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.static interfaceContext.AfterUnmarshallingThe state of the execution when theExecutionInterceptor.afterUnmarshalling(software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceContext.ModifyResponseThe 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.BeforeUnmarshalling 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.BeforeUnmarshalling Modifier and Type Method Description default voidExecutionInterceptor. beforeUnmarshalling(Context.BeforeUnmarshalling context, ExecutionAttributes executionAttributes)Read the finalized HTTP response as it will be given to the unmarshaller to be converted into anSdkResponse.voidExecutionInterceptorChain. beforeUnmarshalling(Context.BeforeUnmarshalling context, ExecutionAttributes executionAttributes)
-