| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaStatus |
SchemaStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SchemaStatus |
GetSchemaResponse.schemaStatus()
The status of the schema.
|
SchemaStatus |
SchemaListItem.schemaStatus()
The status of the schema.
|
SchemaStatus |
CreateSchemaResponse.schemaStatus()
The status of the schema.
|
SchemaStatus |
DeleteSchemaResponse.status()
The status of the schema.
|
static SchemaStatus |
SchemaStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaStatus[] |
SchemaStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SchemaStatus> |
SchemaStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse.Builder |
GetSchemaResponse.Builder.schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
SchemaListItem.Builder |
SchemaListItem.Builder.schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
CreateSchemaResponse.Builder |
CreateSchemaResponse.Builder.schemaStatus(SchemaStatus schemaStatus)
The status of the schema.
|
DeleteSchemaResponse.Builder |
DeleteSchemaResponse.Builder.status(SchemaStatus status)
The status of the schema.
|
Copyright © 2023. All rights reserved.