| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static Rs |
Rs.fromValue(String value)
Use this in place of valueOf.
|
static Rs |
Rs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rs[] |
Rs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyspaceResult |
GetKeyspaceResult.withReplicationStrategy(Rs replicationStrategy)
Returns the replication strategy of the keyspace.
|
KeyspaceSummary |
KeyspaceSummary.withReplicationStrategy(Rs replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
ReplicationSpecification |
ReplicationSpecification.withReplicationStrategy(Rs replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
Copyright © 2023. All rights reserved.