Uses of Class
software.amazon.awssdk.services.kinesis.model.WarmThroughputObject
Packages that use WarmThroughputObject
-
Uses of WarmThroughputObject in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return WarmThroughputObjectModifier and TypeMethodDescriptionfinal WarmThroughputObjectStreamDescriptionSummary.warmThroughput()The warm throughput in MB/s for the stream.final WarmThroughputObjectUpdateStreamWarmThroughputResponse.warmThroughput()Specifies the updated warm throughput configuration for your data stream.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type WarmThroughputObjectModifier and TypeMethodDescriptionStreamDescriptionSummary.Builder.warmThroughput(WarmThroughputObject warmThroughput) The warm throughput in MB/s for the stream.UpdateStreamWarmThroughputResponse.Builder.warmThroughput(WarmThroughputObject warmThroughput) Specifies the updated warm throughput configuration for your data stream.