| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<LFTag> |
LFTagPolicyResource.expression()
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
List<LFTag> |
SearchTablesByLfTagsRequest.expression()
A list of conditions (
LFTag structures) to search for in table resources. |
List<LFTag> |
SearchDatabasesByLfTagsRequest.expression()
A list of conditions (
LFTag structures) to search for in database resources. |
| Modifier and Type | Method and Description |
|---|---|
LFTagPolicyResource.Builder |
LFTagPolicyResource.Builder.expression(LFTag... expression)
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.expression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchDatabasesByLfTagsRequest.Builder |
SearchDatabasesByLfTagsRequest.Builder.expression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in database resources. |
| Modifier and Type | Method and Description |
|---|---|
LFTagPolicyResource.Builder |
LFTagPolicyResource.Builder.expression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.expression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchDatabasesByLfTagsRequest.Builder |
SearchDatabasesByLfTagsRequest.Builder.expression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in database resources. |
Copyright © 2022. All rights reserved.