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