Uses of Class
software.amazon.awssdk.services.lakeformation.model.AddLfTagsToResourceResponse
-
Packages that use AddLfTagsToResourceResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of AddLfTagsToResourceResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return AddLfTagsToResourceResponse Modifier and Type Method Description default AddLfTagsToResourceResponseLakeFormationClient. addLFTagsToResource(Consumer<AddLfTagsToResourceRequest.Builder> addLfTagsToResourceRequest)Attaches one or more LF-tags to an existing resource.default AddLfTagsToResourceResponseLakeFormationClient. addLFTagsToResource(AddLfTagsToResourceRequest addLfTagsToResourceRequest)Attaches one or more LF-tags to an existing resource.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type AddLfTagsToResourceResponse Modifier and Type Method Description default CompletableFuture<AddLfTagsToResourceResponse>LakeFormationAsyncClient. addLFTagsToResource(Consumer<AddLfTagsToResourceRequest.Builder> addLfTagsToResourceRequest)Attaches one or more LF-tags to an existing resource.default CompletableFuture<AddLfTagsToResourceResponse>LakeFormationAsyncClient. addLFTagsToResource(AddLfTagsToResourceRequest addLfTagsToResourceRequest)Attaches one or more LF-tags to an existing resource.
-