Uses of Class
software.amazon.awssdk.services.lakeformation.model.PutDataLakeSettingsRequest
-
Packages that use PutDataLakeSettingsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of PutDataLakeSettingsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type PutDataLakeSettingsRequest Modifier and Type Method Description default CompletableFuture<PutDataLakeSettingsResponse>LakeFormationAsyncClient. putDataLakeSettings(PutDataLakeSettingsRequest putDataLakeSettingsRequest)Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation.default PutDataLakeSettingsResponseLakeFormationClient. putDataLakeSettings(PutDataLakeSettingsRequest putDataLakeSettingsRequest)Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. -
Uses of PutDataLakeSettingsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type PutDataLakeSettingsRequest Modifier and Type Method Description SdkHttpFullRequestPutDataLakeSettingsRequestMarshaller. marshall(PutDataLakeSettingsRequest putDataLakeSettingsRequest)
-