Uses of Class
software.amazon.awssdk.services.dynamodb.model.InternalServerErrorException
Packages that use InternalServerErrorException
Package
Description
-
Uses of InternalServerErrorException in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that throw InternalServerErrorExceptionModifier and TypeMethodDescriptiondefault BatchExecuteStatementResponseDynamoDbClient.batchExecuteStatement(Consumer<BatchExecuteStatementRequest.Builder> batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.default BatchExecuteStatementResponseDynamoDbClient.batchExecuteStatement(BatchExecuteStatementRequest batchExecuteStatementRequest) This operation allows you to perform batch reads or writes on data stored in DynamoDB, using PartiQL.default BatchGetItemResponseDynamoDbClient.batchGetItem(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemResponseDynamoDbClient.batchGetItem(BatchGetItemRequest batchGetItemRequest) TheBatchGetItemoperation returns the attributes of one or more items from one or more tables.default BatchGetItemIterableDynamoDbClient.batchGetItemPaginator(Consumer<BatchGetItemRequest.Builder> batchGetItemRequest) This is a variant ofDynamoDbClient.batchGetItem(software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest)operation.default BatchGetItemIterableDynamoDbClient.batchGetItemPaginator(BatchGetItemRequest batchGetItemRequest) This is a variant ofDynamoDbClient.batchGetItem(software.amazon.awssdk.services.dynamodb.model.BatchGetItemRequest)operation.default BatchWriteItemResponseDynamoDbClient.batchWriteItem(Consumer<BatchWriteItemRequest.Builder> batchWriteItemRequest) TheBatchWriteItemoperation puts or deletes multiple items in one or more tables.default BatchWriteItemResponseDynamoDbClient.batchWriteItem(BatchWriteItemRequest batchWriteItemRequest) TheBatchWriteItemoperation puts or deletes multiple items in one or more tables.default CreateBackupResponseDynamoDbClient.createBackup(Consumer<CreateBackupRequest.Builder> createBackupRequest) Creates a backup for an existing table.default CreateBackupResponseDynamoDbClient.createBackup(CreateBackupRequest createBackupRequest) Creates a backup for an existing table.default CreateGlobalTableResponseDynamoDbClient.createGlobalTable(Consumer<CreateGlobalTableRequest.Builder> createGlobalTableRequest) Creates a global table from an existing table.default CreateGlobalTableResponseDynamoDbClient.createGlobalTable(CreateGlobalTableRequest createGlobalTableRequest) Creates a global table from an existing table.default CreateTableResponseDynamoDbClient.createTable(Consumer<CreateTableRequest.Builder> createTableRequest) TheCreateTableoperation adds a new table to your account.default CreateTableResponseDynamoDbClient.createTable(CreateTableRequest createTableRequest) TheCreateTableoperation adds a new table to your account.default DeleteBackupResponseDynamoDbClient.deleteBackup(Consumer<DeleteBackupRequest.Builder> deleteBackupRequest) Deletes an existing backup of a table.default DeleteBackupResponseDynamoDbClient.deleteBackup(DeleteBackupRequest deleteBackupRequest) Deletes an existing backup of a table.default DeleteItemResponseDynamoDbClient.deleteItem(Consumer<DeleteItemRequest.Builder> deleteItemRequest) Deletes a single item in a table by primary key.default DeleteItemResponseDynamoDbClient.deleteItem(DeleteItemRequest deleteItemRequest) Deletes a single item in a table by primary key.default DeleteResourcePolicyResponseDynamoDbClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) Deletes the resource-based policy attached to the resource, which can be a table or stream.default DeleteResourcePolicyResponseDynamoDbClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) Deletes the resource-based policy attached to the resource, which can be a table or stream.default DeleteTableResponseDynamoDbClient.deleteTable(Consumer<DeleteTableRequest.Builder> deleteTableRequest) TheDeleteTableoperation deletes a table and all of its items.default DeleteTableResponseDynamoDbClient.deleteTable(DeleteTableRequest deleteTableRequest) TheDeleteTableoperation deletes a table and all of its items.default DescribeBackupResponseDynamoDbClient.describeBackup(Consumer<DescribeBackupRequest.Builder> describeBackupRequest) Describes an existing backup of a table.default DescribeBackupResponseDynamoDbClient.describeBackup(DescribeBackupRequest describeBackupRequest) Describes an existing backup of a table.DynamoDbClient.describeContinuousBackups(Consumer<DescribeContinuousBackupsRequest.Builder> describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.DynamoDbClient.describeContinuousBackups(DescribeContinuousBackupsRequest describeContinuousBackupsRequest) Checks the status of continuous backups and point in time recovery on the specified table.DynamoDbClient.describeContributorInsights(Consumer<DescribeContributorInsightsRequest.Builder> describeContributorInsightsRequest) Returns information about contributor insights for a given table or global secondary index.DynamoDbClient.describeContributorInsights(DescribeContributorInsightsRequest describeContributorInsightsRequest) Returns information about contributor insights for a given table or global secondary index.default DescribeExportResponseDynamoDbClient.describeExport(Consumer<DescribeExportRequest.Builder> describeExportRequest) Describes an existing table export.default DescribeExportResponseDynamoDbClient.describeExport(DescribeExportRequest describeExportRequest) Describes an existing table export.default DescribeGlobalTableResponseDynamoDbClient.describeGlobalTable(Consumer<DescribeGlobalTableRequest.Builder> describeGlobalTableRequest) Returns information about the specified global table.default DescribeGlobalTableResponseDynamoDbClient.describeGlobalTable(DescribeGlobalTableRequest describeGlobalTableRequest) Returns information about the specified global table.DynamoDbClient.describeGlobalTableSettings(Consumer<DescribeGlobalTableSettingsRequest.Builder> describeGlobalTableSettingsRequest) Describes Region-specific settings for a global table.DynamoDbClient.describeGlobalTableSettings(DescribeGlobalTableSettingsRequest describeGlobalTableSettingsRequest) Describes Region-specific settings for a global table.DynamoDbClient.describeKinesisStreamingDestination(Consumer<DescribeKinesisStreamingDestinationRequest.Builder> describeKinesisStreamingDestinationRequest) Returns information about the status of Kinesis streaming.DynamoDbClient.describeKinesisStreamingDestination(DescribeKinesisStreamingDestinationRequest describeKinesisStreamingDestinationRequest) Returns information about the status of Kinesis streaming.default DescribeLimitsResponseDynamoDbClient.describeLimits()Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.default DescribeLimitsResponseDynamoDbClient.describeLimits(Consumer<DescribeLimitsRequest.Builder> describeLimitsRequest) Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.default DescribeLimitsResponseDynamoDbClient.describeLimits(DescribeLimitsRequest describeLimitsRequest) Returns the current provisioned-capacity quotas for your Amazon Web Services account in a Region, both for the Region as a whole and for any one DynamoDB table that you create there.default DescribeTableResponseDynamoDbClient.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 DescribeTableResponseDynamoDbClient.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.DynamoDbClient.describeTableReplicaAutoScaling(Consumer<DescribeTableReplicaAutoScalingRequest.Builder> describeTableReplicaAutoScalingRequest) Describes auto scaling settings across replicas of the global table at once.DynamoDbClient.describeTableReplicaAutoScaling(DescribeTableReplicaAutoScalingRequest describeTableReplicaAutoScalingRequest) Describes auto scaling settings across replicas of the global table at once.default DescribeTimeToLiveResponseDynamoDbClient.describeTimeToLive(Consumer<DescribeTimeToLiveRequest.Builder> describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.default DescribeTimeToLiveResponseDynamoDbClient.describeTimeToLive(DescribeTimeToLiveRequest describeTimeToLiveRequest) Gives a description of the Time to Live (TTL) status on the specified table.DynamoDbClient.disableKinesisStreamingDestination(Consumer<DisableKinesisStreamingDestinationRequest.Builder> disableKinesisStreamingDestinationRequest) Stops replication from the DynamoDB table to the Kinesis data stream.DynamoDbClient.disableKinesisStreamingDestination(DisableKinesisStreamingDestinationRequest disableKinesisStreamingDestinationRequest) Stops replication from the DynamoDB table to the Kinesis data stream.DynamoDbClient.enableKinesisStreamingDestination(Consumer<EnableKinesisStreamingDestinationRequest.Builder> enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.DynamoDbClient.enableKinesisStreamingDestination(EnableKinesisStreamingDestinationRequest enableKinesisStreamingDestinationRequest) Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow.default ExecuteStatementResponseDynamoDbClient.executeStatement(Consumer<ExecuteStatementRequest.Builder> executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteStatementResponseDynamoDbClient.executeStatement(ExecuteStatementRequest executeStatementRequest) This operation allows you to perform reads and singleton writes on data stored in DynamoDB, using PartiQL.default ExecuteTransactionResponseDynamoDbClient.executeTransaction(Consumer<ExecuteTransactionRequest.Builder> executeTransactionRequest) This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.default ExecuteTransactionResponseDynamoDbClient.executeTransaction(ExecuteTransactionRequest executeTransactionRequest) This operation allows you to perform transactional reads or writes on data stored in DynamoDB, using PartiQL.default ExportTableToPointInTimeResponseDynamoDbClient.exportTableToPointInTime(Consumer<ExportTableToPointInTimeRequest.Builder> exportTableToPointInTimeRequest) Exports table data to an S3 bucket.default ExportTableToPointInTimeResponseDynamoDbClient.exportTableToPointInTime(ExportTableToPointInTimeRequest exportTableToPointInTimeRequest) Exports table data to an S3 bucket.default GetItemResponseDynamoDbClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key.default GetItemResponseDynamoDbClient.getItem(GetItemRequest getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key.default GetResourcePolicyResponseDynamoDbClient.getResourcePolicy(Consumer<GetResourcePolicyRequest.Builder> getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.default GetResourcePolicyResponseDynamoDbClient.getResourcePolicy(GetResourcePolicyRequest getResourcePolicyRequest) Returns the resource-based policy document attached to the resource, which can be a table or stream, in JSON format.default ListBackupsResponseDynamoDbClient.listBackups()List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default ListBackupsResponseDynamoDbClient.listBackups(Consumer<ListBackupsRequest.Builder> listBackupsRequest) List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default ListBackupsResponseDynamoDbClient.listBackups(ListBackupsRequest listBackupsRequest) List DynamoDB backups that are associated with an Amazon Web Services account and weren't made with Amazon Web Services Backup.default ListContributorInsightsResponseDynamoDbClient.listContributorInsights(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsResponseDynamoDbClient.listContributorInsights(ListContributorInsightsRequest listContributorInsightsRequest) Returns a list of ContributorInsightsSummary for a table and all its global secondary indexes.default ListContributorInsightsIterableDynamoDbClient.listContributorInsightsPaginator(Consumer<ListContributorInsightsRequest.Builder> listContributorInsightsRequest) This is a variant ofDynamoDbClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation.default ListContributorInsightsIterableDynamoDbClient.listContributorInsightsPaginator(ListContributorInsightsRequest listContributorInsightsRequest) This is a variant ofDynamoDbClient.listContributorInsights(software.amazon.awssdk.services.dynamodb.model.ListContributorInsightsRequest)operation.default ListExportsResponseDynamoDbClient.listExports(Consumer<ListExportsRequest.Builder> listExportsRequest) Lists completed exports within the past 90 days, in reverse alphanumeric order ofExportArn.default ListExportsResponseDynamoDbClient.listExports(ListExportsRequest listExportsRequest) Lists completed exports within the past 90 days, in reverse alphanumeric order ofExportArn.default ListExportsIterableDynamoDbClient.listExportsPaginator(Consumer<ListExportsRequest.Builder> listExportsRequest) This is a variant ofDynamoDbClient.listExports(software.amazon.awssdk.services.dynamodb.model.ListExportsRequest)operation.default ListExportsIterableDynamoDbClient.listExportsPaginator(ListExportsRequest listExportsRequest) This is a variant ofDynamoDbClient.listExports(software.amazon.awssdk.services.dynamodb.model.ListExportsRequest)operation.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables()Lists all global tables that have a replica in the specified Region.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables(Consumer<ListGlobalTablesRequest.Builder> listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.default ListGlobalTablesResponseDynamoDbClient.listGlobalTables(ListGlobalTablesRequest listGlobalTablesRequest) Lists all global tables that have a replica in the specified Region.default ListTablesResponseDynamoDbClient.listTables()Returns an array of table names associated with the current account and endpoint.default ListTablesResponseDynamoDbClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest) Returns an array of table names associated with the current account and endpoint.default ListTablesResponseDynamoDbClient.listTables(ListTablesRequest listTablesRequest) Returns an array of table names associated with the current account and endpoint.default ListTablesIterableDynamoDbClient.listTablesPaginator()This is a variant ofDynamoDbClient.listTables(software.amazon.awssdk.services.dynamodb.model.ListTablesRequest)operation.default ListTablesIterableDynamoDbClient.listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest) This is a variant ofDynamoDbClient.listTables(software.amazon.awssdk.services.dynamodb.model.ListTablesRequest)operation.default ListTablesIterableDynamoDbClient.listTablesPaginator(ListTablesRequest listTablesRequest) This is a variant ofDynamoDbClient.listTables(software.amazon.awssdk.services.dynamodb.model.ListTablesRequest)operation.default ListTagsOfResourceResponseDynamoDbClient.listTagsOfResource(Consumer<ListTagsOfResourceRequest.Builder> listTagsOfResourceRequest) List all tags on an Amazon DynamoDB resource.default ListTagsOfResourceResponseDynamoDbClient.listTagsOfResource(ListTagsOfResourceRequest listTagsOfResourceRequest) List all tags on an Amazon DynamoDB resource.default PutItemResponseDynamoDbClient.putItem(Consumer<PutItemRequest.Builder> putItemRequest) Creates a new item, or replaces an old item with a new item.default PutItemResponseDynamoDbClient.putItem(PutItemRequest putItemRequest) Creates a new item, or replaces an old item with a new item.default PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.default PutResourcePolicyResponseDynamoDbClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) Attaches a resource-based policy document to the resource, which can be a table or stream.default QueryResponseDynamoDbClient.query(Consumer<QueryRequest.Builder> queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryResponseDynamoDbClient.query(QueryRequest queryRequest) You must provide the name of the partition key attribute and a single value for that attribute.default QueryIterableDynamoDbClient.queryPaginator(Consumer<QueryRequest.Builder> queryRequest) This is a variant ofDynamoDbClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation.default QueryIterableDynamoDbClient.queryPaginator(QueryRequest queryRequest) This is a variant ofDynamoDbClient.query(software.amazon.awssdk.services.dynamodb.model.QueryRequest)operation.default RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(Consumer<RestoreTableFromBackupRequest.Builder> restoreTableFromBackupRequest) Creates a new table from an existing backup.default RestoreTableFromBackupResponseDynamoDbClient.restoreTableFromBackup(RestoreTableFromBackupRequest restoreTableFromBackupRequest) Creates a new table from an existing backup.DynamoDbClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.DynamoDbClient.restoreTableToPointInTime(RestoreTableToPointInTimeRequest restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.default ScanResponseDynamoDbClient.scan(Consumer<ScanRequest.Builder> scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanResponseDynamoDbClient.scan(ScanRequest scanRequest) TheScanoperation returns one or more items and item attributes by accessing every item in a table or a secondary index.default ScanIterableDynamoDbClient.scanPaginator(Consumer<ScanRequest.Builder> scanRequest) This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default ScanIterableDynamoDbClient.scanPaginator(ScanRequest scanRequest) This is a variant ofDynamoDbClient.scan(software.amazon.awssdk.services.dynamodb.model.ScanRequest)operation.default TagResourceResponseDynamoDbClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Associate a set of tags with an Amazon DynamoDB resource.default TagResourceResponseDynamoDbClient.tagResource(TagResourceRequest tagResourceRequest) Associate a set of tags with an Amazon DynamoDB resource.default TransactGetItemsResponseDynamoDbClient.transactGetItems(Consumer<TransactGetItemsRequest.Builder> transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactGetItemsResponseDynamoDbClient.transactGetItems(TransactGetItemsRequest transactGetItemsRequest) TransactGetItemsis a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region.default TransactWriteItemsResponseDynamoDbClient.transactWriteItems(Consumer<TransactWriteItemsRequest.Builder> transactWriteItemsRequest) TransactWriteItemsis a synchronous write operation that groups up to 100 action requests.default TransactWriteItemsResponseDynamoDbClient.transactWriteItems(TransactWriteItemsRequest transactWriteItemsRequest) TransactWriteItemsis a synchronous write operation that groups up to 100 action requests.default UntagResourceResponseDynamoDbClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource.default UntagResourceResponseDynamoDbClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the association of tags from an Amazon DynamoDB resource.default UpdateContinuousBackupsResponseDynamoDbClient.updateContinuousBackups(Consumer<UpdateContinuousBackupsRequest.Builder> updateContinuousBackupsRequest) UpdateContinuousBackupsenables or disables point in time recovery for the specified table.default UpdateContinuousBackupsResponseDynamoDbClient.updateContinuousBackups(UpdateContinuousBackupsRequest updateContinuousBackupsRequest) UpdateContinuousBackupsenables or disables point in time recovery for the specified table.DynamoDbClient.updateContributorInsights(Consumer<UpdateContributorInsightsRequest.Builder> updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.DynamoDbClient.updateContributorInsights(UpdateContributorInsightsRequest updateContributorInsightsRequest) Updates the status for contributor insights for a specific table or index.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(Consumer<UpdateGlobalTableRequest.Builder> updateGlobalTableRequest) Adds or removes replicas in the specified global table.default UpdateGlobalTableResponseDynamoDbClient.updateGlobalTable(UpdateGlobalTableRequest updateGlobalTableRequest) Adds or removes replicas in the specified global table.DynamoDbClient.updateGlobalTableSettings(Consumer<UpdateGlobalTableSettingsRequest.Builder> updateGlobalTableSettingsRequest) Updates settings for a global table.DynamoDbClient.updateGlobalTableSettings(UpdateGlobalTableSettingsRequest updateGlobalTableSettingsRequest) Updates settings for a global table.default UpdateItemResponseDynamoDbClient.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 UpdateItemResponseDynamoDbClient.updateItem(UpdateItemRequest updateItemRequest) Edits an existing item's attributes, or adds a new item to the table if it does not already exist.DynamoDbClient.updateKinesisStreamingDestination(Consumer<UpdateKinesisStreamingDestinationRequest.Builder> updateKinesisStreamingDestinationRequest) The command to update the Kinesis stream destination.DynamoDbClient.updateKinesisStreamingDestination(UpdateKinesisStreamingDestinationRequest updateKinesisStreamingDestinationRequest) The command to update the Kinesis stream destination.default UpdateTableResponseDynamoDbClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.default UpdateTableResponseDynamoDbClient.updateTable(UpdateTableRequest updateTableRequest) Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.DynamoDbClient.updateTableReplicaAutoScaling(Consumer<UpdateTableReplicaAutoScalingRequest.Builder> updateTableReplicaAutoScalingRequest) Updates auto scaling settings on your global tables at once.DynamoDbClient.updateTableReplicaAutoScaling(UpdateTableReplicaAutoScalingRequest updateTableReplicaAutoScalingRequest) Updates auto scaling settings on your global tables at once.default UpdateTimeToLiveResponseDynamoDbClient.updateTimeToLive(Consumer<UpdateTimeToLiveRequest.Builder> updateTimeToLiveRequest) TheUpdateTimeToLivemethod enables or disables Time to Live (TTL) for the specified table.default UpdateTimeToLiveResponseDynamoDbClient.updateTimeToLive(UpdateTimeToLiveRequest updateTimeToLiveRequest) TheUpdateTimeToLivemethod enables or disables Time to Live (TTL) for the specified table. -
Uses of InternalServerErrorException in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that throw InternalServerErrorExceptionModifier and TypeMethodDescriptiondefault DescribeStreamResponseDynamoDbStreamsClient.describeStream(Consumer<DescribeStreamRequest.Builder> describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.default DescribeStreamResponseDynamoDbStreamsClient.describeStream(DescribeStreamRequest describeStreamRequest) Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.default GetRecordsResponseDynamoDbStreamsClient.getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest) Retrieves the stream records from a given shard.default GetRecordsResponseDynamoDbStreamsClient.getRecords(GetRecordsRequest getRecordsRequest) Retrieves the stream records from a given shard.default GetShardIteratorResponseDynamoDbStreamsClient.getShardIterator(Consumer<GetShardIteratorRequest.Builder> getShardIteratorRequest) Returns a shard iterator.default GetShardIteratorResponseDynamoDbStreamsClient.getShardIterator(GetShardIteratorRequest getShardIteratorRequest) Returns a shard iterator.default ListStreamsResponseDynamoDbStreamsClient.listStreams()Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponseDynamoDbStreamsClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponseDynamoDbStreamsClient.listStreams(ListStreamsRequest listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.