Uses of Class
software.amazon.awssdk.services.glue.model.LakeFormationConfiguration
-
Packages that use LakeFormationConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LakeFormationConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LakeFormationConfiguration Modifier and Type Method Description LakeFormationConfigurationCrawler. lakeFormationConfiguration()Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.LakeFormationConfigurationCreateCrawlerRequest. lakeFormationConfiguration()Specifies Lake Formation configuration settings for the crawler.LakeFormationConfigurationUpdateCrawlerRequest. lakeFormationConfiguration()Specifies Lake Formation configuration settings for the crawler.Methods in software.amazon.awssdk.services.glue.model with parameters of type LakeFormationConfiguration Modifier and Type Method Description Crawler.BuilderCrawler.Builder. lakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.CreateCrawlerRequest.BuilderCreateCrawlerRequest.Builder. lakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)Specifies Lake Formation configuration settings for the crawler.UpdateCrawlerRequest.BuilderUpdateCrawlerRequest.Builder. lakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)Specifies Lake Formation configuration settings for the crawler.
-