Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateRegistryResult> |
AbstractAWSGlueAsync.updateRegistryAsync(UpdateRegistryRequest request,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler) |
Future<UpdateRegistryResult> |
AWSGlueAsync.updateRegistryAsync(UpdateRegistryRequest updateRegistryRequest,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler)
Updates an existing registry which is used to hold a collection of schemas.
|
Future<UpdateRegistryResult> |
AWSGlueAsyncClient.updateRegistryAsync(UpdateRegistryRequest request,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateRegistryRequest |
UpdateRegistryRequest.clone() |
UpdateRegistryRequest |
UpdateRegistryRequest.withDescription(String description)
A description of the registry.
|
UpdateRegistryRequest |
UpdateRegistryRequest.withRegistryId(RegistryId registryId)
This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
Copyright © 2023. All rights reserved.