| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CustomEntityType |
CustomEntityType.clone() |
CustomEntityType |
CustomEntityType.withContextWords(Collection<String> contextWords)
A list of context words.
|
CustomEntityType |
CustomEntityType.withContextWords(String... contextWords)
A list of context words.
|
CustomEntityType |
CustomEntityType.withName(String name)
A name for the custom pattern that allows it to be retrieved or deleted later.
|
CustomEntityType |
CustomEntityType.withRegexString(String regexString)
A regular expression string that is used for detecting sensitive data in a custom pattern.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomEntityType> |
ListCustomEntityTypesResult.getCustomEntityTypes()
A list of
CustomEntityType objects representing custom patterns. |
List<CustomEntityType> |
BatchGetCustomEntityTypesResult.getCustomEntityTypes()
A list of
CustomEntityType objects representing the custom patterns that have been created. |
| Modifier and Type | Method and Description |
|---|---|
ListCustomEntityTypesResult |
ListCustomEntityTypesResult.withCustomEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing custom patterns. |
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCustomEntityTypesResult.setCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing custom patterns. |
void |
BatchGetCustomEntityTypesResult.setCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
ListCustomEntityTypesResult |
ListCustomEntityTypesResult.withCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing custom patterns. |
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
Copyright © 2025. All rights reserved.