Uses of Class
software.amazon.awssdk.services.kinesis.model.SplitShardResponse
Packages that use SplitShardResponse
Package
Description
-
Uses of SplitShardResponse in software.amazon.awssdk.services.kinesis
Methods in software.amazon.awssdk.services.kinesis that return SplitShardResponseModifier and TypeMethodDescriptiondefault SplitShardResponseKinesisClient.splitShard(Consumer<SplitShardRequest.Builder> 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.Methods in software.amazon.awssdk.services.kinesis that return types with arguments of type SplitShardResponseModifier and TypeMethodDescriptiondefault CompletableFuture<SplitShardResponse>KinesisAsyncClient.splitShard(Consumer<SplitShardRequest.Builder> 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 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.