Class PreferredOutpostsAuthSchemeProvider
- java.lang.Object
-
- software.amazon.awssdk.services.outposts.auth.scheme.internal.PreferredOutpostsAuthSchemeProvider
-
- All Implemented Interfaces:
AuthSchemeProvider,OutpostsAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen") public final class PreferredOutpostsAuthSchemeProvider extends Object implements OutpostsAuthSchemeProvider
-
-
Constructor Summary
Constructors Constructor Description PreferredOutpostsAuthSchemeProvider(OutpostsAuthSchemeProvider delegate, List<String> authSchemePreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthSchemeOption>resolveAuthScheme(OutpostsAuthSchemeParams 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.outposts.auth.scheme.OutpostsAuthSchemeProvider
resolveAuthScheme
-
-
-
-
Constructor Detail
-
PreferredOutpostsAuthSchemeProvider
public PreferredOutpostsAuthSchemeProvider(OutpostsAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Detail
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(OutpostsAuthSchemeParams params)
Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceOutpostsAuthSchemeProvider
-
-