default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest) |
The CreateKeyspace operation adds a new keyspace to your account.
|
default CreateKeyspaceResponse |
KeyspacesClient.createKeyspace(CreateKeyspaceRequest createKeyspaceRequest) |
The CreateKeyspace operation adds a new keyspace to your account.
|
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 CreateTypeResponse |
KeyspacesClient.createType(Consumer<CreateTypeRequest.Builder> createTypeRequest) |
The CreateType operation creates a new user-defined type in the specified keyspace.
|
default CreateTypeResponse |
KeyspacesClient.createType(CreateTypeRequest createTypeRequest) |
The CreateType operation creates a new user-defined type in 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 DeleteTypeResponse |
KeyspacesClient.deleteType(Consumer<DeleteTypeRequest.Builder> deleteTypeRequest) |
The DeleteType operation deletes a user-defined type (UDT).
|
default DeleteTypeResponse |
KeyspacesClient.deleteType(DeleteTypeRequest deleteTypeRequest) |
The DeleteType operation deletes a user-defined type (UDT).
|
default GetKeyspaceResponse |
KeyspacesClient.getKeyspace(Consumer<GetKeyspaceRequest.Builder> getKeyspaceRequest) |
Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon
Web Services Regions of a multi-Region keyspace, and the status of newly added Regions after an
UpdateKeyspace operation.
|
default GetKeyspaceResponse |
KeyspacesClient.getKeyspace(GetKeyspaceRequest getKeyspaceRequest) |
Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon
Web Services Regions of a multi-Region keyspace, and the status of newly added Regions after an
UpdateKeyspace operation.
|
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 GetTypeResponse |
KeyspacesClient.getType(Consumer<GetTypeRequest.Builder> getTypeRequest) |
The GetType operation returns information about the type, for example the field definitions, the
timestamp when the type was last modified, the level of nesting, the status, and details about if the type is
used in other types and tables.
|
default GetTypeResponse |
KeyspacesClient.getType(GetTypeRequest getTypeRequest) |
The GetType operation returns information about the type, for example the field definitions, the
timestamp when the type was last modified, the level of nesting, the status, and details about if the type is
used in other types and tables.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(Consumer<ListKeyspacesRequest.Builder> listKeyspacesRequest) |
The ListKeyspaces operation returns a list of keyspaces.
|
default ListKeyspacesResponse |
KeyspacesClient.listKeyspaces(ListKeyspacesRequest listKeyspacesRequest) |
The ListKeyspaces operation 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) |
The ListTables operation returns a list of tables for a specified keyspace.
|
default ListTablesResponse |
KeyspacesClient.listTables(ListTablesRequest listTablesRequest) |
The ListTables operation 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 ListTypesResponse |
KeyspacesClient.listTypes(Consumer<ListTypesRequest.Builder> listTypesRequest) |
The ListTypes operation returns a list of types for a specified keyspace.
|
default ListTypesResponse |
KeyspacesClient.listTypes(ListTypesRequest listTypesRequest) |
The ListTypes operation returns a list of types for a specified keyspace.
|
default ListTypesIterable |
KeyspacesClient.listTypesPaginator(Consumer<ListTypesRequest.Builder> listTypesRequest) |
|
default ListTypesIterable |
KeyspacesClient.listTypesPaginator(ListTypesRequest listTypesRequest) |
|
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 UpdateKeyspaceResponse |
KeyspacesClient.updateKeyspace(Consumer<UpdateKeyspaceRequest.Builder> updateKeyspaceRequest) |
Adds a new Amazon Web Services Region to the keyspace.
|
default UpdateKeyspaceResponse |
KeyspacesClient.updateKeyspace(UpdateKeyspaceRequest updateKeyspaceRequest) |
Adds a new Amazon Web Services Region to the keyspace.
|
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.
|