Uses of Interface
software.amazon.awssdk.services.appconfig.auth.scheme.AppConfigAuthSchemeParams
-
Packages that use AppConfigAuthSchemeParams Package Description software.amazon.awssdk.services.appconfig.auth.scheme software.amazon.awssdk.services.appconfig.auth.scheme.internal -
-
Uses of AppConfigAuthSchemeParams in software.amazon.awssdk.services.appconfig.auth.scheme
Methods in software.amazon.awssdk.services.appconfig.auth.scheme that return AppConfigAuthSchemeParams Modifier and Type Method Description AppConfigAuthSchemeParamsAppConfigAuthSchemeParams.Builder. build()Returns aAppConfigAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.appconfig.auth.scheme with parameters of type AppConfigAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>AppConfigAuthSchemeProvider. resolveAuthScheme(AppConfigAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of AppConfigAuthSchemeParams in software.amazon.awssdk.services.appconfig.auth.scheme.internal
Classes in software.amazon.awssdk.services.appconfig.auth.scheme.internal that implement AppConfigAuthSchemeParams Modifier and Type Class Description classDefaultAppConfigAuthSchemeParamsMethods in software.amazon.awssdk.services.appconfig.auth.scheme.internal with parameters of type AppConfigAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultAppConfigAuthSchemeProvider. resolveAuthScheme(AppConfigAuthSchemeParams params)
-