| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesResult |
AbstractAWSGlue.batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest request) |
BatchGetCustomEntityTypesResult |
AWSGlueClient.batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest request)
Retrieves the details for the custom patterns specified by a list of names.
|
BatchGetCustomEntityTypesResult |
AWSGlue.batchGetCustomEntityTypes(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest)
Retrieves the details for the custom patterns specified by a list of names.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetCustomEntityTypesResult> |
AbstractAWSGlueAsync.batchGetCustomEntityTypesAsync(BatchGetCustomEntityTypesRequest request,
AsyncHandler<BatchGetCustomEntityTypesRequest,BatchGetCustomEntityTypesResult> asyncHandler) |
Future<BatchGetCustomEntityTypesResult> |
AWSGlueAsync.batchGetCustomEntityTypesAsync(BatchGetCustomEntityTypesRequest batchGetCustomEntityTypesRequest,
AsyncHandler<BatchGetCustomEntityTypesRequest,BatchGetCustomEntityTypesResult> asyncHandler)
Retrieves the details for the custom patterns specified by a list of names.
|
Future<BatchGetCustomEntityTypesResult> |
AWSGlueAsyncClient.batchGetCustomEntityTypesAsync(BatchGetCustomEntityTypesRequest request,
AsyncHandler<BatchGetCustomEntityTypesRequest,BatchGetCustomEntityTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.clone() |
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypes(Collection<CustomEntityType> customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypes(CustomEntityType... customEntityTypes)
A list of
CustomEntityType objects representing the custom patterns that have been created. |
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypesNotFound(Collection<String> customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResult |
BatchGetCustomEntityTypesResult.withCustomEntityTypesNotFound(String... customEntityTypesNotFound)
A list of the names of custom patterns that were not found.
|
Copyright © 2023. All rights reserved.