| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
GetTableResult.getComment()
The the description of the specified table.
|
Comment |
CreateTableRequest.getComment()
This parameter allows to enter a description of the table.
|
Comment |
Comment.withMessage(String message)
An optional description of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setComment(Comment comment)
The the description of the specified table.
|
void |
CreateTableRequest.setComment(Comment comment)
This parameter allows to enter a description of the table.
|
GetTableResult |
GetTableResult.withComment(Comment comment)
The the description of the specified table.
|
CreateTableRequest |
CreateTableRequest.withComment(Comment comment)
This parameter allows to enter a description of the table.
|
Copyright © 2022. All rights reserved.