Uses of Class
software.amazon.awssdk.services.glue.model.TableVersion
-
Packages that use TableVersion Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableVersion in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableVersion Modifier and Type Method Description TableVersionGetTableVersionResponse. tableVersion()The requested table version.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableVersion Modifier and Type Method Description List<TableVersion>GetTableVersionsResponse. tableVersions()A list of strings identifying available versions of the specified table.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableVersion Modifier and Type Method Description GetTableVersionResponse.BuilderGetTableVersionResponse.Builder. tableVersion(TableVersion tableVersion)The requested table version.GetTableVersionsResponse.BuilderGetTableVersionsResponse.Builder. tableVersions(TableVersion... tableVersions)A list of strings identifying available versions of the specified table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableVersion Modifier and Type Method Description GetTableVersionsResponse.BuilderGetTableVersionsResponse.Builder. tableVersions(Collection<TableVersion> tableVersions)A list of strings identifying available versions of the specified table.
-