| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsResult |
AbstractAWSGlue.listSchemaVersions(ListSchemaVersionsRequest request) |
ListSchemaVersionsResult |
AWSGlue.listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Returns a list of schema versions that you have created, with minimal information.
|
ListSchemaVersionsResult |
AWSGlueClient.listSchemaVersions(ListSchemaVersionsRequest request)
Returns a list of schema versions that you have created, with minimal information.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSchemaVersionsResult> |
AbstractAWSGlueAsync.listSchemaVersionsAsync(ListSchemaVersionsRequest request,
AsyncHandler<ListSchemaVersionsRequest,ListSchemaVersionsResult> asyncHandler) |
Future<ListSchemaVersionsResult> |
AWSGlueAsync.listSchemaVersionsAsync(ListSchemaVersionsRequest listSchemaVersionsRequest,
AsyncHandler<ListSchemaVersionsRequest,ListSchemaVersionsResult> asyncHandler)
Returns a list of schema versions that you have created, with minimal information.
|
Future<ListSchemaVersionsResult> |
AWSGlueAsyncClient.listSchemaVersionsAsync(ListSchemaVersionsRequest request,
AsyncHandler<ListSchemaVersionsRequest,ListSchemaVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsResult |
ListSchemaVersionsResult.clone() |
ListSchemaVersionsResult |
ListSchemaVersionsResult.withNextToken(String nextToken)
A continuation token for paginating the returned list of tokens, returned if the current segment of the list is
not the last.
|
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemas(Collection<SchemaVersionListItem> schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemas(SchemaVersionListItem... schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
Copyright © 2025. All rights reserved.