Uses of Class
software.amazon.awssdk.services.lakeformation.model.LFTag
-
Packages that use LFTag Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTag in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTag Modifier and Type Method Description List<LFTag>LFTagPolicyResource. expression()A list of LF-tag conditions that apply to the resource's LF-tag policy.List<LFTag>SearchDatabasesByLfTagsRequest. expression()A list of conditions (LFTagstructures) to search for in database resources.List<LFTag>SearchTablesByLfTagsRequest. expression()A list of conditions (LFTagstructures) to search for in table resources.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type LFTag Modifier and Type Method Description LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(LFTag... expression)A list of LF-tag conditions that apply to the resource's LF-tag policy.SearchDatabasesByLfTagsRequest.BuilderSearchDatabasesByLfTagsRequest.Builder. expression(LFTag... expression)A list of conditions (LFTagstructures) to search for in database resources.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. expression(LFTag... expression)A list of conditions (LFTagstructures) to search for in table resources.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTag Modifier and Type Method Description LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(Collection<LFTag> expression)A list of LF-tag conditions that apply to the resource's LF-tag policy.SearchDatabasesByLfTagsRequest.BuilderSearchDatabasesByLfTagsRequest.Builder. expression(Collection<LFTag> expression)A list of conditions (LFTagstructures) to search for in database resources.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. expression(Collection<LFTag> expression)A list of conditions (LFTagstructures) to search for in table resources.
-