Uses of Class
software.amazon.awssdk.services.glue.model.GetTablesRequest
-
Packages that use GetTablesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of GetTablesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetTablesRequest Modifier and Type Method Description default CompletableFuture<GetTablesResponse>GlueAsyncClient. getTables(GetTablesRequest getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase.default GetTablesResponseGlueClient. getTables(GetTablesRequest getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase.default GetTablesPublisherGlueAsyncClient. getTablesPaginator(GetTablesRequest getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase.default GetTablesIterableGlueClient. getTablesPaginator(GetTablesRequest getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase. -
Uses of GetTablesRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type GetTablesRequest Constructor Description GetTablesIterable(GlueClient client, GetTablesRequest firstRequest)GetTablesPublisher(GlueAsyncClient client, GetTablesRequest firstRequest) -
Uses of GetTablesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetTablesRequest Modifier and Type Method Description SdkHttpFullRequestGetTablesRequestMarshaller. marshall(GetTablesRequest getTablesRequest)
-