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