| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationSpecification |
ReplicationSpecification.clone() |
ReplicationSpecification |
CreateKeyspaceRequest.getReplicationSpecification()
The replication specification of the keyspace includes:
|
ReplicationSpecification |
ReplicationSpecification.withRegionList(Collection<String> regionList)
The
regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated
in. |
ReplicationSpecification |
ReplicationSpecification.withRegionList(String... regionList)
The
regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated
in. |
ReplicationSpecification |
ReplicationSpecification.withReplicationStrategy(Rs replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
ReplicationSpecification |
ReplicationSpecification.withReplicationStrategy(String replicationStrategy)
The
replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKeyspaceRequest.setReplicationSpecification(ReplicationSpecification replicationSpecification)
The replication specification of the keyspace includes:
|
CreateKeyspaceRequest |
CreateKeyspaceRequest.withReplicationSpecification(ReplicationSpecification replicationSpecification)
The replication specification of the keyspace includes:
|
Copyright © 2023. All rights reserved.