Uses of Class
software.amazon.awssdk.services.lakeformation.model.DeleteLfTagResponse
-
Packages that use DeleteLfTagResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of DeleteLfTagResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return DeleteLfTagResponse Modifier and Type Method Description default DeleteLfTagResponseLakeFormationClient. deleteLFTag(Consumer<DeleteLfTagRequest.Builder> deleteLfTagRequest)Deletes the specified LF-tag given a key name.default DeleteLfTagResponseLakeFormationClient. deleteLFTag(DeleteLfTagRequest deleteLfTagRequest)Deletes the specified LF-tag given a key name.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type DeleteLfTagResponse Modifier and Type Method Description default CompletableFuture<DeleteLfTagResponse>LakeFormationAsyncClient. deleteLFTag(Consumer<DeleteLfTagRequest.Builder> deleteLfTagRequest)Deletes the specified LF-tag given a key name.default CompletableFuture<DeleteLfTagResponse>LakeFormationAsyncClient. deleteLFTag(DeleteLfTagRequest deleteLfTagRequest)Deletes the specified LF-tag given a key name.
-