| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
ShardFilter |
ShardFilter.clone() |
ShardFilter |
ListShardsRequest.getShardFilter()
Enables you to filter out the response of the
ListShards API. |
ShardFilter |
ShardFilter.withShardId(String shardId)
The exclusive start
shardID speified in the ShardFilter parameter. |
ShardFilter |
ShardFilter.withTimestamp(Date timestamp)
The timestamps specified in the
ShardFilter parameter. |
ShardFilter |
ShardFilter.withType(ShardFilterType type)
The shard type specified in the
ShardFilter parameter. |
ShardFilter |
ShardFilter.withType(String type)
The shard type specified in the
ShardFilter parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListShardsRequest.setShardFilter(ShardFilter shardFilter)
Enables you to filter out the response of the
ListShards API. |
ListShardsRequest |
ListShardsRequest.withShardFilter(ShardFilter shardFilter)
Enables you to filter out the response of the
ListShards API. |
Copyright © 2022. All rights reserved.