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