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