Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
Packages that use ListTablesResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.paginators -
-
Uses of ListTablesResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return ListTablesResponse Modifier and Type Method Description default ListTablesResponseKeyspacesClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns a list of tables for a specified keyspace.default ListTablesResponseKeyspacesClient. listTables(ListTablesRequest listTablesRequest)Returns a list of tables for a specified keyspace.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type ListTablesResponse Modifier and Type Method Description default CompletableFuture<ListTablesResponse>KeyspacesAsyncClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns a list of tables for a specified keyspace.default CompletableFuture<ListTablesResponse>KeyspacesAsyncClient. listTables(ListTablesRequest listTablesRequest)Returns a list of tables for a specified keyspace. -
Uses of ListTablesResponse in software.amazon.awssdk.services.keyspaces.paginators
Methods in software.amazon.awssdk.services.keyspaces.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.keyspaces.paginators with type arguments of type ListTablesResponse Modifier and Type Method Description voidListTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber)
-