Uses of Class
software.amazon.awssdk.services.lakeformation.model.AddLfTagsToResourceRequest
-
Packages that use AddLfTagsToResourceRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of AddLfTagsToResourceRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type AddLfTagsToResourceRequest Modifier and Type Method Description default CompletableFuture<AddLfTagsToResourceResponse>LakeFormationAsyncClient. addLFTagsToResource(AddLfTagsToResourceRequest 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. -
Uses of AddLfTagsToResourceRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type AddLfTagsToResourceRequest Modifier and Type Method Description SdkHttpFullRequestAddLfTagsToResourceRequestMarshaller. marshall(AddLfTagsToResourceRequest addLfTagsToResourceRequest)
-