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>CreateLfTagExpressionRequest. expression()A list of LF-Tag conditions (key-value pairs).List<LFTag>GetLfTagExpressionResponse. expression()The body of the LF-Tag expression.List<LFTag>LFTagExpression. expression()A logical expression composed of one or more LF-Tags.List<LFTag>LFTagPolicyResource. expression()A list of LF-tag conditions or a saved expression 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.List<LFTag>UpdateLfTagExpressionRequest. expression()The LF-Tag expression body composed of one more LF-Tag key-value pairs.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type LFTag Modifier and Type Method Description CreateLfTagExpressionRequest.BuilderCreateLfTagExpressionRequest.Builder. expression(LFTag... expression)A list of LF-Tag conditions (key-value pairs).GetLfTagExpressionResponse.BuilderGetLfTagExpressionResponse.Builder. expression(LFTag... expression)The body of the LF-Tag expression.LFTagExpression.BuilderLFTagExpression.Builder. expression(LFTag... expression)A logical expression composed of one or more LF-Tags.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(LFTag... expression)A list of LF-tag conditions or a saved expression 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.UpdateLfTagExpressionRequest.BuilderUpdateLfTagExpressionRequest.Builder. expression(LFTag... expression)The LF-Tag expression body composed of one more LF-Tag key-value pairs.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTag Modifier and Type Method Description CreateLfTagExpressionRequest.BuilderCreateLfTagExpressionRequest.Builder. expression(Collection<LFTag> expression)A list of LF-Tag conditions (key-value pairs).GetLfTagExpressionResponse.BuilderGetLfTagExpressionResponse.Builder. expression(Collection<LFTag> expression)The body of the LF-Tag expression.LFTagExpression.BuilderLFTagExpression.Builder. expression(Collection<LFTag> expression)A logical expression composed of one or more LF-Tags.LFTagPolicyResource.BuilderLFTagPolicyResource.Builder. expression(Collection<LFTag> expression)A list of LF-tag conditions or a saved expression 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.UpdateLfTagExpressionRequest.BuilderUpdateLfTagExpressionRequest.Builder. expression(Collection<LFTag> expression)The LF-Tag expression body composed of one more LF-Tag key-value pairs.
-