Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyHttpResponse
Packages that use Context.ModifyHttpResponse
Package
Description
-
Uses of Context.ModifyHttpResponse in software.amazon.awssdk.core.interceptor
Subinterfaces of Context.ModifyHttpResponse 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.afterUnmarshalling(software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceThe state of the execution when theExecutionInterceptor.beforeUnmarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeUnmarshalling, 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.ModifyHttpResponseModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.ModifyHttpResponseModifier and TypeMethodDescriptiondefault Optional<org.reactivestreams.Publisher<ByteBuffer>>ExecutionInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes) Modify theSdkHttpFullRequestbefore it is unmarshalled into anSdkResponse.default SdkHttpResponseExecutionInterceptor.modifyHttpResponse(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes) Modify theSdkHttpFullRequestbefore it is unmarshalled into anSdkResponse.default Optional<InputStream>ExecutionInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes) Modify theSdkHttpFullRequestbefore it is unmarshalled into anSdkResponse. -
Uses of Context.ModifyHttpResponse in software.amazon.awssdk.core.internal.interceptor
Methods in software.amazon.awssdk.core.internal.interceptor with parameters of type Context.ModifyHttpResponseModifier and TypeMethodDescriptionOptional<org.reactivestreams.Publisher<ByteBuffer>>HttpChecksumValidationInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes) HttpChecksumValidationInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)