Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
UpdateSchemaResult |
AbstractAWSGlue.updateSchema(UpdateSchemaRequest request) |
UpdateSchemaResult |
AWSGlueClient.updateSchema(UpdateSchemaRequest request)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
UpdateSchemaResult |
AWSGlue.updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateSchemaResult> |
AbstractAWSGlueAsync.updateSchemaAsync(UpdateSchemaRequest request,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler) |
Future<UpdateSchemaResult> |
AWSGlueAsyncClient.updateSchemaAsync(UpdateSchemaRequest request,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler) |
Future<UpdateSchemaResult> |
AWSGlueAsync.updateSchemaAsync(UpdateSchemaRequest updateSchemaRequest,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler)
Updates the description, compatibility setting, or version checkpoint for a schema set.
|
Modifier and Type | Method and Description |
---|---|
UpdateSchemaResult |
UpdateSchemaResult.clone() |
UpdateSchemaResult |
UpdateSchemaResult.withRegistryName(String registryName)
The name of the registry that contains the schema.
|
UpdateSchemaResult |
UpdateSchemaResult.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
UpdateSchemaResult |
UpdateSchemaResult.withSchemaName(String schemaName)
The name of the schema.
|
Copyright © 2023. All rights reserved.