Package | Description |
---|---|
software.amazon.awssdk.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static SchemaVersionStatus |
SchemaVersionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SchemaVersionStatus |
CreateSchemaResponse.schemaVersionStatus()
The status of the first schema version created.
|
SchemaVersionStatus |
GetSchemaByDefinitionResponse.status()
The status of the schema version.
|
SchemaVersionStatus |
RegisterSchemaVersionResponse.status()
The status of the schema version.
|
SchemaVersionStatus |
GetSchemaVersionResponse.status()
The status of the schema version.
|
SchemaVersionStatus |
SchemaVersionListItem.status()
The status of the schema version.
|
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 |
---|---|
static Set<SchemaVersionStatus> |
SchemaVersionStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaResponse.Builder |
CreateSchemaResponse.Builder.schemaVersionStatus(SchemaVersionStatus schemaVersionStatus)
The status of the first schema version created.
|
GetSchemaByDefinitionResponse.Builder |
GetSchemaByDefinitionResponse.Builder.status(SchemaVersionStatus status)
The status of the schema version.
|
RegisterSchemaVersionResponse.Builder |
RegisterSchemaVersionResponse.Builder.status(SchemaVersionStatus status)
The status of the schema version.
|
GetSchemaVersionResponse.Builder |
GetSchemaVersionResponse.Builder.status(SchemaVersionStatus status)
The status of the schema version.
|
SchemaVersionListItem.Builder |
SchemaVersionListItem.Builder.status(SchemaVersionStatus status)
The status of the schema version.
|
Copyright © 2022. All rights reserved.