| 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.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 © 2022. All rights reserved.