| 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 |
| Class and Description |
|---|
| AmazonKeyspacesException
Base exception for all service exceptions thrown by Amazon Keyspaces
|
| CapacitySpecification
Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:
|
| CapacitySpecificationSummary
The read/write throughput capacity mode for a table.
|
| ClusteringKey
The optional clustering column portion of your primary key determines how the data is clustered and sorted within
each partition.
|
| ColumnDefinition
The names and data types of regular columns.
|
| Comment
An optional comment that describes the table.
|
| CreateKeyspaceRequest |
| CreateKeyspaceResult |
| CreateTableRequest |
| CreateTableResult |
| DeleteKeyspaceRequest |
| DeleteKeyspaceResult |
| DeleteTableRequest |
| DeleteTableResult |
| EncryptionSpecification
Amazon Keyspaces encrypts and decrypts the table data at rest transparently and integrates with Key Management
Service for storing and managing the encryption key.
|
| EncryptionType |
| GetKeyspaceRequest |
| GetKeyspaceResult |
| GetTableRequest |
| GetTableResult |
| KeyspaceSummary
Represents the properties of a keyspace.
|
| ListKeyspacesRequest |
| ListKeyspacesResult |
| ListTablesRequest |
| ListTablesResult |
| ListTagsForResourceRequest |
| ListTagsForResourceResult |
| PartitionKey
The partition key portion of the primary key is required and determines how Amazon Keyspaces stores the data.
|
| PointInTimeRecovery
Point-in-time recovery (PITR) helps protect your Amazon Keyspaces tables from accidental write or delete operations
by providing you continuous backups of your table data.
|
| PointInTimeRecoveryStatus |
| PointInTimeRecoverySummary
The point-in-time recovery status of the specified table.
|
| ResourceNotFoundException
The operation tried to access a keyspace or table that doesn't exist.
|
| RestoreTableRequest |
| RestoreTableResult |
| SchemaDefinition
Describes the schema of the table.
|
| SortOrder |
| StaticColumn
The static columns of the table.
|
| TableStatus |
| TableSummary
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an
Amazon Resource Name (ARN).
|
| Tag
Describes a tag.
|
| TagResourceRequest |
| TagResourceResult |
| ThroughputMode |
| TimeToLive
Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.
|
| TimeToLiveStatus |
| UntagResourceRequest |
| UntagResourceResult |
| UpdateTableRequest |
| UpdateTableResult |
Copyright © 2022. All rights reserved.