| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetBlueprintsResult> |
AbstractAWSGlueAsync.batchGetBlueprintsAsync(BatchGetBlueprintsRequest request,
AsyncHandler<BatchGetBlueprintsRequest,BatchGetBlueprintsResult> asyncHandler) |
Future<BatchGetBlueprintsResult> |
AWSGlueAsync.batchGetBlueprintsAsync(BatchGetBlueprintsRequest batchGetBlueprintsRequest,
AsyncHandler<BatchGetBlueprintsRequest,BatchGetBlueprintsResult> asyncHandler)
Retrieves information about a list of blueprints.
|
Future<BatchGetBlueprintsResult> |
AWSGlueAsyncClient.batchGetBlueprintsAsync(BatchGetBlueprintsRequest request,
AsyncHandler<BatchGetBlueprintsRequest,BatchGetBlueprintsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetBlueprintsRequest |
BatchGetBlueprintsRequest.clone() |
BatchGetBlueprintsRequest |
BatchGetBlueprintsRequest.withIncludeBlueprint(Boolean includeBlueprint)
Specifies whether or not to include the blueprint in the response.
|
BatchGetBlueprintsRequest |
BatchGetBlueprintsRequest.withIncludeParameterSpec(Boolean includeParameterSpec)
Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.
|
BatchGetBlueprintsRequest |
BatchGetBlueprintsRequest.withNames(Collection<String> names)
A list of blueprint names.
|
BatchGetBlueprintsRequest |
BatchGetBlueprintsRequest.withNames(String... names)
A list of blueprint names.
|
Copyright © 2025. All rights reserved.