Uses of Class
software.amazon.awssdk.services.glue.model.TableInput
-
Packages that use TableInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableInput Modifier and Type Method Description TableInputCreateTableRequest. tableInput()TheTableInputobject that defines the metadata table to create in the catalog.TableInputUpdateTableRequest. tableInput()An updatedTableInputobject to define the metadata table in the catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableInput Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. tableInput(TableInput tableInput)TheTableInputobject that defines the metadata table to create in the catalog.UpdateTableRequest.BuilderUpdateTableRequest.Builder. tableInput(TableInput tableInput)An updatedTableInputobject to define the metadata table in the catalog.
-