| Package | Description |
|---|---|
| com.amazonaws.services.kinesis |
|
| com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonKinesisClient.splitShard(SplitShardRequest splitShardRequest)
Splits a shard into two new shards in the Kinesis data stream, to
increase the stream's capacity to ingest and transport data.
|
void |
AmazonKinesis.splitShard(SplitShardRequest splitShardRequest)
Splits a shard into two new shards in the Kinesis data stream, to
increase the stream's capacity to ingest and transport data.
|
| Modifier and Type | Method and Description |
|---|---|
SplitShardRequest |
SplitShardRequest.withNewStartingHashKey(String newStartingHashKey)
A hash key value for the starting hash key of one of the child shards
created by the split.
|
SplitShardRequest |
SplitShardRequest.withShardToSplit(String shardToSplit)
The shard ID of the shard to split.
|
SplitShardRequest |
SplitShardRequest.withStreamName(String streamName)
The name of the stream for the shard split.
|
Copyright © 2019. All rights reserved.