Uses of Class
software.amazon.awssdk.services.glue.model.SchemaStatus
-
Packages that use SchemaStatus Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SchemaStatus in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SchemaStatus Modifier and Type Method Description static SchemaStatusSchemaStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchemaStatusCreateSchemaResponse. schemaStatus()The status of the schema.SchemaStatusGetSchemaResponse. schemaStatus()The status of the schema.SchemaStatusSchemaListItem. schemaStatus()The status of the schema.SchemaStatusDeleteSchemaResponse. status()The status of the schema.static SchemaStatusSchemaStatus. 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.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SchemaStatus Modifier and Type Method Description static Set<SchemaStatus>SchemaStatus. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaStatus Modifier and Type Method Description CreateSchemaResponse.BuilderCreateSchemaResponse.Builder. schemaStatus(SchemaStatus schemaStatus)The status of the schema.GetSchemaResponse.BuilderGetSchemaResponse.Builder. schemaStatus(SchemaStatus schemaStatus)The status of the schema.SchemaListItem.BuilderSchemaListItem.Builder. schemaStatus(SchemaStatus schemaStatus)The status of the schema.DeleteSchemaResponse.BuilderDeleteSchemaResponse.Builder. status(SchemaStatus status)The status of the schema.
-