| 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.model |
| 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 GetKeyspaceResponse |
KeyspacesClient.getKeyspace(Consumer<GetKeyspaceRequest.Builder> getKeyspaceRequest)
Returns the name and the Amazon Resource Name (ARN) of the specified table.
|
default GetKeyspaceResponse |
KeyspacesClient.getKeyspace(GetKeyspaceRequest getKeyspaceRequest)
Returns the name and the Amazon Resource Name (ARN) of the specified table.
|
default GetTableResponse |
KeyspacesClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default GetTableResponse |
KeyspacesClient.getTable(GetTableRequest getTableRequest)
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest)
Returns a list of keyspaces.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)
Returns a list of keyspaces.
|
default ListKeyspacesIterable |
KeyspacesClient.listKeyspacesPaginator(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest)
Returns a list of keyspaces.
|
default ListKeyspacesIterable |
KeyspacesClient.listKeyspacesPaginator(ListKeyspacesRequest listKeyspacesRequest)
Returns a list of keyspaces.
|
default ListTablesResponse |
KeyspacesClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTablesResponse |
KeyspacesClient.listTables(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTablesIterable |
KeyspacesClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTablesIterable |
KeyspacesClient.listTablesPaginator(ListTablesRequest listTablesRequest)
Returns a list of tables for a specified keyspace.
|
default ListTagsForResourceResponse |
KeyspacesClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceResponse |
KeyspacesClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceIterable |
KeyspacesClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceIterable |
KeyspacesClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
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 TagResourceResponse |
KeyspacesClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates a set of tags with a Amazon Keyspaces resource.
|
default TagResourceResponse |
KeyspacesClient.tagResource(TagResourceRequest tagResourceRequest)
Associates a set of tags with a Amazon Keyspaces resource.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConflictException
Amazon Keyspaces could not complete the requested action.
|
class |
InternalServerException
Amazon Keyspaces was unable to fully process this request because of an internal server error.
|
class |
ResourceNotFoundException
The operation tried to access a keyspace or table that doesn't exist.
|
class |
ServiceQuotaExceededException
The operation exceeded the service quota for this resource.
|
class |
ValidationException
The operation failed due to an invalid or malformed request.
|
| Modifier and Type | Method and Description |
|---|---|
KeyspacesException |
KeyspacesException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(KeyspacesException ex) |
Copyright © 2023. All rights reserved.