| 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<GetTableAutoScalingSettingsResult> |
AbstractAmazonKeyspacesAsync.getTableAutoScalingSettingsAsync(GetTableAutoScalingSettingsRequest request,
AsyncHandler<GetTableAutoScalingSettingsRequest,GetTableAutoScalingSettingsResult> asyncHandler) |
Future<GetTableAutoScalingSettingsResult> |
AmazonKeyspacesAsyncClient.getTableAutoScalingSettingsAsync(GetTableAutoScalingSettingsRequest request,
AsyncHandler<GetTableAutoScalingSettingsRequest,GetTableAutoScalingSettingsResult> asyncHandler) |
Future<GetTableAutoScalingSettingsResult> |
AmazonKeyspacesAsync.getTableAutoScalingSettingsAsync(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest,
AsyncHandler<GetTableAutoScalingSettingsRequest,GetTableAutoScalingSettingsResult> asyncHandler)
Returns auto scaling related settings of the specified table in JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
GetTableAutoScalingSettingsRequest |
GetTableAutoScalingSettingsRequest.clone() |
GetTableAutoScalingSettingsRequest |
GetTableAutoScalingSettingsRequest.withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
GetTableAutoScalingSettingsRequest |
GetTableAutoScalingSettingsRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2024. All rights reserved.