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