| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListKeyspacesResult> |
AbstractAmazonKeyspacesAsync.listKeyspacesAsync(ListKeyspacesRequest request,
AsyncHandler<ListKeyspacesRequest,ListKeyspacesResult> asyncHandler) |
Future<ListKeyspacesResult> |
AmazonKeyspacesAsyncClient.listKeyspacesAsync(ListKeyspacesRequest request,
AsyncHandler<ListKeyspacesRequest,ListKeyspacesResult> asyncHandler) |
Future<ListKeyspacesResult> |
AmazonKeyspacesAsync.listKeyspacesAsync(ListKeyspacesRequest listKeyspacesRequest,
AsyncHandler<ListKeyspacesRequest,ListKeyspacesResult> asyncHandler)
Returns a list of keyspaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyspacesRequest |
ListKeyspacesRequest.clone() |
ListKeyspacesRequest |
ListKeyspacesRequest.withMaxResults(Integer maxResults)
The total number of keyspaces to return in the output.
|
ListKeyspacesRequest |
ListKeyspacesRequest.withNextToken(String nextToken)
The pagination token.
|
Copyright © 2022. All rights reserved.