Class DefaultSageMakerFeatureStoreRuntimeAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakerfeaturestoreruntime.auth.scheme.internal.DefaultSageMakerFeatureStoreRuntimeAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,SageMakerFeatureStoreRuntimeAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class DefaultSageMakerFeatureStoreRuntimeAuthSchemeProvider extends Object implements SageMakerFeatureStoreRuntimeAuthSchemeProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultSageMakerFeatureStoreRuntimeAuthSchemeProvidercreate()List<AuthSchemeOption>resolveAuthScheme(SageMakerFeatureStoreRuntimeAuthSchemeParams params)Resolve the auth schemes based on the given set of parameters.-
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.services.sagemakerfeaturestoreruntime.auth.scheme.SageMakerFeatureStoreRuntimeAuthSchemeProvider
resolveAuthScheme
-
-
-
-
Method Detail
-
create
public static DefaultSageMakerFeatureStoreRuntimeAuthSchemeProvider create()
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(SageMakerFeatureStoreRuntimeAuthSchemeParams params)
Description copied from interface:SageMakerFeatureStoreRuntimeAuthSchemeProviderResolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceSageMakerFeatureStoreRuntimeAuthSchemeProvider
-
-