| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(CreateKeyspaceRequest createKeyspaceRequest)
The
CreateKeyspace operation adds a new keyspace to your account. |
default CreateTableResponse |
KeyspacesClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest)
The
CreateTable operation adds a new table to the specified keyspace. |
default CreateTableResponse |
KeyspacesClient.createTable(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to the specified keyspace. |
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)
The
DeleteKeyspace operation deletes a keyspace and all of its tables. |
default DeleteTableResponse |
KeyspacesClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest)
The
DeleteTable operation deletes a table and all of its data. |
default DeleteTableResponse |
KeyspacesClient.deleteTable(DeleteTableRequest deleteTableRequest)
The
DeleteTable operation deletes a table and all of its data. |
default RestoreTableResponse |
KeyspacesClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
default RestoreTableResponse |
KeyspacesClient.restoreTable(RestoreTableRequest restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
default UntagResourceResponse |
KeyspacesClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the association of tags from a Amazon Keyspaces resource.
|
default UntagResourceResponse |
KeyspacesClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the association of tags from a Amazon Keyspaces resource.
|
default UpdateTableResponse |
KeyspacesClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
default UpdateTableResponse |
KeyspacesClient.updateTable(UpdateTableRequest updateTableRequest)
Adds new columns to the table or updates one of the table's settings, for example capacity mode, encryption,
point-in-time recovery, or ttl settings.
|
Copyright © 2022. All rights reserved.