Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
Packages that use ListTablesRequest 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 software.amazon.awssdk.services.keyspaces.transform -
-
Uses of ListTablesRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type ListTablesRequest Modifier and Type Method Description default CompletableFuture<ListTablesResponse>KeyspacesAsyncClient. listTables(ListTablesRequest listTablesRequest)Returns a list of tables for a specified keyspace.default ListTablesResponseKeyspacesClient. listTables(ListTablesRequest listTablesRequest)Returns a list of tables for a specified keyspace.default ListTablesPublisherKeyspacesAsyncClient. listTablesPaginator(ListTablesRequest listTablesRequest)This is a variant ofKeyspacesAsyncClient.listTables(software.amazon.awssdk.services.keyspaces.model.ListTablesRequest)operation.default ListTablesIterableKeyspacesClient. listTablesPaginator(ListTablesRequest listTablesRequest)This is a variant ofKeyspacesClient.listTables(software.amazon.awssdk.services.keyspaces.model.ListTablesRequest)operation. -
Uses of ListTablesRequest in software.amazon.awssdk.services.keyspaces.paginators
Constructors in software.amazon.awssdk.services.keyspaces.paginators with parameters of type ListTablesRequest Constructor Description ListTablesIterable(KeyspacesClient client, ListTablesRequest firstRequest)ListTablesPublisher(KeyspacesAsyncClient client, ListTablesRequest firstRequest) -
Uses of ListTablesRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type ListTablesRequest Modifier and Type Method Description SdkHttpFullRequestListTablesRequestMarshaller. marshall(ListTablesRequest listTablesRequest)
-