Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateLfTagRequest
-
Packages that use CreateLfTagRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of CreateLfTagRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type CreateLfTagRequest Modifier and Type Method Description default CompletableFuture<CreateLfTagResponse>LakeFormationAsyncClient. createLFTag(CreateLfTagRequest createLfTagRequest)Creates an LF-tag with the specified name and values.default CreateLfTagResponseLakeFormationClient. createLFTag(CreateLfTagRequest createLfTagRequest)Creates an LF-tag with the specified name and values. -
Uses of CreateLfTagRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type CreateLfTagRequest Modifier and Type Method Description SdkHttpFullRequestCreateLfTagRequestMarshaller. marshall(CreateLfTagRequest createLfTagRequest)
-