| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesis |
|
| software.amazon.awssdk.services.kinesis.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateShardCountResponse |
KinesisClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest)
Updates the shard count of the specified stream to the specified number of shards.
|
default CompletableFuture<UpdateShardCountResponse> |
KinesisAsyncClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest)
Updates the shard count of the specified stream to the specified number of shards.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateShardCountRequest.Builder> |
UpdateShardCountRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.