Uses of Class
software.amazon.awssdk.services.kinesis.model.UpdateStreamWarmThroughputResponse
Packages that use UpdateStreamWarmThroughputResponse
Package
Description
-
Uses of UpdateStreamWarmThroughputResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UpdateStreamWarmThroughputResponseModifier and TypeMethodDescriptionKinesisClient.updateStreamWarmThroughput(Consumer<UpdateStreamWarmThroughputRequest.Builder> updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream.KinesisClient.updateStreamWarmThroughput(UpdateStreamWarmThroughputRequest updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type UpdateStreamWarmThroughputResponseModifier and TypeMethodDescriptionKinesisAsyncClient.updateStreamWarmThroughput(Consumer<UpdateStreamWarmThroughputRequest.Builder> updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream.KinesisAsyncClient.updateStreamWarmThroughput(UpdateStreamWarmThroughputRequest updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream.