default BatchGetItemResponse |
DynamoDbClient.batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) |
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
|
default BatchGetItemResponse |
DynamoDbClient.batchGetItem(BatchGetItemRequest batchGetItemRequest) |
The BatchGetItem operation returns the attributes of one or more items from one or more tables.
|
default BatchGetItemIterable |
DynamoDbClient.batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) |
|
default BatchGetItemIterable |
DynamoDbClient.batchGetItemPaginator(BatchGetItemRequest batchGetItemRequest) |
|
default BatchWriteItemResponse |
DynamoDbClient.batchWriteItem(Consumer<BatchWriteItemRequest.Builder> batchWriteItemRequest) |
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
|
default BatchWriteItemResponse |
DynamoDbClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest) |
The BatchWriteItem operation puts or deletes multiple items in one or more tables.
|
default DeleteItemResponse |
DynamoDbClient.deleteItem(Consumer<DeleteItemRequest.Builder> deleteItemRequest) |
Deletes a single item in a table by primary key.
|
default DeleteItemResponse |
DynamoDbClient.deleteItem(DeleteItemRequest deleteItemRequest) |
Deletes a single item in a table by primary key.
|
default DeleteTableResponse |
DynamoDbClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest) |
The DeleteTable operation deletes a table and all of its items.
|
default DeleteTableResponse |
DynamoDbClient.deleteTable(DeleteTableRequest deleteTableRequest) |
The DeleteTable operation deletes a table and all of its items.
|
default DescribeContributorInsightsResponse |
DynamoDbClient.describeContributorInsights(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) |
Returns information about contributor insights for a given table or global secondary index.
|
default DescribeContributorInsightsResponse |
DynamoDbClient.describeContributorInsights(DescribeContributorInsightsRequest describeContributorInsightsRequest) |
Returns information about contributor insights for a given table or global secondary index.
|
default DescribeKinesisStreamingDestinationResponse |
DynamoDbClient.describeKinesisStreamingDestination(Consumer<DescribeKinesisStreamingDestinationRequest.Builder> describeKinesisStreamingDestinationRequest) |
Returns information about the status of Kinesis streaming.
|
default DescribeKinesisStreamingDestinationResponse |
DynamoDbClient.describeKinesisStreamingDestination(DescribeKinesisStreamingDestinationRequest describeKinesisStreamingDestinationRequest) |
Returns information about the status of Kinesis streaming.
|
default DescribeTableResponse |
DynamoDbClient.describeTable(Consumer<DescribeTableRequest.Builder> describeTableRequest) |
Returns information about the table, including the current status of the table, when it was created, the primary
key schema, and any indexes on the table.
|
default DescribeTableResponse |
DynamoDbClient.describeTable(DescribeTableRequest describeTableRequest) |
Returns information about the table, including the current status of the table, when it was created, the primary
key schema, and any indexes on the table.
|
default DescribeTableReplicaAutoScalingResponse |
DynamoDbClient.describeTableReplicaAutoScaling(Consumer<DescribeTableReplicaAutoScalingRequest.Builder> describeTableReplicaAutoScalingRequest) |
Describes auto scaling settings across replicas of the global table at once.
|
default DescribeTableReplicaAutoScalingResponse |
DynamoDbClient.describeTableReplicaAutoScaling(DescribeTableReplicaAutoScalingRequest describeTableReplicaAutoScalingRequest) |
Describes auto scaling settings across replicas of the global table at once.
|
default DescribeTimeToLiveResponse |
DynamoDbClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) |
Gives a description of the Time to Live (TTL) status on the specified table.
|
default DescribeTimeToLiveResponse |
DynamoDbClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest) |
Gives a description of the Time to Live (TTL) status on the specified table.
|
default DisableKinesisStreamingDestinationResponse |
DynamoDbClient.disableKinesisStreamingDestination(Consumer<DisableKinesisStreamingDestinationRequest.Builder> disableKinesisStreamingDestinationRequest) |
Stops replication from the DynamoDB table to the Kinesis data stream.
|
default DisableKinesisStreamingDestinationResponse |
DynamoDbClient.disableKinesisStreamingDestination(DisableKinesisStreamingDestinationRequest disableKinesisStreamingDestinationRequest) |
Stops replication from the DynamoDB table to the Kinesis data stream.
|
default EnableKinesisStreamingDestinationResponse |
DynamoDbClient.enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest) |
Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable
workflow.
|
default EnableKinesisStreamingDestinationResponse |
DynamoDbClient.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest) |
Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable
workflow.
|
default ExecuteStatementResponse |
DynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) |
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
default ExecuteStatementResponse |
DynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest) |
This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.
|
default ExecuteTransactionResponse |
DynamoDbClient.executeTransaction(Consumer<ExecuteTransactionRequest.Builder> executeTransactionRequest) |
This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.
|
default ExecuteTransactionResponse |
DynamoDbClient.executeTransaction(ExecuteTransactionRequest executeTransactionRequest) |
This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.
|
default GetItemResponse |
DynamoDbClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest) |
The GetItem operation returns a set of attributes for the item with the given primary key.
|
default GetItemResponse |
DynamoDbClient.getItem(GetItemRequest getItemRequest) |
The GetItem operation returns a set of attributes for the item with the given primary key.
|
default ListContributorInsightsResponse |
DynamoDbClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) |
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
default ListContributorInsightsResponse |
DynamoDbClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest) |
Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.
|
default ListContributorInsightsIterable |
DynamoDbClient.listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) |
|
default ListContributorInsightsIterable |
DynamoDbClient.listContributorInsightsPaginator(ListContributorInsightsRequest listContributorInsightsRequest) |
|
default ListTagsOfResourceResponse |
DynamoDbClient.listTagsOfResource(Consumer<ListTagsOfResourceRequest.Builder> listTagsOfResourceRequest) |
List all tags on an Amazon DynamoDB resource.
|
default ListTagsOfResourceResponse |
DynamoDbClient.listTagsOfResource(ListTagsOfResourceRequest listTagsOfResourceRequest) |
List all tags on an Amazon DynamoDB resource.
|
default PutItemResponse |
DynamoDbClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) |
Creates a new item, or replaces an old item with a new item.
|
default PutItemResponse |
DynamoDbClient.putItem(PutItemRequest putItemRequest) |
Creates a new item, or replaces an old item with a new item.
|
default QueryResponse |
DynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest) |
You must provide the name of the partition key attribute and a single value for that attribute.
|
default QueryResponse |
DynamoDbClient.query(QueryRequest queryRequest) |
You must provide the name of the partition key attribute and a single value for that attribute.
|
default QueryIterable |
DynamoDbClient.queryPaginator(Consumer<QueryRequest.Builder> queryRequest) |
|
default QueryIterable |
DynamoDbClient.queryPaginator(QueryRequest queryRequest) |
|
default ScanResponse |
DynamoDbClient.scan(Consumer<ScanRequest.Builder> scanRequest) |
The Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.
|
default ScanResponse |
DynamoDbClient.scan(ScanRequest scanRequest) |
The Scan operation returns one or more items and item attributes by accessing every item in a table
or a secondary index.
|
default ScanIterable |
DynamoDbClient.scanPaginator(Consumer<ScanRequest.Builder> scanRequest) |
|
default ScanIterable |
DynamoDbClient.scanPaginator(ScanRequest scanRequest) |
|
default TagResourceResponse |
DynamoDbClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associate a set of tags with an Amazon DynamoDB resource.
|
default TagResourceResponse |
DynamoDbClient.tagResource(TagResourceRequest tagResourceRequest) |
Associate a set of tags with an Amazon DynamoDB resource.
|
default TransactGetItemsResponse |
DynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest) |
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
|
default TransactGetItemsResponse |
DynamoDbClient.transactGetItems(TransactGetItemsRequest transactGetItemsRequest) |
TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or
more tables (but not from indexes) in a single account and Region.
|
default TransactWriteItemsResponse |
DynamoDbClient.transactWriteItems(Consumer<TransactWriteItemsRequest.Builder> transactWriteItemsRequest) |
TransactWriteItems is a synchronous write operation that groups up to 100 action requests.
|
default TransactWriteItemsResponse |
DynamoDbClient.transactWriteItems(TransactWriteItemsRequest transactWriteItemsRequest) |
TransactWriteItems is a synchronous write operation that groups up to 100 action requests.
|
default UntagResourceResponse |
DynamoDbClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes the association of tags from an Amazon DynamoDB resource.
|
default UntagResourceResponse |
DynamoDbClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes the association of tags from an Amazon DynamoDB resource.
|
default UpdateContributorInsightsResponse |
DynamoDbClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) |
Updates the status for contributor insights for a specific table or index.
|
default UpdateContributorInsightsResponse |
DynamoDbClient.updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest) |
Updates the status for contributor insights for a specific table or index.
|
default UpdateItemResponse |
DynamoDbClient.updateItem(Consumer<UpdateItemRequest.Builder> updateItemRequest) |
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
|
default UpdateItemResponse |
DynamoDbClient.updateItem(UpdateItemRequest updateItemRequest) |
Edits an existing item's attributes, or adds a new item to the table if it does not already exist.
|
default UpdateKinesisStreamingDestinationResponse |
DynamoDbClient.updateKinesisStreamingDestination(Consumer<UpdateKinesisStreamingDestinationRequest.Builder> updateKinesisStreamingDestinationRequest) |
The command to update the Kinesis stream destination.
|
default UpdateKinesisStreamingDestinationResponse |
DynamoDbClient.updateKinesisStreamingDestination(UpdateKinesisStreamingDestinationRequest updateKinesisStreamingDestinationRequest) |
The command to update the Kinesis stream destination.
|
default UpdateTableResponse |
DynamoDbClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) |
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
default UpdateTableResponse |
DynamoDbClient.updateTable(UpdateTableRequest updateTableRequest) |
Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given
table.
|
default UpdateTableReplicaAutoScalingResponse |
DynamoDbClient.updateTableReplicaAutoScaling(Consumer<UpdateTableReplicaAutoScalingRequest.Builder> updateTableReplicaAutoScalingRequest) |
Updates auto scaling settings on your global tables at once.
|
default UpdateTableReplicaAutoScalingResponse |
DynamoDbClient.updateTableReplicaAutoScaling(UpdateTableReplicaAutoScalingRequest updateTableReplicaAutoScalingRequest) |
Updates auto scaling settings on your global tables at once.
|
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest) |
The UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table.
|
default UpdateTimeToLiveResponse |
DynamoDbClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest) |
The UpdateTimeToLive method enables or disables Time to Live (TTL) for the specified table.
|