Uses of Class
software.amazon.awssdk.services.kinesis.model.UpdateShardCountResponse
Packages that use UpdateShardCountResponse
Package
Description
-
Uses of UpdateShardCountResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UpdateShardCountResponseModifier and TypeMethodDescriptiondefault UpdateShardCountResponseKinesisClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards.default UpdateShardCountResponseKinesisClient.updateShardCount(UpdateShardCountRequest updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type UpdateShardCountResponseModifier and TypeMethodDescriptionKinesisAsyncClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards.KinesisAsyncClient.updateShardCount(UpdateShardCountRequest updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards.