| 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 |
|---|---|
ListKeyspacesResult |
AbstractAmazonKeyspaces.listKeyspaces(ListKeyspacesRequest request) |
ListKeyspacesResult |
AmazonKeyspacesClient.listKeyspaces(ListKeyspacesRequest request)
Returns a list of keyspaces.
|
ListKeyspacesResult |
AmazonKeyspaces.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)
Returns a list of keyspaces.
|
| 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 |
|---|---|
ListKeyspacesResult |
ListKeyspacesResult.clone() |
ListKeyspacesResult |
ListKeyspacesResult.withKeyspaces(Collection<KeyspaceSummary> keyspaces)
A list of keyspaces.
|
ListKeyspacesResult |
ListKeyspacesResult.withKeyspaces(KeyspaceSummary... keyspaces)
A list of keyspaces.
|
ListKeyspacesResult |
ListKeyspacesResult.withNextToken(String nextToken)
A token to specify where to start paginating.
|
Copyright © 2022. All rights reserved.