Uses of Class
software.amazon.awssdk.services.glue.model.SchemaVersionErrorItem
-
Packages that use SchemaVersionErrorItem Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SchemaVersionErrorItem in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SchemaVersionErrorItem Modifier and Type Method Description List<SchemaVersionErrorItem>DeleteSchemaVersionsResponse. schemaVersionErrors()A list ofSchemaVersionErrorItemobjects, each containing an error and schema version.Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaVersionErrorItem Modifier and Type Method Description DeleteSchemaVersionsResponse.BuilderDeleteSchemaVersionsResponse.Builder. schemaVersionErrors(SchemaVersionErrorItem... schemaVersionErrors)A list ofSchemaVersionErrorItemobjects, each containing an error and schema version.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SchemaVersionErrorItem Modifier and Type Method Description DeleteSchemaVersionsResponse.BuilderDeleteSchemaVersionsResponse.Builder. schemaVersionErrors(Collection<SchemaVersionErrorItem> schemaVersionErrors)A list ofSchemaVersionErrorItemobjects, each containing an error and schema version.
-