Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SchemaVersionErrorItem |
SchemaVersionErrorItem.clone() |
SchemaVersionErrorItem |
SchemaVersionErrorItem.withErrorDetails(ErrorDetails errorDetails)
The details of the error for the schema version.
|
SchemaVersionErrorItem |
SchemaVersionErrorItem.withVersionNumber(Long versionNumber)
The version number of the schema.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaVersionErrorItem> |
DeleteSchemaVersionsResult.getSchemaVersionErrors()
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
Modifier and Type | Method and Description |
---|---|
DeleteSchemaVersionsResult |
DeleteSchemaVersionsResult.withSchemaVersionErrors(SchemaVersionErrorItem... schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
Modifier and Type | Method and Description |
---|---|
void |
DeleteSchemaVersionsResult.setSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
DeleteSchemaVersionsResult |
DeleteSchemaVersionsResult.withSchemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)
A list of
SchemaVersionErrorItem objects, each containing an error and schema version. |
Copyright © 2022. All rights reserved.