Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ListLfTagsRequest.Builder
-
Packages that use ListLfTagsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of ListLfTagsRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type ListLfTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListLfTagsResponse>LakeFormationAsyncClient. listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)Lists LF-tags that the requester has permission to view.default ListLfTagsResponseLakeFormationClient. listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)Lists LF-tags that the requester has permission to view.default ListLFTagsPublisherLakeFormationAsyncClient. listLFTagsPaginator(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)Lists LF-tags that the requester has permission to view.default ListLFTagsIterableLakeFormationClient. listLFTagsPaginator(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)Lists LF-tags that the requester has permission to view. -
Uses of ListLfTagsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ListLfTagsRequest.Builder Modifier and Type Method Description static ListLfTagsRequest.BuilderListLfTagsRequest. builder()ListLfTagsRequest.BuilderListLfTagsRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.ListLfTagsRequest.BuilderListLfTagsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListLfTagsRequest.BuilderListLfTagsRequest.Builder. nextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.ListLfTagsRequest.BuilderListLfTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLfTagsRequest.BuilderListLfTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLfTagsRequest.BuilderListLfTagsRequest.Builder. resourceShareType(String resourceShareType)If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view.ListLfTagsRequest.BuilderListLfTagsRequest.Builder. resourceShareType(ResourceShareType resourceShareType)If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view.ListLfTagsRequest.BuilderListLfTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ListLfTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListLfTagsRequest.Builder>ListLfTagsRequest. serializableBuilderClass()
-