Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateLfTagExpressionResponse
-
Packages that use UpdateLfTagExpressionResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of UpdateLfTagExpressionResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return UpdateLfTagExpressionResponse Modifier and Type Method Description default UpdateLfTagExpressionResponseLakeFormationClient. updateLFTagExpression(Consumer<UpdateLfTagExpressionRequest.Builder> updateLfTagExpressionRequest)Updates the name of the LF-Tag expression to the new description and expression body provided.default UpdateLfTagExpressionResponseLakeFormationClient. updateLFTagExpression(UpdateLfTagExpressionRequest updateLfTagExpressionRequest)Updates the name of the LF-Tag expression to the new description and expression body provided.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type UpdateLfTagExpressionResponse Modifier and Type Method Description default CompletableFuture<UpdateLfTagExpressionResponse>LakeFormationAsyncClient. updateLFTagExpression(Consumer<UpdateLfTagExpressionRequest.Builder> updateLfTagExpressionRequest)Updates the name of the LF-Tag expression to the new description and expression body provided.default CompletableFuture<UpdateLfTagExpressionResponse>LakeFormationAsyncClient. updateLFTagExpression(UpdateLfTagExpressionRequest updateLfTagExpressionRequest)Updates the name of the LF-Tag expression to the new description and expression body provided.
-