Uses of Class
software.amazon.awssdk.services.dynamodb.model.ShardIteratorType
-
Packages that use ShardIteratorType Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ShardIteratorType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ShardIteratorType Modifier and Type Method Description static ShardIteratorTypeShardIteratorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShardIteratorTypeGetShardIteratorRequest. shardIteratorType()Determines how the shard iterator is used to start reading stream records from the shard:static ShardIteratorTypeShardIteratorType. 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 software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ShardIteratorType Modifier and Type Method Description static Set<ShardIteratorType>ShardIteratorType. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ShardIteratorType Modifier and Type Method Description GetShardIteratorRequest.BuilderGetShardIteratorRequest.Builder. shardIteratorType(ShardIteratorType shardIteratorType)Determines how the shard iterator is used to start reading stream records from the shard:
-