| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
KeyspaceSummary |
KeyspaceSummary.clone() |
KeyspaceSummary |
KeyspaceSummary.withKeyspaceName(String keyspaceName)
The name of the keyspace.
|
KeyspaceSummary |
KeyspaceSummary.withReplicationRegions(Collection<String> replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
KeyspaceSummary |
KeyspaceSummary.withReplicationRegions(String... replicationRegions)
If the
replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned. |
KeyspaceSummary |
KeyspaceSummary.withReplicationStrategy(Rs replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
KeyspaceSummary |
KeyspaceSummary.withReplicationStrategy(String replicationStrategy)
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
|
KeyspaceSummary |
KeyspaceSummary.withResourceArn(String resourceArn)
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyspaceSummary> |
ListKeyspacesResult.getKeyspaces()
A list of keyspaces.
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyspacesResult |
ListKeyspacesResult.withKeyspaces(KeyspaceSummary... keyspaces)
A list of keyspaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyspacesResult.setKeyspaces(Collection<KeyspaceSummary> keyspaces)
A list of keyspaces.
|
ListKeyspacesResult |
ListKeyspacesResult.withKeyspaces(Collection<KeyspaceSummary> keyspaces)
A list of keyspaces.
|
Copyright © 2023. All rights reserved.