Uses of Class
software.amazon.awssdk.services.kinesis.model.MergeShardsRequest
Packages that use MergeShardsRequest
Package
Description
-
Uses of MergeShardsRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type MergeShardsRequestModifier and TypeMethodDescriptiondefault 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 MergeShardsRequestModifier and TypeMethodDescriptionMergeShardsRequestMarshaller.marshall(MergeShardsRequest mergeShardsRequest)