Uses of Class
software.amazon.awssdk.services.glue.model.GetTableResponse
-
Packages that use GetTableResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetTableResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetTableResponse Modifier and Type Method Description default GetTableResponseGlueClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Retrieves theTabledefinition in a Data Catalog for a specified table.default GetTableResponseGlueClient. getTable(GetTableRequest getTableRequest)Retrieves theTabledefinition in a Data Catalog for a specified table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetTableResponse Modifier and Type Method Description default CompletableFuture<GetTableResponse>GlueAsyncClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Retrieves theTabledefinition in a Data Catalog for a specified table.default CompletableFuture<GetTableResponse>GlueAsyncClient. getTable(GetTableRequest getTableRequest)Retrieves theTabledefinition in a Data Catalog for a specified table.
-