| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaVersionStatus |
SchemaVersionStatus.fromValue(String value)
Use this in place of valueOf.
|
static SchemaVersionStatus |
SchemaVersionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaVersionStatus[] |
SchemaVersionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaResult |
CreateSchemaResult.withSchemaVersionStatus(SchemaVersionStatus schemaVersionStatus)
The status of the first schema version created.
|
SchemaVersionListItem |
SchemaVersionListItem.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
GetSchemaVersionResult |
GetSchemaVersionResult.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
GetSchemaByDefinitionResult |
GetSchemaByDefinitionResult.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
RegisterSchemaVersionResult |
RegisterSchemaVersionResult.withStatus(SchemaVersionStatus status)
The status of the schema version.
|
Copyright © 2021. All rights reserved.