Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateShardCountRequest.Builder
-
Packages that use UpdateShardCountRequest.Builder Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.model -
-
Uses of UpdateShardCountRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type UpdateShardCountRequest.Builder 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 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.Builder Modifier and Type Method Description static UpdateShardCountRequest.BuilderUpdateShardCountRequest. builder()UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. scalingType(String scalingType)The scaling type.UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. scalingType(ScalingType scalingType)The scaling type.UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. streamARN(String streamARN)The ARN of the stream.UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. streamName(String streamName)The name of the stream.UpdateShardCountRequest.BuilderUpdateShardCountRequest.Builder. targetShardCount(Integer targetShardCount)The new number of shards.UpdateShardCountRequest.BuilderUpdateShardCountRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateShardCountRequest.Builder Modifier and Type Method Description static Class<? extends UpdateShardCountRequest.Builder>UpdateShardCountRequest. serializableBuilderClass()
-