public class RandomIdInterceptor extends Object implements ExecutionInterceptor
| Constructor and Description |
|---|
RandomIdInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
SdkRequest |
modifyRequest(Context.ModifyRequest context,
ExecutionAttributes executionAttributes)
Modify an
SdkRequest given to a service client before it is marshalled into an SdkHttpFullRequest. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyHttpRequest, modifyHttpResponse, modifyResponse, onExecutionFailurepublic SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
ExecutionInterceptorSdkRequest given to a service client before it is marshalled into an SdkHttpFullRequest.modifyRequest in interface ExecutionInterceptorcontext - The current state of the execution, including the current SDK request from the service client call.executionAttributes - A mutable set of attributes scoped to one specific request/response cycle that can be used to
give data to future lifecycle methods.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.