| 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 |
|---|---|
UpdateShardCountResult |
AmazonKinesisClient.updateShardCount(UpdateShardCountRequest updateShardCountRequest)
Updates the shard count of the specified stream to the specified number
of shards.
|
UpdateShardCountResult |
AmazonKinesis.updateShardCount(UpdateShardCountRequest updateShardCountRequest)
Updates the shard count of the specified stream to the specified number
of shards.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateShardCountResult |
UpdateShardCountResult.withCurrentShardCount(Integer currentShardCount)
The current number of shards.
|
UpdateShardCountResult |
UpdateShardCountResult.withStreamName(String streamName)
The name of the stream.
|
UpdateShardCountResult |
UpdateShardCountResult.withTargetShardCount(Integer targetShardCount)
The updated number of shards.
|
Copyright © 2019. All rights reserved.