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