Interface BedrockDataAutomationRuntimeAuthSchemeProvider
- All Superinterfaces:
AuthSchemeProvider
- All Known Implementing Classes:
DefaultBedrockDataAutomationRuntimeAuthSchemeProvider
,PreferredBedrockDataAutomationRuntimeAuthSchemeProvider
@Generated("software.amazon.awssdk:codegen")
public interface BedrockDataAutomationRuntimeAuthSchemeProvider
extends AuthSchemeProvider
An auth scheme provider for BedrockDataAutomationRuntime service. The auth scheme provider takes a set of parameters
using
BedrockDataAutomationRuntimeAuthSchemeParams
, and resolves a list of AuthSchemeOption
based on
the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionGet the default auth scheme provider.defaultProvider
(List<String> authSchemePreference) Get the default auth scheme provider the preferred auth schemes in order of preference.default List
<AuthSchemeOption> Resolve the auth schemes based on the given set of parameters.resolveAuthScheme
(BedrockDataAutomationRuntimeAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters.
-
Method Details
-
resolveAuthScheme
List<AuthSchemeOption> resolveAuthScheme(BedrockDataAutomationRuntimeAuthSchemeParams authSchemeParams) Resolve the auth schemes based on the given set of parameters. -
resolveAuthScheme
default List<AuthSchemeOption> resolveAuthScheme(Consumer<BedrockDataAutomationRuntimeAuthSchemeParams.Builder> consumer) Resolve the auth schemes based on the given set of parameters. -
defaultProvider
Get the default auth scheme provider. -
defaultProvider
static BedrockDataAutomationRuntimeAuthSchemeProvider defaultProvider(List<String> authSchemePreference) Get the default auth scheme provider the preferred auth schemes in order of preference.
-