Uses of Class
software.amazon.awssdk.services.keyspaces.model.Comment
-
Packages that use Comment Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of Comment in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return Comment Modifier and Type Method Description CommentCreateTableRequest. comment()This parameter allows to enter a description of the table.CommentGetTableResponse. comment()The the description of the specified table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type Comment Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. comment(Comment comment)This parameter allows to enter a description of the table.GetTableResponse.BuilderGetTableResponse.Builder. comment(Comment comment)The the description of the specified table.
-