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