Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyHttpResponse
-
Packages that use Context.ModifyHttpResponse Package Description software.amazon.awssdk.core.interceptor software.amazon.awssdk.core.internal.interceptor -
-
Uses of Context.ModifyHttpResponse in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.ModifyHttpResponse 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.ModifyHttpResponse Modifier and Type Method Description default 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.ModifyHttpResponse Modifier and Type Method Description Optional<org.reactivestreams.Publisher<ByteBuffer>>HttpChecksumValidationInterceptor. modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)Optional<InputStream>HttpChecksumValidationInterceptor. modifyHttpResponseContent(Context.ModifyHttpResponse context, ExecutionAttributes executionAttributes)
-