| 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.mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in a Kinesis data stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
void |
AmazonKinesis.mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in a Kinesis data stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
| Modifier and Type | Method and Description |
|---|---|
MergeShardsRequest |
MergeShardsRequest.withAdjacentShardToMerge(String adjacentShardToMerge)
The shard ID of the adjacent shard for the merge.
|
MergeShardsRequest |
MergeShardsRequest.withShardToMerge(String shardToMerge)
The shard ID of the shard to combine with the adjacent shard for the
merge.
|
MergeShardsRequest |
MergeShardsRequest.withStreamName(String streamName)
The name of the stream for the merge.
|
Copyright © 2019. All rights reserved.