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