Uses of Class
software.amazon.awssdk.services.redshiftdata.model.ListTablesResponse
-
Packages that use ListTablesResponse Package Description software.amazon.awssdk.services.redshiftdata You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables.software.amazon.awssdk.services.redshiftdata.paginators -
-
Uses of ListTablesResponse in software.amazon.awssdk.services.redshiftdata
Methods in software.amazon.awssdk.services.redshiftdata that return ListTablesResponse Modifier and Type Method Description default ListTablesResponseRedshiftDataClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)List the tables in a database.default ListTablesResponseRedshiftDataClient. listTables(ListTablesRequest listTablesRequest)List the tables in a database.Methods in software.amazon.awssdk.services.redshiftdata that return types with arguments of type ListTablesResponse Modifier and Type Method Description default CompletableFuture<ListTablesResponse>RedshiftDataAsyncClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)List the tables in a database.default CompletableFuture<ListTablesResponse>RedshiftDataAsyncClient. listTables(ListTablesRequest listTablesRequest)List the tables in a database. -
Uses of ListTablesResponse in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type ListTablesResponse Modifier and Type Method Description Iterator<ListTablesResponse>ListTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftdata.paginators with type arguments of type ListTablesResponse Modifier and Type Method Description voidListTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber)
-