default CreateTableResponse |
KeyspacesClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest) |
The CreateTable operation adds a new table to the specified keyspace.
|
default CreateTableResponse |
KeyspacesClient.createTable(CreateTableRequest createTableRequest) |
The CreateTable operation adds a new table to the specified keyspace.
|
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest) |
The DeleteKeyspace operation deletes a keyspace and all of its tables.
|
default DeleteKeyspaceResponse |
KeyspacesClient.deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest) |
The DeleteKeyspace operation deletes a keyspace and all of its tables.
|
default DeleteTableResponse |
KeyspacesClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest) |
The DeleteTable operation deletes a table and all of its data.
|
default DeleteTableResponse |
KeyspacesClient.deleteTable(DeleteTableRequest deleteTableRequest) |
The DeleteTable operation deletes a table and all of its data.
|
default GetKeyspaceResponse |
KeyspacesClient.getKeyspace(Consumer<GetKeyspaceRequest.Builder> getKeyspaceRequest) |
Returns the name and the Amazon Resource Name (ARN) of the specified table.
|
default GetKeyspaceResponse |
KeyspacesClient.getKeyspace(GetKeyspaceRequest getKeyspaceRequest) |
Returns the name and the Amazon Resource Name (ARN) of the specified table.
|
default GetTableResponse |
KeyspacesClient.getTable(Consumer<GetTableRequest.Builder> getTableRequest) |
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default GetTableResponse |
KeyspacesClient.getTable(GetTableRequest getTableRequest) |
Returns information about the table, including the table's name and current status, the keyspace name,
configuration settings, and metadata.
|
default GetTableAutoScalingSettingsResponse |
KeyspacesClient.getTableAutoScalingSettings(Consumer<GetTableAutoScalingSettingsRequest.Builder> getTableAutoScalingSettingsRequest) |
Returns auto scaling related settings of the specified table in JSON format.
|
default GetTableAutoScalingSettingsResponse |
KeyspacesClient.getTableAutoScalingSettings(GetTableAutoScalingSettingsRequest getTableAutoScalingSettingsRequest) |
Returns auto scaling related settings of the specified table in JSON format.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest) |
Returns a list of keyspaces.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest) |
Returns a list of keyspaces.
|
default ListKeyspacesIterable |
KeyspacesClient.listKeyspacesPaginator(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest) |
|
default ListKeyspacesIterable |
KeyspacesClient.listKeyspacesPaginator(ListKeyspacesRequest listKeyspacesRequest) |
|
default ListTablesResponse |
KeyspacesClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest) |
Returns a list of tables for a specified keyspace.
|
default ListTablesResponse |
KeyspacesClient.listTables(ListTablesRequest listTablesRequest) |
Returns a list of tables for a specified keyspace.
|
default ListTablesIterable |
KeyspacesClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest) |
|
default ListTablesIterable |
KeyspacesClient.listTablesPaginator(ListTablesRequest listTablesRequest) |
|
default ListTagsForResourceResponse |
KeyspacesClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceResponse |
KeyspacesClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Returns a list of all tags associated with the specified Amazon Keyspaces resource.
|
default ListTagsForResourceIterable |
KeyspacesClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
|
default ListTagsForResourceIterable |
KeyspacesClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) |
|
default RestoreTableResponse |
KeyspacesClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest) |
Restores the table to the specified point in time within the earliest_restorable_timestamp and the
current time.
|
default RestoreTableResponse |
KeyspacesClient.restoreTable(RestoreTableRequest restoreTableRequest) |
Restores the table to the specified point in time within the earliest_restorable_timestamp and the
current time.
|
default TagResourceResponse |
KeyspacesClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associates a set of tags with a Amazon Keyspaces resource.
|
default TagResourceResponse |
KeyspacesClient.tagResource(TagResourceRequest tagResourceRequest) |
Associates a set of tags with a Amazon Keyspaces resource.
|
default UntagResourceResponse |
KeyspacesClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes the association of tags from a Amazon Keyspaces resource.
|
default UntagResourceResponse |
KeyspacesClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes the association of tags from a Amazon Keyspaces resource.
|
default UpdateTableResponse |
KeyspacesClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) |
Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling,
encryption, point-in-time recovery, or ttl settings.
|
default UpdateTableResponse |
KeyspacesClient.updateTable(UpdateTableRequest updateTableRequest) |
Adds new columns to the table or updates one of the table's settings, for example capacity mode, auto scaling,
encryption, point-in-time recovery, or ttl settings.
|