Uses of Class
software.amazon.awssdk.services.lakeformation.model.ListLfTagsRequest
-
Packages that use ListLfTagsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators software.amazon.awssdk.services.lakeformation.transform -
-
Uses of ListLfTagsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type ListLfTagsRequest Modifier and Type Method Description default CompletableFuture<ListLfTagsResponse>LakeFormationAsyncClient. listLFTags(ListLfTagsRequest listLfTagsRequest)Lists LF-tags that the requester has permission to view.default ListLfTagsResponseLakeFormationClient. listLFTags(ListLfTagsRequest listLfTagsRequest)Lists LF-tags that the requester has permission to view.default ListLFTagsPublisherLakeFormationAsyncClient. listLFTagsPaginator(ListLfTagsRequest listLfTagsRequest)This is a variant ofLakeFormationAsyncClient.listLFTags(software.amazon.awssdk.services.lakeformation.model.ListLfTagsRequest)operation.default ListLFTagsIterableLakeFormationClient. listLFTagsPaginator(ListLfTagsRequest listLfTagsRequest)This is a variant ofLakeFormationClient.listLFTags(software.amazon.awssdk.services.lakeformation.model.ListLfTagsRequest)operation. -
Uses of ListLfTagsRequest in software.amazon.awssdk.services.lakeformation.paginators
Constructors in software.amazon.awssdk.services.lakeformation.paginators with parameters of type ListLfTagsRequest Constructor Description ListLFTagsIterable(LakeFormationClient client, ListLfTagsRequest firstRequest)ListLFTagsPublisher(LakeFormationAsyncClient client, ListLfTagsRequest firstRequest) -
Uses of ListLfTagsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type ListLfTagsRequest Modifier and Type Method Description SdkHttpFullRequestListLfTagsRequestMarshaller. marshall(ListLfTagsRequest listLfTagsRequest)
-