Uses of Class
software.amazon.awssdk.services.glue.model.GetTablesResponse
-
Packages that use GetTablesResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetTablesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetTablesResponse Modifier and Type Method Description default GetTablesResponseGlueClient. getTables(Consumer<GetTablesRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetTablesResponse Modifier and Type Method Description default CompletableFuture<GetTablesResponse>GlueAsyncClient. getTables(Consumer<GetTablesRequest.Builder> getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase.default CompletableFuture<GetTablesResponse>GlueAsyncClient. getTables(GetTablesRequest getTablesRequest)Retrieves the definitions of some or all of the tables in a givenDatabase. -
Uses of GetTablesResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetTablesResponse Modifier and Type Method Description Iterator<GetTablesResponse>GetTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetTablesResponse Modifier and Type Method Description voidGetTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTablesResponse> subscriber)
-