Uses of Class
software.amazon.awssdk.services.glue.model.GetTableRequest
-
Packages that use GetTableRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetTableRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetTableRequest Modifier and Type Method Description default CompletableFuture<GetTableResponse>GlueAsyncClient. getTable(GetTableRequest 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. -
Uses of GetTableRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetTableRequest Modifier and Type Method Description SdkHttpFullRequestGetTableRequestMarshaller. marshall(GetTableRequest getTableRequest)
-