Uses of Class
software.amazon.awssdk.services.glue.model.SchemaVersionStatus
-
Packages that use SchemaVersionStatus Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SchemaVersionStatus in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SchemaVersionStatus Modifier and Type Method Description static SchemaVersionStatusSchemaVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaVersionStatusCreateSchemaResponse. schemaVersionStatus()The status of the first schema version created.SchemaVersionStatusGetSchemaByDefinitionResponse. status()The status of the schema version.SchemaVersionStatusGetSchemaVersionResponse. status()The status of the schema version.SchemaVersionStatusRegisterSchemaVersionResponse. status()The status of the schema version.SchemaVersionStatusSchemaVersionListItem. status()The status of the schema version.static SchemaVersionStatusSchemaVersionStatus. 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.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SchemaVersionStatus Modifier and Type Method Description static Set<SchemaVersionStatus>SchemaVersionStatus. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaVersionStatus Modifier and Type Method Description CreateSchemaResponse.BuilderCreateSchemaResponse.Builder. schemaVersionStatus(SchemaVersionStatus schemaVersionStatus)The status of the first schema version created.GetSchemaByDefinitionResponse.BuilderGetSchemaByDefinitionResponse.Builder. status(SchemaVersionStatus status)The status of the schema version.GetSchemaVersionResponse.BuilderGetSchemaVersionResponse.Builder. status(SchemaVersionStatus status)The status of the schema version.RegisterSchemaVersionResponse.BuilderRegisterSchemaVersionResponse.Builder. status(SchemaVersionStatus status)The status of the schema version.SchemaVersionListItem.BuilderSchemaVersionListItem.Builder. status(SchemaVersionStatus status)The status of the schema version.
-