Uses of Class
software.amazon.awssdk.services.lakeformation.model.TaggedTable
-
Packages that use TaggedTable Package Description software.amazon.awssdk.services.lakeformation.model software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of TaggedTable in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TaggedTable Modifier and Type Method Description List<TaggedTable>SearchTablesByLfTagsResponse. tableList()A list of tables that meet the LF-tag conditions.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type TaggedTable Modifier and Type Method Description SearchTablesByLfTagsResponse.BuilderSearchTablesByLfTagsResponse.Builder. tableList(TaggedTable... tableList)A list of tables that meet the LF-tag conditions.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type TaggedTable Modifier and Type Method Description SearchTablesByLfTagsResponse.BuilderSearchTablesByLfTagsResponse.Builder. tableList(Collection<TaggedTable> tableList)A list of tables that meet the LF-tag conditions. -
Uses of TaggedTable in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type TaggedTable Modifier and Type Method Description SdkIterable<TaggedTable>SearchTablesByLFTagsIterable. tableList()Returns an iterable to iterate through the paginatedSearchTablesByLfTagsResponse.tableList()member.SdkPublisher<TaggedTable>SearchTablesByLFTagsPublisher. tableList()Returns a publisher that can be used to get a stream of data.
-