Class PreferredBedrockDataAutomationRuntimeAuthSchemeProvider
java.lang.Object
software.amazon.awssdk.services.bedrockdataautomationruntime.auth.scheme.internal.PreferredBedrockDataAutomationRuntimeAuthSchemeProvider
- All Implemented Interfaces:
AuthSchemeProvider,BedrockDataAutomationRuntimeAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class PreferredBedrockDataAutomationRuntimeAuthSchemeProvider
extends Object
implements BedrockDataAutomationRuntimeAuthSchemeProvider
-
Constructor Summary
ConstructorsConstructorDescriptionPreferredBedrockDataAutomationRuntimeAuthSchemeProvider(BedrockDataAutomationRuntimeAuthSchemeProvider delegate, List<String> authSchemePreference) -
Method Summary
Modifier and TypeMethodDescriptionResolve the auth schemes based on the given set of parameters.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomationruntime.auth.scheme.BedrockDataAutomationRuntimeAuthSchemeProvider
resolveAuthScheme
-
Constructor Details
-
PreferredBedrockDataAutomationRuntimeAuthSchemeProvider
public PreferredBedrockDataAutomationRuntimeAuthSchemeProvider(BedrockDataAutomationRuntimeAuthSchemeProvider delegate, List<String> authSchemePreference)
-
-
Method Details
-
resolveAuthScheme
public List<AuthSchemeOption> resolveAuthScheme(BedrockDataAutomationRuntimeAuthSchemeParams params) Resolve the auth schemes based on the given set of parameters.- Specified by:
resolveAuthSchemein interfaceBedrockDataAutomationRuntimeAuthSchemeProvider
-