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 UpdateShardCountResponse
KinesisClient. 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.Builder
UpdateShardCountRequest. builder()
UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. scalingType(String scalingType)
The scaling type.UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. scalingType(ScalingType scalingType)
The scaling type.UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. streamARN(String streamARN)
The ARN of the stream.UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. streamName(String streamName)
The name of the stream.UpdateShardCountRequest.Builder
UpdateShardCountRequest.Builder. targetShardCount(Integer targetShardCount)
The new number of shards.UpdateShardCountRequest.Builder
UpdateShardCountRequest. 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()
-