| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaVersionListItem |
SchemaVersionListItem.clone() |
SchemaVersionListItem |
SchemaVersionListItem.withCreatedTime(String createdTime)
The date and time the schema version was created.
|
SchemaVersionListItem |
SchemaVersionListItem.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema.
|
SchemaVersionListItem |
SchemaVersionListItem.withSchemaVersionId(String schemaVersionId)
The unique identifier of the schema version.
|
SchemaVersionListItem |
SchemaVersionListItem.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
SchemaVersionListItem |
SchemaVersionListItem.withStatus(String status)
The status of the schema version.
|
SchemaVersionListItem |
SchemaVersionListItem.withVersionNumber(Long versionNumber)
The version number of the schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaVersionListItem> |
ListSchemaVersionsResult.getSchemas()
An array of
SchemaVersionList objects containing details of each schema version. |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemas(SchemaVersionListItem... schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemaVersionsResult.setSchemas(Collection<SchemaVersionListItem> schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
ListSchemaVersionsResult |
ListSchemaVersionsResult.withSchemas(Collection<SchemaVersionListItem> schemas)
An array of
SchemaVersionList objects containing details of each schema version. |
Copyright © 2024. All rights reserved.