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