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