Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetLfTagResponse
-
Packages that use GetLfTagResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of GetLfTagResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetLfTagResponse Modifier and Type Method Description default GetLfTagResponseLakeFormationClient. getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)Returns an LF-tag definition.default GetLfTagResponseLakeFormationClient. getLFTag(GetLfTagRequest getLfTagRequest)Returns an LF-tag definition.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetLfTagResponse Modifier and Type Method Description default CompletableFuture<GetLfTagResponse>LakeFormationAsyncClient. getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)Returns an LF-tag definition.default CompletableFuture<GetLfTagResponse>LakeFormationAsyncClient. getLFTag(GetLfTagRequest getLfTagRequest)Returns an LF-tag definition.
-