Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetSchemaVersionResult |
AWSGlueClient.getSchemaVersion(GetSchemaVersionRequest request)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
GetSchemaVersionResult |
AbstractAWSGlue.getSchemaVersion(GetSchemaVersionRequest request) |
GetSchemaVersionResult |
AWSGlue.getSchemaVersion(GetSchemaVersionRequest getSchemaVersionRequest)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSchemaVersionResult> |
AbstractAWSGlueAsync.getSchemaVersionAsync(GetSchemaVersionRequest request,
AsyncHandler<GetSchemaVersionRequest,GetSchemaVersionResult> asyncHandler) |
Future<GetSchemaVersionResult> |
AWSGlueAsync.getSchemaVersionAsync(GetSchemaVersionRequest getSchemaVersionRequest,
AsyncHandler<GetSchemaVersionRequest,GetSchemaVersionResult> asyncHandler)
Get the specified schema by its unique ID assigned when a version of the schema is created or registered.
|
Future<GetSchemaVersionResult> |
AWSGlueAsyncClient.getSchemaVersionAsync(GetSchemaVersionRequest request,
AsyncHandler<GetSchemaVersionRequest,GetSchemaVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetSchemaVersionResult |
GetSchemaVersionResult.clone() |
GetSchemaVersionResult |
GetSchemaVersionResult.withCreatedTime(String createdTime)
The date and time the schema version was created.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withDataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withDataFormat(String dataFormat)
The data format of the schema definition.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withSchemaDefinition(String schemaDefinition)
The schema definition for the schema ID.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withSchemaVersionId(String schemaVersionId)
The
SchemaVersionId of the schema version. |
GetSchemaVersionResult |
GetSchemaVersionResult.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withStatus(String status)
The status of the schema version.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withVersionNumber(Long versionNumber)
The version number of the schema.
|
Copyright © 2021. All rights reserved.