Uses of Class
software.amazon.awssdk.services.lakeformation.model.RemoveLfTagsFromResourceResponse
-
Packages that use RemoveLfTagsFromResourceResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of RemoveLfTagsFromResourceResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return RemoveLfTagsFromResourceResponse Modifier and Type Method Description default RemoveLfTagsFromResourceResponseLakeFormationClient. removeLFTagsFromResource(Consumer<RemoveLfTagsFromResourceRequest.Builder> removeLfTagsFromResourceRequest)Removes an LF-tag from the resource.default RemoveLfTagsFromResourceResponseLakeFormationClient. removeLFTagsFromResource(RemoveLfTagsFromResourceRequest removeLfTagsFromResourceRequest)Removes an LF-tag from the resource.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type RemoveLfTagsFromResourceResponse Modifier and Type Method Description default CompletableFuture<RemoveLfTagsFromResourceResponse>LakeFormationAsyncClient. removeLFTagsFromResource(Consumer<RemoveLfTagsFromResourceRequest.Builder> removeLfTagsFromResourceRequest)Removes an LF-tag from the resource.default CompletableFuture<RemoveLfTagsFromResourceResponse>LakeFormationAsyncClient. removeLFTagsFromResource(RemoveLfTagsFromResourceRequest removeLfTagsFromResourceRequest)Removes an LF-tag from the resource.
-