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