Uses of Class
software.amazon.awssdk.services.kinesis.model.MergeShardsResponse
-
Packages that use MergeShardsResponse Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference -
-
Uses of MergeShardsResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return MergeShardsResponse Modifier and Type Method Description default 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 MergeShardsResponse Modifier and Type Method Description default 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.
-