@Generated(value="software.amazon.awssdk:codegen") public interface BatchAuthSchemeProvider extends AuthSchemeProvider
BatchAuthSchemeParams, and resolves a list of AuthSchemeOption based on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static BatchAuthSchemeProvider |
defaultProvider()
Get the default auth scheme provider.
|
List<AuthSchemeOption> |
resolveAuthScheme(BatchAuthSchemeParams authSchemeParams)
Resolve the auth schemes based on the given set of parameters.
|
default List<AuthSchemeOption> |
resolveAuthScheme(Consumer<BatchAuthSchemeParams.Builder> consumer)
Resolve the auth schemes based on the given set of parameters.
|
List<AuthSchemeOption> resolveAuthScheme(BatchAuthSchemeParams authSchemeParams)
default List<AuthSchemeOption> resolveAuthScheme(Consumer<BatchAuthSchemeParams.Builder> consumer)
static BatchAuthSchemeProvider defaultProvider()
Copyright © 2023. All rights reserved.