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