Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyRequest
Packages that use Context.ModifyRequest
-
Uses of Context.ModifyRequest in software.amazon.awssdk.core.interceptor
Subinterfaces of Context.ModifyRequest 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.afterMarshalling(software.amazon.awssdk.core.interceptor.Context.AfterMarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceThe state of the execution when theExecutionInterceptor.afterTransmission(software.amazon.awssdk.core.interceptor.Context.AfterTransmission, 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.beforeMarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeMarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceThe state of the execution when theExecutionInterceptor.beforeTransmission(software.amazon.awssdk.core.interceptor.Context.BeforeTransmission, 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.modifyHttpRequest(software.amazon.awssdk.core.interceptor.Context.ModifyHttpRequest, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.static interfaceThe state of the execution when theExecutionInterceptor.modifyHttpResponse(software.amazon.awssdk.core.interceptor.Context.ModifyHttpResponse, 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.ModifyRequestModifier and TypeClassDescriptionfinal classAn SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.ModifyRequestModifier and TypeMethodDescriptiondefault SdkRequestExecutionInterceptor.modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes) Modify anSdkRequestgiven to a service client before it is marshalled into anSdkHttpFullRequest.