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