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