Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetResourceLfTagsResponse
-
Packages that use GetResourceLfTagsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of GetResourceLfTagsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetResourceLfTagsResponse Modifier and Type Method Description default GetResourceLfTagsResponseLakeFormationClient. getResourceLFTags(Consumer<GetResourceLfTagsRequest.Builder> getResourceLfTagsRequest)Returns the LF-tags applied to a resource.default GetResourceLfTagsResponseLakeFormationClient. getResourceLFTags(GetResourceLfTagsRequest getResourceLfTagsRequest)Returns the LF-tags applied to a resource.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetResourceLfTagsResponse Modifier and Type Method Description default CompletableFuture<GetResourceLfTagsResponse>LakeFormationAsyncClient. getResourceLFTags(Consumer<GetResourceLfTagsRequest.Builder> getResourceLfTagsRequest)Returns the LF-tags applied to a resource.default CompletableFuture<GetResourceLfTagsResponse>LakeFormationAsyncClient. getResourceLFTags(GetResourceLfTagsRequest getResourceLfTagsRequest)Returns the LF-tags applied to a resource.
-