Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateLfTagExpressionRequest
-
Packages that use CreateLfTagExpressionRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of CreateLfTagExpressionRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type CreateLfTagExpressionRequest Modifier and Type Method Description default CompletableFuture<CreateLfTagExpressionResponse>LakeFormationAsyncClient. createLFTagExpression(CreateLfTagExpressionRequest createLfTagExpressionRequest)Creates a new LF-Tag expression with the provided name, description, catalog ID, and expression body.default CreateLfTagExpressionResponseLakeFormationClient. createLFTagExpression(CreateLfTagExpressionRequest createLfTagExpressionRequest)Creates a new LF-Tag expression with the provided name, description, catalog ID, and expression body. -
Uses of CreateLfTagExpressionRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type CreateLfTagExpressionRequest Modifier and Type Method Description SdkHttpFullRequestCreateLfTagExpressionRequestMarshaller. marshall(CreateLfTagExpressionRequest createLfTagExpressionRequest)
-