Uses of Class
com.amazonaws.services.dynamodbv2.model.ShardIteratorType
-
Packages that use ShardIteratorType Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of ShardIteratorType in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ShardIteratorType Modifier and Type Method Description static ShardIteratorType
ShardIteratorType. fromValue(String value)
Use this in place of valueOf.static ShardIteratorType
ShardIteratorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ShardIteratorType[]
ShardIteratorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ShardIteratorType Modifier and Type Method Description void
GetShardIteratorRequest. setShardIteratorType(ShardIteratorType shardIteratorType)
Determines how the shard iterator is used to start reading stream records from the shard:GetShardIteratorRequest
GetShardIteratorRequest. withShardIteratorType(ShardIteratorType shardIteratorType)
Determines how the shard iterator is used to start reading stream records from the shard:
-