Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetSchemaResult |
AbstractAWSGlue.getSchema(GetSchemaRequest request) |
GetSchemaResult |
AWSGlueClient.getSchema(GetSchemaRequest request)
Describes the specified schema in detail.
|
GetSchemaResult |
AWSGlue.getSchema(GetSchemaRequest getSchemaRequest)
Describes the specified schema in detail.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSchemaResult> |
AbstractAWSGlueAsync.getSchemaAsync(GetSchemaRequest request) |
Future<GetSchemaResult> |
AWSGlueAsyncClient.getSchemaAsync(GetSchemaRequest request) |
Future<GetSchemaResult> |
AWSGlueAsync.getSchemaAsync(GetSchemaRequest getSchemaRequest)
Describes the specified schema in detail.
|
Future<GetSchemaResult> |
AbstractAWSGlueAsync.getSchemaAsync(GetSchemaRequest request,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler) |
Future<GetSchemaResult> |
AWSGlueAsyncClient.getSchemaAsync(GetSchemaRequest request,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler) |
Future<GetSchemaResult> |
AWSGlueAsync.getSchemaAsync(GetSchemaRequest getSchemaRequest,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler)
Describes the specified schema in detail.
|
Modifier and Type | Method and Description |
---|---|
Future<GetSchemaResult> |
AbstractAWSGlueAsync.getSchemaAsync(GetSchemaRequest request,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler) |
Future<GetSchemaResult> |
AWSGlueAsyncClient.getSchemaAsync(GetSchemaRequest request,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler) |
Future<GetSchemaResult> |
AWSGlueAsync.getSchemaAsync(GetSchemaRequest getSchemaRequest,
AsyncHandler<GetSchemaRequest,GetSchemaResult> asyncHandler)
Describes the specified schema in detail.
|
Modifier and Type | Method and Description |
---|---|
GetSchemaResult |
GetSchemaResult.clone() |
GetSchemaResult |
GetSchemaResult.withCompatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
GetSchemaResult |
GetSchemaResult.withCompatibility(String compatibility)
The compatibility mode of the schema.
|
GetSchemaResult |
GetSchemaResult.withCreatedTime(String createdTime)
The date and time the schema was created.
|
GetSchemaResult |
GetSchemaResult.withDataFormat(DataFormat dataFormat)
The data format of the schema definition.
|
GetSchemaResult |
GetSchemaResult.withDataFormat(String dataFormat)
The data format of the schema definition.
|
GetSchemaResult |
GetSchemaResult.withDescription(String description)
A description of schema if specified when created
|
GetSchemaResult |
GetSchemaResult.withLatestSchemaVersion(Long latestSchemaVersion)
The latest version of the schema associated with the returned schema definition.
|
GetSchemaResult |
GetSchemaResult.withNextSchemaVersion(Long nextSchemaVersion)
The next version of the schema associated with the returned schema definition.
|
GetSchemaResult |
GetSchemaResult.withRegistryArn(String registryArn)
The Amazon Resource Name (ARN) of the registry.
|
GetSchemaResult |
GetSchemaResult.withRegistryName(String registryName)
The name of the registry.
|
GetSchemaResult |
GetSchemaResult.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
GetSchemaResult |
GetSchemaResult.withSchemaCheckpoint(Long schemaCheckpoint)
The version number of the checkpoint (the last time the compatibility mode was changed).
|
GetSchemaResult |
GetSchemaResult.withSchemaName(String schemaName)
The name of the schema.
|
GetSchemaResult |
GetSchemaResult.withSchemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
GetSchemaResult |
GetSchemaResult.withSchemaStatus(String schemaStatus)
The status of the schema.
|
GetSchemaResult |
GetSchemaResult.withUpdatedTime(String updatedTime)
The date and time the schema was updated.
|
Copyright © 2023. All rights reserved.