| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBlueprintResult> |
AbstractAWSGlueAsync.updateBlueprintAsync(UpdateBlueprintRequest request,
AsyncHandler<UpdateBlueprintRequest,UpdateBlueprintResult> asyncHandler) |
Future<UpdateBlueprintResult> |
AWSGlueAsyncClient.updateBlueprintAsync(UpdateBlueprintRequest request,
AsyncHandler<UpdateBlueprintRequest,UpdateBlueprintResult> asyncHandler) |
Future<UpdateBlueprintResult> |
AWSGlueAsync.updateBlueprintAsync(UpdateBlueprintRequest updateBlueprintRequest,
AsyncHandler<UpdateBlueprintRequest,UpdateBlueprintResult> asyncHandler)
Updates a registered blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBlueprintRequest |
UpdateBlueprintRequest.clone() |
UpdateBlueprintRequest |
UpdateBlueprintRequest.withBlueprintLocation(String blueprintLocation)
Specifies a path in Amazon S3 where the blueprint is published.
|
UpdateBlueprintRequest |
UpdateBlueprintRequest.withDescription(String description)
A description of the blueprint.
|
UpdateBlueprintRequest |
UpdateBlueprintRequest.withName(String name)
The name of the blueprint.
|
Copyright © 2024. All rights reserved.