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