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