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 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.
-