Uses of Class
software.amazon.awssdk.services.kinesis.model.SplitShardRequest
Packages that use SplitShardRequest
Package
Description
-
Uses of SplitShardRequest in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis with parameters of type SplitShardRequestModifier and TypeMethodDescriptiondefault CompletableFuture<SplitShardResponse>KinesisAsyncClient.splitShard(SplitShardRequest splitShardRequest) Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data.default SplitShardResponseKinesisClient.splitShard(SplitShardRequest splitShardRequest) Splits a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data. -
Uses of SplitShardRequest in software.amazon.awssdk.services.kinesis.transform
Methods in software.amazon.awssdk.services.kinesis.transform with parameters of type SplitShardRequestModifier and TypeMethodDescriptionSplitShardRequestMarshaller.marshall(SplitShardRequest splitShardRequest)