Uses of Class
software.amazon.awssdk.services.kinesis.model.MergeShardsResponse
Packages that use MergeShardsResponse
Package
Description
-
Uses of MergeShardsResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return MergeShardsResponseModifier and TypeMethodDescriptiondefault MergeShardsResponseKinesisClient.mergeShards(Consumer<MergeShardsRequest.Builder> mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.default MergeShardsResponseKinesisClient.mergeShards(MergeShardsRequest mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type MergeShardsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<MergeShardsResponse>KinesisAsyncClient.mergeShards(Consumer<MergeShardsRequest.Builder> mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.default CompletableFuture<MergeShardsResponse>KinesisAsyncClient.mergeShards(MergeShardsRequest mergeShardsRequest) Merges two adjacent shards in a Kinesis data stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data.