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