Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UpdateRegistryResult |
AbstractAWSGlue.updateRegistry(UpdateRegistryRequest request) |
UpdateRegistryResult |
AWSGlueClient.updateRegistry(UpdateRegistryRequest request)
Updates an existing registry which is used to hold a collection of schemas.
|
UpdateRegistryResult |
AWSGlue.updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates an existing registry which is used to hold a collection of schemas.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateRegistryResult> |
AbstractAWSGlueAsync.updateRegistryAsync(UpdateRegistryRequest request,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler) |
Future<UpdateRegistryResult> |
AWSGlueAsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
UpdateRegistryResult |
UpdateRegistryResult.clone() |
UpdateRegistryResult |
UpdateRegistryResult.withRegistryArn(String registryArn)
The Amazon Resource name (ARN) of the updated registry.
|
UpdateRegistryResult |
UpdateRegistryResult.withRegistryName(String registryName)
The name of the updated registry.
|
Copyright © 2023. All rights reserved.