Uses of Class
software.amazon.awssdk.services.dynamodb.model.TrimmedDataAccessException
-
Packages that use TrimmedDataAccessException Package Description software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of TrimmedDataAccessException in software.amazon.awssdk.services.dynamodb.streams
Methods in software.amazon.awssdk.services.dynamodb.streams that throw TrimmedDataAccessException Modifier and Type Method Description default GetRecordsResponse
DynamoDbStreamsClient. getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest)
Retrieves the stream records from a given shard.default GetRecordsResponse
DynamoDbStreamsClient. getRecords(GetRecordsRequest getRecordsRequest)
Retrieves the stream records from a given shard.default GetShardIteratorResponse
DynamoDbStreamsClient. getShardIterator(Consumer<GetShardIteratorRequest.Builder> getShardIteratorRequest)
Returns a shard iterator.default GetShardIteratorResponse
DynamoDbStreamsClient. getShardIterator(GetShardIteratorRequest getShardIteratorRequest)
Returns a shard iterator.
-