Uses of Class
software.amazon.awssdk.services.lakeformation.model.CreateLfTagResponse
-
Packages that use CreateLfTagResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of CreateLfTagResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return CreateLfTagResponse Modifier and Type Method Description default CreateLfTagResponseLakeFormationClient. createLFTag(Consumer<CreateLfTagRequest.Builder> 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.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type CreateLfTagResponse Modifier and Type Method Description default CompletableFuture<CreateLfTagResponse>LakeFormationAsyncClient. createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest)Creates an LF-tag with the specified name and values.default CompletableFuture<CreateLfTagResponse>LakeFormationAsyncClient. createLFTag(CreateLfTagRequest createLfTagRequest)Creates an LF-tag with the specified name and values.
-