| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
static ShardIteratorType |
ShardIteratorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShardIteratorType |
GetShardIteratorRequest.shardIteratorType()
Determines how the shard iterator is used to start reading data records from the shard.
|
ShardIteratorType |
StartingPosition.type()
Returns the value of the Type property for this object.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ShardIteratorType> |
ShardIteratorType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetShardIteratorRequest.Builder |
GetShardIteratorRequest.Builder.shardIteratorType(ShardIteratorType shardIteratorType)
Determines how the shard iterator is used to start reading data records from the shard.
|
StartingPosition.Builder |
StartingPosition.Builder.type(ShardIteratorType type)
Sets the value of the Type property for this object.
|
Copyright © 2019. All rights reserved.