Uses of Class
software.amazon.awssdk.services.lakeformation.model.DataLakeSettings
-
Packages that use DataLakeSettings Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DataLakeSettings in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DataLakeSettings Modifier and Type Method Description DataLakeSettingsGetDataLakeSettingsResponse. dataLakeSettings()A structure representing a list of Lake Formation principals designated as data lake administrators.DataLakeSettingsPutDataLakeSettingsRequest. dataLakeSettings()A structure representing a list of Lake Formation principals designated as data lake administrators.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type DataLakeSettings Modifier and Type Method Description GetDataLakeSettingsResponse.BuilderGetDataLakeSettingsResponse.Builder. dataLakeSettings(DataLakeSettings dataLakeSettings)A structure representing a list of Lake Formation principals designated as data lake administrators.PutDataLakeSettingsRequest.BuilderPutDataLakeSettingsRequest.Builder. dataLakeSettings(DataLakeSettings dataLakeSettings)A structure representing a list of Lake Formation principals designated as data lake administrators.
-