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