Uses of Class
software.amazon.awssdk.services.lakeformation.model.LFTagPair
-
Packages that use LFTagPair Package Description software.amazon.awssdk.services.lakeformation.model software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of LFTagPair in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return LFTagPair Modifier and Type Method Description LFTagPairLFTagError. lfTag()The key-name of the LF-tag.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagPair Modifier and Type Method Description List<LFTagPair>GetResourceLfTagsResponse. lfTagOnDatabase()A list of LF-tags applied to a database resource.List<LFTagPair>TaggedTable. lfTagOnDatabase()A list of LF-tags attached to the database where the table resides.List<LFTagPair>AddLfTagsToResourceRequest. lfTags()The LF-tags to attach to the resource.List<LFTagPair>ColumnLFTag. lfTags()The LF-tags attached to a column resource.List<LFTagPair>ListLfTagsResponse. lfTags()A list of LF-tags that the requested has permission to view.List<LFTagPair>RemoveLfTagsFromResourceRequest. lfTags()The LF-tags to be removed from the resource.List<LFTagPair>TaggedDatabase. lfTags()A list of LF-tags attached to the database.List<LFTagPair>GetResourceLfTagsResponse. lfTagsOnTable()A list of LF-tags applied to a table resource.List<LFTagPair>TaggedTable. lfTagsOnTable()A list of LF-tags attached to the table.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type LFTagPair Modifier and Type Method Description LFTagError.BuilderLFTagError.Builder. lfTag(LFTagPair lfTag)The key-name of the LF-tag.GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagOnDatabase(LFTagPair... lfTagOnDatabase)A list of LF-tags applied to a database resource.TaggedTable.BuilderTaggedTable.Builder. lfTagOnDatabase(LFTagPair... lfTagOnDatabase)A list of LF-tags attached to the database where the table resides.AddLfTagsToResourceRequest.BuilderAddLfTagsToResourceRequest.Builder. lfTags(LFTagPair... lfTags)The LF-tags to attach to the resource.ColumnLFTag.BuilderColumnLFTag.Builder. lfTags(LFTagPair... lfTags)The LF-tags attached to a column resource.ListLfTagsResponse.BuilderListLfTagsResponse.Builder. lfTags(LFTagPair... lfTags)A list of LF-tags that the requested has permission to view.RemoveLfTagsFromResourceRequest.BuilderRemoveLfTagsFromResourceRequest.Builder. lfTags(LFTagPair... lfTags)The LF-tags to be removed from the resource.TaggedDatabase.BuilderTaggedDatabase.Builder. lfTags(LFTagPair... lfTags)A list of LF-tags attached to the database.GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagsOnTable(LFTagPair... lfTagsOnTable)A list of LF-tags applied to a table resource.TaggedTable.BuilderTaggedTable.Builder. lfTagsOnTable(LFTagPair... lfTagsOnTable)A list of LF-tags attached to the table.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTagPair Modifier and Type Method Description GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)A list of LF-tags applied to a database resource.TaggedTable.BuilderTaggedTable.Builder. lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)A list of LF-tags attached to the database where the table resides.AddLfTagsToResourceRequest.BuilderAddLfTagsToResourceRequest.Builder. lfTags(Collection<LFTagPair> lfTags)The LF-tags to attach to the resource.ColumnLFTag.BuilderColumnLFTag.Builder. lfTags(Collection<LFTagPair> lfTags)The LF-tags attached to a column resource.ListLfTagsResponse.BuilderListLfTagsResponse.Builder. lfTags(Collection<LFTagPair> lfTags)A list of LF-tags that the requested has permission to view.RemoveLfTagsFromResourceRequest.BuilderRemoveLfTagsFromResourceRequest.Builder. lfTags(Collection<LFTagPair> lfTags)The LF-tags to be removed from the resource.TaggedDatabase.BuilderTaggedDatabase.Builder. lfTags(Collection<LFTagPair> lfTags)A list of LF-tags attached to the database.GetResourceLfTagsResponse.BuilderGetResourceLfTagsResponse.Builder. lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)A list of LF-tags applied to a table resource.TaggedTable.BuilderTaggedTable.Builder. lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)A list of LF-tags attached to the table. -
Uses of LFTagPair in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type LFTagPair Modifier and Type Method Description SdkIterable<LFTagPair>ListLFTagsIterable. lfTags()Returns an iterable to iterate through the paginatedListLfTagsResponse.lfTags()member.SdkPublisher<LFTagPair>ListLFTagsPublisher. lfTags()Returns a publisher that can be used to get a stream of data.
-