Class CloudWatchLogsResolveEndpointInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.endpoints.internal.CloudWatchLogsResolveEndpointInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchLogsResolveEndpointInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description CloudWatchLogsResolveEndpointInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpRequest
modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
SdkRequest
modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
static CloudWatchLogsEndpointParams
ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpResponse, modifyHttpResponseContent, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyRequest
public SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyRequest
in interfaceExecutionInterceptor
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpRequest
in interfaceExecutionInterceptor
-
ruleParams
public static CloudWatchLogsEndpointParams ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-
-