| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomEntityType> |
BatchGetCustomEntityTypesResponse.customEntityTypes()
A list of
CustomEntityType objects representing the custom patterns that have been created. |
List<CustomEntityType> |
ListCustomEntityTypesResponse.customEntityTypes()
A list of
CustomEntityType objects representing custom patterns. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
ListCustomEntityTypesResponse.Builder |
ListCustomEntityTypesResponse.Builder.customEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing custom patterns. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
ListCustomEntityTypesResponse.Builder |
ListCustomEntityTypesResponse.Builder.customEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing custom patterns. |
Copyright © 2023. All rights reserved.