Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateShardCountRequest.Builder
Packages that use UpdateShardCountRequest.Builder
Package
Description
-
Uses of UpdateShardCountRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type UpdateShardCountRequest.BuilderModifier and TypeMethodDescriptionKinesisAsyncClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards.default UpdateShardCountResponseKinesisClient.updateShardCount(Consumer<UpdateShardCountRequest.Builder> updateShardCountRequest) Updates the shard count of the specified stream to the specified number of shards. -
Uses of UpdateShardCountRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return UpdateShardCountRequest.BuilderModifier and TypeMethodDescriptionUpdateShardCountRequest.builder()UpdateShardCountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateShardCountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateShardCountRequest.Builder.scalingType(String scalingType) The scaling type.UpdateShardCountRequest.Builder.scalingType(ScalingType scalingType) The scaling type.The ARN of the stream.Not Implemented.UpdateShardCountRequest.Builder.streamName(String streamName) The name of the stream.UpdateShardCountRequest.Builder.targetShardCount(Integer targetShardCount) The new number of shards.UpdateShardCountRequest.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateShardCountRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateShardCountRequest.Builder>UpdateShardCountRequest.serializableBuilderClass()