| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
LFTag |
LFTag.clone() |
LFTag |
LFTag.withTagKey(String tagKey)
The key-name for the LF-tag.
|
LFTag |
LFTag.withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
LFTag |
LFTag.withTagValues(String... tagValues)
A list of possible values an attribute can take.
|
| Modifier and Type | Method and Description |
|---|---|
List<LFTag> |
SearchTablesByLFTagsRequest.getExpression()
A list of conditions (
LFTag structures) to search for in table resources. |
List<LFTag> |
SearchDatabasesByLFTagsRequest.getExpression()
A list of conditions (
LFTag structures) to search for in database resources. |
List<LFTag> |
LFTagPolicyResource.getExpression()
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withExpression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchDatabasesByLFTagsRequest |
SearchDatabasesByLFTagsRequest.withExpression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in database resources. |
LFTagPolicyResource |
LFTagPolicyResource.withExpression(LFTag... expression)
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTablesByLFTagsRequest.setExpression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in table resources. |
void |
SearchDatabasesByLFTagsRequest.setExpression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in database resources. |
void |
LFTagPolicyResource.setExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withExpression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchDatabasesByLFTagsRequest |
SearchDatabasesByLFTagsRequest.withExpression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in database resources. |
LFTagPolicyResource |
LFTagPolicyResource.withExpression(Collection<LFTag> expression)
A list of LF-tag conditions that apply to the resource's LF-tag policy.
|
Copyright © 2022. All rights reserved.