Uses of Class
software.amazon.awssdk.services.glue.model.SchemaVersionListItem
-
Packages that use SchemaVersionListItem Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of SchemaVersionListItem in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SchemaVersionListItem Modifier and Type Method Description List<SchemaVersionListItem>ListSchemaVersionsResponse. schemas()An array ofSchemaVersionListobjects containing details of each schema version.Methods in software.amazon.awssdk.services.glue.model with parameters of type SchemaVersionListItem Modifier and Type Method Description ListSchemaVersionsResponse.BuilderListSchemaVersionsResponse.Builder. schemas(SchemaVersionListItem... schemas)An array ofSchemaVersionListobjects containing details of each schema version.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SchemaVersionListItem Modifier and Type Method Description ListSchemaVersionsResponse.BuilderListSchemaVersionsResponse.Builder. schemas(Collection<SchemaVersionListItem> schemas)An array ofSchemaVersionListobjects containing details of each schema version. -
Uses of SchemaVersionListItem in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type SchemaVersionListItem Modifier and Type Method Description SdkIterable<SchemaVersionListItem>ListSchemaVersionsIterable. schemas()Returns an iterable to iterate through the paginatedListSchemaVersionsResponse.schemas()member.SdkPublisher<SchemaVersionListItem>ListSchemaVersionsPublisher. schemas()Returns a publisher that can be used to get a stream of data.
-