Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SchemaListItem |
SchemaListItem.clone() |
SchemaListItem |
SchemaListItem.withCreatedTime(String createdTime)
The date and time that a schema was created.
|
SchemaListItem |
SchemaListItem.withDescription(String description)
A description for the schema.
|
SchemaListItem |
SchemaListItem.withRegistryName(String registryName)
the name of the registry where the schema resides.
|
SchemaListItem |
SchemaListItem.withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) for the schema.
|
SchemaListItem |
SchemaListItem.withSchemaName(String schemaName)
The name of the schema.
|
SchemaListItem |
SchemaListItem.withSchemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
SchemaListItem |
SchemaListItem.withSchemaStatus(String schemaStatus)
The status of the schema.
|
SchemaListItem |
SchemaListItem.withUpdatedTime(String updatedTime)
The date and time that a schema was updated.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaListItem> |
ListSchemasResult.getSchemas()
An array of
SchemaListItem objects containing details of each schema. |
Modifier and Type | Method and Description |
---|---|
ListSchemasResult |
ListSchemasResult.withSchemas(SchemaListItem... schemas)
An array of
SchemaListItem objects containing details of each schema. |
Modifier and Type | Method and Description |
---|---|
void |
ListSchemasResult.setSchemas(Collection<SchemaListItem> schemas)
An array of
SchemaListItem objects containing details of each schema. |
ListSchemasResult |
ListSchemasResult.withSchemas(Collection<SchemaListItem> schemas)
An array of
SchemaListItem objects containing details of each schema. |
Copyright © 2023. All rights reserved.