Uses of Class
software.amazon.awssdk.services.kinesis.model.UpdateShardCountResponse
-
Packages that use UpdateShardCountResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of UpdateShardCountResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UpdateShardCountResponse Modifier and Type Method Description default 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 UpdateShardCountResponse Modifier and Type Method Description default CompletableFuture<UpdateShardCountResponse>KinesisAsyncClient. updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest)Updates the shard count of the specified stream to the specified number of shards.default CompletableFuture<UpdateShardCountResponse>KinesisAsyncClient. updateShardCount(UpdateShardCountRequest updateShardCountRequest)Updates the shard count of the specified stream to the specified number of shards.
-