Uses of Class
software.amazon.awssdk.services.lakeformation.model.ColumnLFTag
-
Packages that use ColumnLFTag Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ColumnLFTag in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ColumnLFTag Modifier and Type Method Description List<ColumnLFTag>GetResourceLfTagsResponse. lfTagsOnColumns()A list of LF-tags applied to a column resource.List<ColumnLFTag>TaggedTable. lfTagsOnColumns()A list of LF-tags attached to columns in the table.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type ColumnLFTag Modifier and Type Method Description GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)A list of LF-tags applied to a column resource.TaggedTable.BuilderTaggedTable.Builder. lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)A list of LF-tags attached to columns in the table.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type ColumnLFTag Modifier and Type Method Description GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)A list of LF-tags applied to a column resource.TaggedTable.BuilderTaggedTable.Builder. lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)A list of LF-tags attached to columns in the table.
-