Uses of Interface
software.amazon.awssdk.services.lakeformation.auth.scheme.LakeFormationAuthSchemeProvider
-
-
Uses of LakeFormationAuthSchemeProvider in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return LakeFormationAuthSchemeProvider Modifier and Type Method Description LakeFormationAuthSchemeProviderLakeFormationServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerLakeFormationAuthSchemeProviderLakeFormationServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.lakeformation with parameters of type LakeFormationAuthSchemeProvider Modifier and Type Method Description default BLakeFormationBaseClientBuilder. authSchemeProvider(LakeFormationAuthSchemeProvider authSchemeProvider)Set theLakeFormationAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.LakeFormationServiceClientConfiguration.BuilderLakeFormationServiceClientConfiguration.Builder. authSchemeProvider(LakeFormationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of LakeFormationAuthSchemeProvider in software.amazon.awssdk.services.lakeformation.auth.scheme
Methods in software.amazon.awssdk.services.lakeformation.auth.scheme that return LakeFormationAuthSchemeProvider Modifier and Type Method Description static LakeFormationAuthSchemeProviderLakeFormationAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of LakeFormationAuthSchemeProvider in software.amazon.awssdk.services.lakeformation.auth.scheme.internal
Classes in software.amazon.awssdk.services.lakeformation.auth.scheme.internal that implement LakeFormationAuthSchemeProvider Modifier and Type Class Description classDefaultLakeFormationAuthSchemeProvider -
Uses of LakeFormationAuthSchemeProvider in software.amazon.awssdk.services.lakeformation.internal
Methods in software.amazon.awssdk.services.lakeformation.internal that return LakeFormationAuthSchemeProvider Modifier and Type Method Description LakeFormationAuthSchemeProviderLakeFormationServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.lakeformation.internal with parameters of type LakeFormationAuthSchemeProvider Modifier and Type Method Description LakeFormationServiceClientConfiguration.BuilderLakeFormationServiceClientConfigurationBuilder. authSchemeProvider(LakeFormationAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-