Class SageMakerRuntimeAuthSchemeInterceptor
- java.lang.Object
- 
- software.amazon.awssdk.services.sagemakerruntime.auth.scheme.internal.SageMakerRuntimeAuthSchemeInterceptor
 
- 
- All Implemented Interfaces:
- ExecutionInterceptor
 
 @Generated("software.amazon.awssdk:codegen") public final class SageMakerRuntimeAuthSchemeInterceptor extends Object implements ExecutionInterceptor 
- 
- 
Constructor SummaryConstructors Constructor Description SageMakerRuntimeAuthSchemeInterceptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeExecution(Context.BeforeExecution context, ExecutionAttributes executionAttributes)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptorafterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
 
- 
 
- 
- 
- 
Method Detail- 
beforeExecutionpublic void beforeExecution(Context.BeforeExecution context, ExecutionAttributes executionAttributes) - Specified by:
- beforeExecutionin interface- ExecutionInterceptor
 
 
- 
 
-