| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static Rs |
Rs.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Rs |
GetKeyspaceResponse.replicationStrategy()
Returns the replication strategy of the keyspace.
|
Rs |
KeyspaceSummary.replicationStrategy()
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
Rs |
ReplicationSpecification.replicationStrategy()
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
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 |
|---|---|
static Set<Rs> |
Rs.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetKeyspaceResponse.Builder |
GetKeyspaceResponse.Builder.replicationStrategy(Rs replicationStrategy)
Returns the replication strategy of the keyspace.
|
KeyspaceSummary.Builder |
KeyspaceSummary.Builder.replicationStrategy(Rs replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
ReplicationSpecification.Builder |
ReplicationSpecification.Builder.replicationStrategy(Rs replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
Copyright © 2023. All rights reserved.