Uses of Class
software.amazon.awssdk.services.kinesis.model.MergeShardsRequest
-
Packages that use MergeShardsRequest Package Description software.amazon.awssdk.services.kinesis Amazon Kinesis Data Streams Service API Reference software.amazon.awssdk.services.kinesis.transform -
-
Uses of MergeShardsRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type MergeShardsRequest Modifier and Type Method Description 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.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. -
Uses of MergeShardsRequest in software.amazon.awssdk.services.kinesis.transform
Methods in software.amazon.awssdk.services.kinesis.transform with parameters of type MergeShardsRequest Modifier and Type Method Description SdkHttpFullRequestMergeShardsRequestMarshaller. marshall(MergeShardsRequest mergeShardsRequest)
-