| 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 |
|---|---|
GetTableAutoScalingSettingsResult |
AmazonKeyspacesClient.getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest request)
Returns auto scaling related settings of the specified table in JSON format.
|
GetTableAutoScalingSettingsResult |
AmazonKeyspaces.getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest)
Returns auto scaling related settings of the specified table in JSON format.
|
GetTableAutoScalingSettingsResult |
AbstractAmazonKeyspaces.getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest request) |
| 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 |
|---|---|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.clone() |
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withAutoScalingSpecification(AutoScalingSpecification autoScalingSpecification)
The auto scaling settings of the table.
|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withReplicaSpecifications(Collection<ReplicaAutoScalingSpecification> replicaSpecifications)
The Amazon Web Services Region specific settings of a multi-Region table.
|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withReplicaSpecifications(ReplicaAutoScalingSpecification... replicaSpecifications)
The Amazon Web Services Region specific settings of a multi-Region table.
|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the table.
|
GetTableAutoScalingSettingsResult |
GetTableAutoScalingSettingsResult.withTableName(String tableName)
The name of the table.
|
Copyright © 2024. All rights reserved.