Uses of Class
software.amazon.awssdk.services.kinesis.model.UpdateStreamModeResponse
Packages that use UpdateStreamModeResponse
Package
Description
-
Uses of UpdateStreamModeResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return UpdateStreamModeResponseModifier and TypeMethodDescriptiondefault UpdateStreamModeResponseKinesisClient.updateStreamMode(Consumer<UpdateStreamModeRequest.Builder> updateStreamModeRequest) Updates the capacity mode of the data stream.default UpdateStreamModeResponseKinesisClient.updateStreamMode(UpdateStreamModeRequest updateStreamModeRequest) Updates the capacity mode of the data stream.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type UpdateStreamModeResponseModifier and TypeMethodDescriptionKinesisAsyncClient.updateStreamMode(Consumer<UpdateStreamModeRequest.Builder> updateStreamModeRequest) Updates the capacity mode of the data stream.KinesisAsyncClient.updateStreamMode(UpdateStreamModeRequest updateStreamModeRequest) Updates the capacity mode of the data stream.