Uses of Interface
software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
Packages that use KeyspacesAsyncClient 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 KeyspacesAsyncClient in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return KeyspacesAsyncClient Modifier and Type Method Description static KeyspacesAsyncClientKeyspacesAsyncClient. create()Create aKeyspacesAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of KeyspacesAsyncClient in software.amazon.awssdk.services.keyspaces.paginators
Constructors in software.amazon.awssdk.services.keyspaces.paginators with parameters of type KeyspacesAsyncClient Constructor Description ListKeyspacesPublisher(KeyspacesAsyncClient client, ListKeyspacesRequest firstRequest)ListTablesPublisher(KeyspacesAsyncClient client, ListTablesRequest firstRequest)ListTagsForResourcePublisher(KeyspacesAsyncClient client, ListTagsForResourceRequest firstRequest)
-