default CreateDataCellsFilterResponse |
LakeFormationClient.createDataCellsFilter(Consumer<CreateDataCellsFilterRequest.Builder> createDataCellsFilterRequest) |
Creates a data cell filter to allow one to grant access to certain columns on certain rows.
|
default CreateDataCellsFilterResponse |
LakeFormationClient.createDataCellsFilter(CreateDataCellsFilterRequest createDataCellsFilterRequest) |
Creates a data cell filter to allow one to grant access to certain columns on certain rows.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest) |
Creates an LF-tag with the specified name and values.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(CreateLfTagRequest createLfTagRequest) |
Creates an LF-tag with the specified name and values.
|
default CreateLfTagExpressionResponse |
LakeFormationClient.createLFTagExpression(Consumer<CreateLfTagExpressionRequest.Builder> createLfTagExpressionRequest) |
Creates a new LF-Tag expression with the provided name, description, catalog ID, and expression body.
|
default CreateLfTagExpressionResponse |
LakeFormationClient.createLFTagExpression(CreateLfTagExpressionRequest createLfTagExpressionRequest) |
Creates a new LF-Tag expression with the provided name, description, catalog ID, and expression body.
|
default RegisterResourceResponse |
LakeFormationClient.registerResource(Consumer<RegisterResourceRequest.Builder> registerResourceRequest) |
Registers the resource as managed by the Data Catalog.
|
default RegisterResourceResponse |
LakeFormationClient.registerResource(RegisterResourceRequest registerResourceRequest) |
Registers the resource as managed by the Data Catalog.
|
default UpdateLfTagExpressionResponse |
LakeFormationClient.updateLFTagExpression(Consumer<UpdateLfTagExpressionRequest.Builder> updateLfTagExpressionRequest) |
Updates the name of the LF-Tag expression to the new description and expression body provided.
|
default UpdateLfTagExpressionResponse |
LakeFormationClient.updateLFTagExpression(UpdateLfTagExpressionRequest updateLfTagExpressionRequest) |
Updates the name of the LF-Tag expression to the new description and expression body provided.
|